Added Steve Langasek <vorlon@netexpress.net> pam_smbpass PAM module code.
authorJohn Terpstra <jht@samba.org>
Tue, 24 Apr 2001 20:00:12 +0000 (20:00 +0000)
committerJohn Terpstra <jht@samba.org>
Tue, 24 Apr 2001 20:00:12 +0000 (20:00 +0000)
commit2321514e9300ac85a1976318bae18a6b177f25c9
treefe7bbb36aaba15deb9f13f3324c696cc06fd8a2d
parent61da9a7e939df69e3feb7d4854b42f72c132a21f
Added Steve Langasek <vorlon@netexpress.net> pam_smbpass PAM module code.
Note: Still have to add build stuff - not ready yet.
(This used to be commit 1de7022f98b64b15503aaf48c8d729789fc49781)
14 files changed:
source3/pam_smbpass/CHANGELOG [new file with mode: 0644]
source3/pam_smbpass/README [new file with mode: 0644]
source3/pam_smbpass/TODO [new file with mode: 0644]
source3/pam_smbpass/general.h [new file with mode: 0644]
source3/pam_smbpass/pam_smb_acct.c [new file with mode: 0644]
source3/pam_smbpass/pam_smb_auth.c [new file with mode: 0644]
source3/pam_smbpass/pam_smb_passwd.c [new file with mode: 0644]
source3/pam_smbpass/samples/README [new file with mode: 0644]
source3/pam_smbpass/samples/kdc-pdc [new file with mode: 0644]
source3/pam_smbpass/samples/password-mature [new file with mode: 0644]
source3/pam_smbpass/samples/password-migration [new file with mode: 0644]
source3/pam_smbpass/samples/password-sync [new file with mode: 0644]
source3/pam_smbpass/support.c [new file with mode: 0644]
source3/pam_smbpass/support.h [new file with mode: 0644]