Josh Spranger wrote:
I have OpenLDAP version 2.4 installed on an OpenSUSE box. I am using it as an LDAP Proxy to Windows AD domain. It works perfectly using standard LDAP logon credentials (cn=user,DC=domain,DC=com). But I have some applications that use user@domain.com mailto:user@domain.com logon credentials. Is there a way to configure OpenLDAP to authenticate in this way? Slapd config file available on request.
Simple LDAP Bind with userPrincipalName instead of a Bind-DN is a AD-specific thing. You have to fix your client apps.
Ciao, Michael.