We have a LDAP where the uid for a user is created with a UUID like:
uid=075af128-9586-6b6a-9245-c0b3ad13d7ba,cn=Users,o=myOrg,cn=Organizations,DC=myDC,DC=myRoot
And the uid attribute will have the same UUID.
Is it possible to generate such a UUID in selfregistration-config.xml in:
<attribute>
<!-- The uid attribute field. The mapping value could be obtained from the `<TDISOL>map_dbrepos_from_source.properties` file -->
<key>uid</key>
<value>${form:r_username}</value>
</attribute>
?