summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-11-20 23:20:01 +0000
committerjdp <jdp@FreeBSD.org>1998-11-20 23:20:01 +0000
commit2dd2b091a96c92e58c932d56a437432de77a70eb (patch)
tree05f2e0d4a5f4c30e4c78b7e86a975c9f9dd79dbd /etc/Makefile
parent2981ab6dbfdd4fcbd6fbe8927551a63ba573848a (diff)
downloadFreeBSD-src-2dd2b091a96c92e58c932d56a437432de77a70eb.zip
FreeBSD-src-2dd2b091a96c92e58c932d56a437432de77a70eb.tar.gz
Add a sample "/etc/pam.conf" file that configures the authentication
methods used by login. Changes to "/usr/bin/login" to use it will be committed later today. The format of the file is described in pam(8). This sample file makes login behave in the traditional way. To wit, it enables authentication via S/Key and passwd/NIS lookups. KerberosIV authentication is present in the sample file but commented out. As a safety net and a transition aid, login will fall back on built-in passwd/NIS authentication if this configuration file is missing or if some other fatal PAM error occurs. This file will eventually replace "/etc/auth.conf", but not until I've finished converting the other utilities, such as passwd and su.
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 9f38a4b..3e09565 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,12 +1,13 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.178 1998/10/06 19:24:14 phk Exp $
+# $Id: Makefile,v 1.179 1998/10/08 06:12:04 markm Exp $
SUBDIR= sendmail
BIN1= aliases amd.map crontab csh.cshrc csh.login csh.logout dm.conf \
fbtab ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
inetd.conf auth.conf login.conf login.access motd modems networks \
- newsyslog.conf phones pccard.conf.sample printcap profile protocols \
+ newsyslog.conf pam.conf phones pccard.conf.sample \
+ printcap profile protocols \
rc rc.atm rc.conf rc.devfs rc.firewall rc.local rc.network rc.pccard \
rc.serial rc.shutdown etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \
remote security services shells syslog.conf \
OpenPOWER on IntegriCloud