1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00

auth.conf seems to be being gradually subsumed by user classes

and PAM configuration.  Remove the line concerning "auth_list"
from the template, since it's referenced only in the tinyware
password command, and only #ifdef KERBEROS, which isn't defined
in tinyware.  Add a comment about auth.conf being on the way
out the door.  The one remaining consumer of auth.conf is
crypt(3).
This commit is contained in:
Robert Watson 2003-07-28 02:28:51 +00:00
parent 373eec79d1
commit 78e0aea5b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118103

View File

@ -1,10 +1,8 @@
# #
# $FreeBSD$ # $FreeBSD$
# #
# This file contains information on what types of authentication to use. # Configure some authentication-related defaults. This file is being
# It is just the beginnings of a greater scheme. # gradually subsumed by user class and PAM configuration.
#
# crypt_default = md5 des # crypt_default = md5 des
# auth_list = passwd kerberos
auth_list = passwd