AD LDAP integration#566
|
|
The bind account was tested with ldp.exe and worked for the domain I just keep getting the generic “LDAP ERROR: Mingle is not able to connect to the LDAP server specified” My base has to be the forest root, there are 5 child domains each could contain users. I did try the child3 domain as the base with same result. auth_config.yml content below ldap_settings: ldapserver: dc.ad.name.com ldapport: 389 ldapbinduser: CN=Mingle Ldap,OU=ServiceAccounts,OU=someOU,DC=child3,DC=ad,DC=name,DC=com ldapbindpasswd: passsowrd ldapbasedn: DC=ad,DC=name,DC=com ldapfilter: sAMAccountName ldapobjectclass: organizationalPerson ldap_map_fullname: cn ldap_map_mail: mail ldapgroupdn : CN=Mingle Users,OU=ServiceAccounts,OU=someOU,DC=child3,DC=ad,DC=name,DC=com ldapgroupobjectclass : group ldapgroupattribute : member auto_enroll: true password_format: auto_enroll_as_mingle_admin: true |
|
|
Can you look at the mingle.log and post the error stack about the LDAP error on the log file? |
