03-02-2010 06:32 AM
03-03-2010 07:19 AM
03-03-2010 07:30 AM
03-03-2010 07:38 AM
# How to map the user id entered by the user to taht passed through to LDAP
# In Active Directory, this can either be the user principal name (UPN) or DN.
# UPNs are in the form <sAMAccountName>@domain and are held in the userPrincipalName attribute of a user
ldap.authentication.userNameFormat=%s@domain
# The group search base restricts the LDAP group query to a sub section of tree on the LDAP server.
ldap.synchronization.groupSearchBase=dc=domain,dc=com
# The user search base restricts the LDAP user query to a sub section of tree on the LDAP server.
ldap.synchronization.userSearchBase=dc=domain,dc=com
03-03-2010 07:48 AM
03-03-2010 08:09 AM
03-03-2010 08:34 AM
03-03-2010 12:22 PM
03-03-2010 01:02 PM
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.