A common case is the group member attribute is a DN and the first RDN value can be used as subject ID or identifier.  In this case its the subject ID but it could be an identifier instead.


In this case the "uid" is the subjectId.  So this is the loader configuration.  The key is the Subject expression.  Note: in v2.5.42+ this will escape special characters like commas correctly.

${loaderLdapElUtils.convertDnToSpecificValue(subjectId)}




  • No labels