[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/ldap.properties
noreply at shibboleth.net
noreply at shibboleth.net
Thu Oct 23 06:52:05 EDT 2014
Author: rdw
Date: Thu Oct 23 06:52:04 2014
New Revision: 6778
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6778&view=rev
Log:
comments about AD config
Modified:
trunk/idp-conf/src/main/resources/conf/ldap.properties
Modified: trunk/idp-conf/src/main/resources/conf/ldap.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/ldap.properties?rev=6778&r1=6777&r2=6778&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/ldap.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/ldap.properties Thu Oct 23 06:52:04 2014
@@ -15,6 +15,7 @@
## DN resolution properties ##
# Search DN resolution, used by anonSearchAuthenticator, bindSearchAuthenticator
+# for AD: CN=Users,DC=example,DC=org
idp.authn.LDAP.baseDN = ou=people,dc=example,dc=org
idp.authn.LDAP.subtreeSearch = false
idp.authn.LDAP.userFilter = (uid={user})
@@ -24,7 +25,7 @@
idp.authn.LDAP.bindDNCredential = myServicePassword
# Format DN resolution, used by directAuthenticator, adAuthenticator
-# for AD use !idp.authn.LDAP.dnFormat=%s at domain.com
+# for AD use idp.authn.LDAP.dnFormat=%s at domain.com
idp.authn.LDAP.dnFormat = uid=%s,ou=people,dc=example,dc=org
# LDAP attribute configuration, see attribute-resolver.xml
More information about the commits
mailing list