Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
Description
Description
Downstream Change Summary
This change creates following new behavior as far as LDAP name to DN mapping:
- previously, there had to be at least a single rule defined for mapping. When no mapping is defined, mapping fails. After this change, this requirement is lifted. User name would be considered to match LDAP DN
- default user to DN mapping is an array containing a transform which converts user name to DN as-is. This change removes such default, and a new default is an empty array.
Description of Linked Ticket
Currently the userToDNMapper class requires at least one transform rule to function correctly.
Treat empty string (or `[]` / array) as performing no transformations without error.
Scope of changes
Impact to Other Docs
MVP (Work and Date)
Resources (Scope or Design Docs, Invision, etc.)
Attachments
Issue Links
- documents
-
SERVER-52645 Allow userToDNMapper to accept (and use by default) an empty set of transforms
-
- Closed
-