From 9224d2172714766e4a8841eeeba7d18f9b34210d Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 28 Jul 2003 02:28:51 +0000 Subject: 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). --- etc/auth.conf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/etc/auth.conf b/etc/auth.conf index 5e9179a..08b6f7a 100644 --- a/etc/auth.conf +++ b/etc/auth.conf @@ -1,10 +1,8 @@ # # $FreeBSD$ # -# This file contains information on what types of authentication to use. -# It is just the beginnings of a greater scheme. +# Configure some authentication-related defaults. This file is being +# gradually subsumed by user class and PAM configuration. +# # crypt_default = md5 des -# auth_list = passwd kerberos - -auth_list = passwd -- cgit v1.1