|
From: Craig W. <cra...@az...> - 2005-02-25 15:36:57
|
On Thu, 2005-02-24 at 16:35 -0500, Jeff Muzerolle wrote: > Hey everyone, > > I'm looking for anyone out there that has Netatalk authenticating > against an OpenLDAP server (through PAM). I am keeping myself busy with > reading the PAM Admin Guide at kernel.org but I was hoping to see > someone else's config as well. ---- no config - just the netatalk pam module - out of box... # cat /etc/pam.d/netatalk #%PAM-1.0 auth required pam_unix.so account required pam_unix.so #password required pam_cracklib.so #password required pam_unix.so use_authtok session required pam_unix.so Craig |