]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a sample "/etc/pam.conf" file that configures the authentication
authorJohn Polstra <jdp@FreeBSD.org>
Fri, 20 Nov 1998 23:20:01 +0000 (23:20 +0000)
committerJohn Polstra <jdp@FreeBSD.org>
Fri, 20 Nov 1998 23:20:01 +0000 (23:20 +0000)
commitd08484e09975453b041c040e72e4f3552d82b947
tree5f3abfd3aa5c6f66da2a5ba86cbcf02f2d8fa5db
parent36c84dd2b318f95459f6b85fb598c03a96462f6d
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.
etc/Makefile
etc/pam.conf [new file with mode: 0644]