ldap.properties password issue when switching to AD
Peter Schober
peter.schober at univie.ac.at
Thu Apr 26 03:01:27 EDT 2018
* Lalith Jayaweera <ljayaweera at gmail.com> [2018-04-26 03:32]:
> idp.authn.LDAP.bindDN = myad\svc_adAdmin
Expanding slightly on what Cameron said, you either use a proper DN
with any of the LDAPv3 authenticators, or you learn how to escape such
things in Java property files (try a web search of the Shib docs don't
have anything on that topic), or you set
idp.authn.LDAP.authenticator= adAuthenticator
then you can use MS-AD's proprietary "user at domain" syntax.
-peter
More information about the users
mailing list