Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 1998 11:57:15 -0800 (PST)
From:      Studded@dal.net
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   conf/5949: /etc/login.conf has extraneous trailing \'s
Message-ID:  <199803081957.LAA02222@dt050ndd.san.rr.com>

next in thread | raw e-mail | index | archive | help

>Number:         5949
>Category:       conf
>Synopsis:       /etc/login.conf has extraneous trailing \'s
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar  8 12:00:01 PST 1998
>Last-Modified:
>Originator:     Doug
>Organization:
AAAG
>Release:        FreeBSD 2.2.5-STABLE-0308 i386
>Environment:

	All FreeBSD systems (same error in -Current and -Stable)

>Description:

	In /usr/src/etc/login.conf there are what appear to be extraneous trailing
slashes at the ends of the root definitions for auth and resources. I asked about
this on -Stable and the only answer I got was, "Yes, that looks wrong" so here 'tis. 

	If it's not actually an error, please feel free to close this PR, however a
comment in that file explaining why they are that way would probably be a good
thing. 

	Assuming this is an error, it might be the source of some of the odd
login.conf related PR's still in the files.

>How-To-Repeat:

	more /usr/src/etc/login.conf

>Fix:
	
	Apply the following patch to /usr/src/etc/login.conf:

--- login.conf.Dist	Sun Mar  8 11:47:45 1998
+++ login.conf	Sun Mar  8 11:49:51 1998
@@ -20,7 +20,7 @@
 
 auth-root-defaults:\
 	:auth-login=krb_skey_or_passwd,passwd,kerberos,skey:\
-	:auth-rlogin=krb_or_skey,kerberos,skey:\
+	:auth-rlogin=krb_or_skey,kerberos,skey:
 
 auth-ftp-defaults:\
 	:auth=skey_or_pwd,passwd,skey:
@@ -121,7 +121,7 @@
 	:priority=0:\
 	:requirehome@:\
 	:umask=022:\
-	:tc=auth-root-defaults:\
+	:tc=auth-root-defaults:
 
 
 #

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803081957.LAA02222>