Split monolithic /etc/pam.conf into separate files for each service
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 22 Jul 2005 18:20:43 +0000 (18:20 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 22 Jul 2005 18:20:43 +0000 (18:20 +0000)
commit73c4f380dd358d38cc2173d61c107703bad55266
tree4c1b31d2957b403f3b051d90374d6279b1a9d056
parent1d2547583c2540b4f637c3255bd8abd6ad7060c5
Split monolithic /etc/pam.conf into separate files for each service
under /etc/pam.d. The README was obtained from FreeBSD, the convert.sh
script is inspired by convert.pl, but works with sh and awk only.

If you just want to convert your existing configuration to the new
format, run "sh /etc/pam.d/convert.sh". You can remove /etc/pam.conf
afterwards.
14 files changed:
etc/Makefile
etc/mtree/BSD.root.dist
etc/pam.conf [deleted file]
etc/pam.d/convert.sh [new file with mode: 0644]
etc/pam.d/ftpd [new file with mode: 0644]
etc/pam.d/gdm [new file with mode: 0644]
etc/pam.d/imap [new file with mode: 0644]
etc/pam.d/login [new file with mode: 0644]
etc/pam.d/other [new file with mode: 0644]
etc/pam.d/pop3 [new file with mode: 0644]
etc/pam.d/sshd [new file with mode: 0644]
etc/pam.d/telnetd [new file with mode: 0644]
etc/pam.d/xdm [new file with mode: 0644]
etc/pam.d/xserver [new file with mode: 0644]