wok annotate netatalk-pam/stuff/etc/pam.d/netatalk @ rev 4582
flash plugin should link to mozilla too for opera and other browsers
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Wed Dec 09 19:58:54 2009 +0000 (2009-12-09) |
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 |