Import pam_deny, pam_permit and pam_unix from FreeBSD, use them instead
commit97860ace9f6024844241d80f23b54ae55c7ab4f3
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Mon, 1 Aug 2005 16:15:19 +0000 (1 16:15 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Mon, 1 Aug 2005 16:15:19 +0000 (1 16:15 +0000)
treeb8cd4c3b0c18c11a23cc32164809257805fb6add
parente1ff81b6d70699499885cee60ab5149cb3dcaea9
Import pam_deny, pam_permit and pam_unix from FreeBSD, use them instead
of the sample modules from OpenPAM. I should read release notes in
greater detail. Thanks to DES for pointing that out.
contrib/openpam/README.DELETED
contrib/openpam/modules/pam_unix/pam_unix.c [deleted file]
lib/pam_module/pam_deny/Makefile
lib/pam_module/pam_deny/pam_deny.8 [new file with mode: 0644]
lib/pam_module/pam_deny/pam_deny.c [moved from contrib/openpam/modules/pam_deny/pam_deny.c with 58% similarity]
lib/pam_module/pam_permit/Makefile
lib/pam_module/pam_permit/pam_permit.8 [new file with mode: 0644]
lib/pam_module/pam_permit/pam_permit.c [moved from contrib/openpam/modules/pam_permit/pam_permit.c with 58% similarity]
lib/pam_module/pam_unix/Makefile
lib/pam_module/pam_unix/pam_unix.8 [new file with mode: 0644]
lib/pam_module/pam_unix/pam_unix.c [new file with mode: 0644]