09-29-2014 03:02 PM
ldap.authentication.active=true
ldap.authentication.allowGuestLogin=false
ldap.authentication.defaultAdministratorUserNames=admin
ldap.authentication.escapeCommasInBind=false
ldap.authentication.escapeCommasInUid=false
#ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory
ldap.authentication.java.naming.provider.url=ldaps://ldap.domain.com:636
ldap.authentication.java.naming.security.authentication=simple
ldap.authentication.userNameFormat=uid\=%s,ou\=people,dc\=domain,dc\=com
ldap.synchronization.active=true
ldap.synchronization.defaultHomeFolderProvider=userHomesHomeFolderProvider
ldap.synchronization.enableProgressEstimation=true
ldap.synchronization.groupDifferentialQuery=(&(objectclass=groupOfNames)(!(modifyTimestamp<={0})))
ldap.synchronization.groupIdAttributeName=cn
ldap.synchronization.groupMemberAttributeName=member
ldap.synchronization.groupQuery=(objectclass=groupOfNames)
ldap.synchronization.groupSearchBase=cn\=TIT,ou\=subjects,ou\=groups,dc\=domain,dc\=com
ldap.synchronization.groupType=groupOfNames
ldap.synchronization.java.naming.security.authentication=simple
ldap.synchronization.java.naming.security.credentials=******** [real password changed for *]
ldap.synchronization.java.naming.security.principal=uid\=admin,ou\=system,dc\=domain,dc\=com
ldap.synchronization.modifyTimestampAttributeName=modifyTimestamp
ldap.synchronization.personDifferentialQuery=(&(cn\=TIT)(objectClass\=GroupOfNames)(uid\=%s,ou\=people,dc\=domain,dc\=com))!(modifyTimestamp<={0})))
ldap.synchronization.personQuery=(&(cn\=TIT)(objectClass\=GroupOfNames)(uid\=%s,ou\=people,dc\=domain,dc\=com))
ldap.synchronization.personType=inetOrgPerson
#ldap.synchronization.queryBatchSize=1000
ldap.synchronization.timestampFormat=yyyyMMddHHmmss'Z'
ldap.synchronization.userEmailAttributeName=mail
ldap.synchronization.userFirstNameAttributeName=givenName
ldap.synchronization.userIdAttributeName=uid
ldap.synchronization.userLastNameAttributeName=schacSn1
ldap.synchronization.userOrganizationalIdAttributeName=eduPersonAffiliation
ldap.synchronization.userSearchBase=ou\=people,dc\=domain,dc\=com
authentication.chain=alfrescoNtlm1:alfrescoNtlm,ldap1:ldap
#Sync Settings
synchronization.synchronizeChangesOnly=false
synchronization.syncOnStartup=true
synchronization.syncWhenMissingPeopleLogIn=true
# Full sync every minute to check only
synchronization.import.cron=0 0/1 * * * ?
09-30-2014 03:44 PM
# The query to select all objects that represent the users to import.
ldap.synchronization.personQuery=(&(objectclass\=inetOrgPerson)(memberof\=cn\=TIT,ou\=subjects,ou\=groups,dc\=domain,dc\=com))
# The query to select objects that represent the users to import that have changed since a certain time.
ldap.synchronization.personDifferentialQuery=(&(objectclass\=inetOrgPerson)(memberof\=cn\=TIT,ou\=subjects,ou\=groups,dc\=domain,dc\=com)(!(modifyTimestamp<\={0})))
10-01-2014 07:04 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.