-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
How to reproduce :
-Define UserContentSynchro
-Use same attribute for login input and name input
Results:
- The login attribute is not found, because we use a Map for attributes to retrieve in LDAPSearch
Solution:
Avoid to use the same attribute
OR Do not use map for attributes.