02-18-2009 02:28 PM
02-18-2009 02:34 PM
#^M
# This properties file brings together the common options for LDAP authentication rather than editing the bean definitions^M
#^M
^M
# How to map the user id entered by the user to taht passed through to LDAP^M
# - simple ^M
# - this must be a DN and would be something like^M
# CN=%s,DC=company,DC=com^M
# - digest^M
# - usually pass through what is entered^M
# %s ^M
ldap.authentication.userNameFormat=%s^M
^M
# The LDAP context factory to use^M
ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory^M
^M
# The URL to connect to the LDAP server ^M
ldap.authentication.java.naming.provider.url=ldap://mydc.com:389^M
^M
# The authentication mechanism to use^M
ldap.authentication.java.naming.security.authentication=DIGEST-MD5^M
^M
# The default principal to use (only used for LDAP sync)^M
ldap.authentication.java.naming.security.principal=reader^M
^M
# The password for the default principal (only used for LDAP sync)^M
ldap.authentication.java.naming.security.credentials=secret^M
^M
# Escape commas entered by the user at bind time^M
# Useful when using simple authentication and the CN is part of the DN and contains commas^M
ldap.authentication.escapeCommasInBind=false^M
^M
# Escape commas entered by the user when setting the authenticated user^M
# Useful when using simple authentication and the CN is part of the DN and contains commas, and the escaped \, is ^M
# pulled in as part of an LDAP sync^M
# If this option is set to true it will break the default home folder provider as space names can not contain \^M
ldap.authentication.escapeCommasInUid=false
~
02-18-2009 03:44 PM
02-19-2009 06:43 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.