On 20 Mar 2003, akanksha pk kumar wrote:
> Can someone please tell me the significance of the file > /etc/pam.d/imap , What should be its contents. AND does one have > to consider nss_ldap also? The /etc/pam.d/imap file is the file through which the authentication for imap users take place.....If you want to authenticate imap users through ldap then the file content should be somewhat like this.... auth required /lib/security/pam_ldap.so account required /lib/security/pam_ldap.so session required /lib/security/pam_ldap.so And for this you should have pam_ldap installed.... If you want to authenticate your users using ldap then you should have nss_ldap installed so that you would be able to specify ldap in the nsswitch.conf file....... Cheers, Animesh ------------------------------------- Animesh Bansriyar Cheif Consultant, NeoLinux Solutions, Ranchi, INDIA. http://www.neolinuxsolutions.com +91-98351 21607 ------------------------------------- ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
