wok-current annotate netatalk-pam/stuff/etc/pam.d/netatalk @ rev 9684
Fixed e2fsprogs. Use $wanted_stuff for files list in libcomerr and libcomerr-dev.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 06 21:33:14 2011 +0000 (2011-05-06) |
parents | |
children |
rev | line source |
---|---|
pascal@2239 | 1 #%PAM-1.0 |
pascal@2239 | 2 # specify the PAM netatalk behaviour |
pascal@2239 | 3 |
pascal@2239 | 4 auth required pam_unix.so shadow |
pascal@2239 | 5 account required pam_unix.so |
pascal@2239 | 6 password required pam_unix.so md5 shadow use_authtok |
pascal@2239 | 7 session required pam_unix.so |