Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
tutorial:adm:manage_ad [2020/05/28 10:13]
apeterova default pageSize is 0
tutorial:adm:manage_ad [2020/08/13 11:22]
apeterova special characters
Line 242: Line 242:
  
 the likely cause is that some groups have many members. AD has a property MaxPageSize which is probably set to lower than necessary (default is 1000). Increasing the value to an arbitrary large number (30000) helped in our case but only AD admin can change this. the likely cause is that some groups have many members. AD has a property MaxPageSize which is probably set to lower than necessary (default is 1000). Increasing the value to an arbitrary large number (30000) helped in our case but only AD admin can change this.
 +
 +===== SvcErr: DSID-031007E5 - unsupported special characters in DN =====
 +
 +The AD connector doesn't support containers (OU) that contain some special characters in their names, namely the forward slash ("/"). When you try to update some user, whose DN contains this character (even when updating only some other attributes), then the provisioning fails with the following exception:
 +<code>
 +javax.naming.NamingException: [LDAP: error code 1 - 000020D6: SvcErr: DSID-031007E5, problem 5012 (DIR_ERROR), data 0
 +</code>
 +
 +Please rename your containers so they don't contain special characters.
 +
 +See more about this known issue here: https://redmine.czechidm.com/issues/2294.
  
 ===== Failover ===== ===== Failover =====
  • by neznajf