mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.2 to HEAD
15255: ETHREEOH-2484: Default behavior for LDAP sync is now not to abort on a missing UID or GUID, as it seems more robust git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15256 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -134,10 +134,10 @@ public class LDAPUserRegistry implements UserRegistry, InitializingBean, Activat
|
||||
private boolean errorOnDuplicateGID;
|
||||
|
||||
/** Should we error on missing group IDs? */
|
||||
private boolean errorOnMissingGID = true;
|
||||
private boolean errorOnMissingGID = false;
|
||||
|
||||
/** Should we error on missing user IDs? */
|
||||
private boolean errorOnMissingUID = true;
|
||||
private boolean errorOnMissingUID = false;
|
||||
|
||||
/** An array of all LDAP attributes to be queried from users */
|
||||
private String[] userAttributeNames;
|
||||
|
Reference in New Issue
Block a user