I am currently trying to get AD authenitication for linux. I have everything working (login, groups, etc) but I cannot get ldapssl working correctly.
I am currently getting this in my logs: nss_ldap: could not search LDAP server - Referral And I keep getting a segmentation fault when I try to su - user or id - etc. Here is my config: host x.x.x.x #port 636 base dc=xxx,dc=com ldap_version 3 binddn [EMAIL PROTECTED] scope sub ssl no #ssl yes pam_filter objectclass=user pam_login_attribute sAMAccountName pam_password ad nss_base_passwd ou=xx,dc=xxx,dc=com?one nss_base_shadow ou=xx,dc=xxx,dc=com?one nss_base_group ou=xx,dc=xxx,dc=com?one nss_map_objectclass posixAccount User nss_map_attribute uid sAMAccountName nss_map_attribute uniqueMember Member nss_map_attribute userPassword msSFUPassword nss_map_attribute homeDirectory msSFUHomeDirectory nss_map_objectclass posixGroup Group nss_map_attribute cn sAMAccountName My AD server is listening on port 636 and I can connect to it with the ldp.exe tool on that port. I have Cert Services installed and I verified the cert is in the personal and the trusted stores. Does anyone have any ideas on what I may be doing wrong? Kind Regards, Jennifer Fountain 3400 E. Walnut Street Colmar, PA 18915 List info : http://www.activedir.org/mail_list.htm List FAQ : http://www.activedir.org/list_faq.htm List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
