Hello,
I have Alfresco community 4.2.f installed in Windows Server 2008 R2 and syncronized very well with AD, but I have an error in afresco.log file every every day at midnight (see attachement):
So I have added these line but nothing was changed.
this is what I added in my ldap-ad-authentication.properties:
-------------------------------------------------------------
### Disable user removals. If false, then no sync job will be allowed to delete users or groups
synchronization.allowDeletions=false
# The query to select all objects that represent the users to import.
ldap.synchronization.personQuery=(&(objectclass\=user)(!(cn=Guest))(userAccountControl\:1.2.840.113556.1.4.803\:\=512))
# The query to select objects that represent the users to import that have changed since a certain time.
ldap.synchronization.personDifferentialQuery=(&(objectclass\=user)(!(cn=Guest))(userAccountControl\:1.2.840.113556.1.4.803\:\=512)(!(whenChanged<\={0})))
any help!!