# # This properties file is used to configure LDAP syncronisation # # The query to find the people to import ldap.synchronisation.personQuery=(objectclass=inetOrgPerson) # The search base of the query to find people to import ldap.synchronisation.personSearchBase=dc=company,dc=com # The attribute name on people objects found in LDAP to use as the uid in Alfresco ldap.synchronisation.userIdAttributeName=uid # The attribute on person objects in LDAP to map to the first name property in Alfresco ldap.synchronisation.userFirstNameAttributeName=givenName # The attribute on person objects in LDAP to map to the last name property in Alfresco ldap.synchronisation.userLastNameAttributeName=sn # The attribute on person objects in LDAP to map to the email property in Alfresco ldap.synchronisation.userEmailAttributeName=mail # The attribute on person objects in LDAP to map to the organizational id property in Alfresco ldap.synchronisation.userOrganizationalIdAttributeName=o # The default home folder provider to use for people created via LDAP import ldap.synchronisation.defaultHomeFolderProvider=personalHomeFolderProvider # The query to find group objects ldap.synchronisation.groupQuery=(objectclass=groupOfNames) # The search base to use to find group objects ldap.synchronisation.groupSearchBase=dc=company,dc=com # The attribute on LDAP group objects to map to the gid property in Alfrecso ldap.synchronisation.groupIdAttributeName=cn # The group type in LDAP ldap.synchronisation.groupType=groupOfNames # The person type in LDAP ldap.synchronisation.personType=inetOrgPerson # The attribute in LDAP on group objects that defines the DN for its members ldap.synchronisation.groupMemberAttributeName=member # The cron expression defining when people imports should take place ldap.synchronisation.import.person.cron=0 0 * * * ? # The cron expression defining when group imports should take place ldap.synchronisation.import.group.cron=0 30 * * * ? # Should all groups be cleared out at import time? # - this is safe as groups are not used in Alfresco for other things (unlike person objects which you should never clear out during an import) # - setting this to true means old group definitions will be tidied up. ldap.synchronisation.import.group.clearAllChildren=true