Import pam_deny, pam_permit and pam_unix from FreeBSD, use them instead
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Mon, 1 Aug 2005 16:15:19 +0000 (16:15 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Mon, 1 Aug 2005 16:15:19 +0000 (16:15 +0000)
commit863a10dd2fbd2b37aad4f65dd923c60f5489f97a
treec1a336431c0da62a922780381bebfb536130d0cb
parentee8287f8c0c37502fe3047e4257a389bedd79232
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/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]