multivalued ldap attribute in response header
OAM11g R1PS1
Can I modify the delimiter used for listing multivalued ldap attributes in the response header from " , " to " ; ".
I'm inserting isMemberOf ldap attribute in the response header and looks like: HTTP_ISMEMBEROF="cn=orclFAGroupReadPrivilegeGroup,ou=Roles,o=example,c=be,cn=orclFAUserReadPrivilegeGroup,ou=Roles2,o=example,c=be,cn=OIMOAMAdmins,ou=Roles3,o=example2,c=be,cn=orclFAUserWritePrivilegeGroup,ou=Roles,o=example3,c=be;"
As you can see, it will be difficult to determine the group DN by the application.
I know that you also could use $user.groups to have the group info inserted into the header. But I was thinking that leaving the group resolving up to the LDAP will be much faster/better than let OAM doing it.