I configured OpenLDAP server and tested import users.
Is working but the Full Name appears empty and I can't manually edit.
Is this normal ?
The xml for an imported user looks like this:
<user>
<scope>user</scope>
<name>peter</name>
<user_dn>uid=peter,ou=people,dc=company,dc=com,dc=ar</user_dn>
<descr/>
<password>$2y$10$PLJ.NuquY3d3Rv5ELd2KMusQBm5uKNGIsY3A7KzcBxe6QgoNfN61a</password>
<uid>2003</uid>
</user>
Any suggestion ?
Thanks