Testing
@[deleted]
I have tried logging into both the client and the staff side with no luck unless I use the password I set on install for my admin user.
RDN Scheme:
cn=%CN%,ou=proxies,dc=my,dc=domain
LDAP Admins CN is set to 'mycn' which fills in correctly in the RDN scheme on the diagnostics page.
Here are my diagnostic results
Result: Leave empty to use the Administrator in LDAP Settings
calling ldap_connect with: "ldaps://myauth.mydomain.edu"
setting LDAP_OPT_PROTOCOL_VERSION to 3 and LDAP_OPT_REFERRALS to 0
using rdn for binding
binding to ldap with "cn=mycn,ou=proxies,dc=my,dc=domain" and his password
using the filter: "(&(uid=myuser))"
calling ldap_search with the domain: "ou=people,ou=primary,ou=eid,dc=my,dc=domain", the Filter: "(&(uid=myuser))" and the Attributes: "array("givenname")"
LDAP returned field data: "FirstName"
Debug of function ldapGetEmail():
getting the email of user: "myuser"
using rdn for binding
binding to ldap with "cn=mycn,ou=myou,dc=my,dc=domain" and his password
calling ldap_search with the domain: "ou=people,ou=primary,ou=eid,dc=my,dc=domain", the Filter: "(&(uid=myuser))" and the Attributes: "array("mail")"
LDAP returned field data: "myuser@my.domain"
Debug of function ldapGetUsernameFromEmail():
getting the user of email: "myuser@my.domain"
using rdn for binding
binding to ldap with "cn=mycn,ou=myou,dc=my,dc=domain" and his password
calling ldap_search with the domain: "ou=people,ou=primary,ou=eid,dc=my,dc=domain", the Filter: "(&(mail=myuser@my.domain))" and the Attributes: "array("uid")"
LDAP returned field data: "myuser"