ldapExpertUUIDUserAttr not working?

Hello, running 18.03 (update done this morning), I have the following problem :
on my ldap the uid attribute is unique. I wanted to use it as the uid for ldap account, so I did set the following : (from ldap:show-config)
ldapExpertUUIDUserAttr | uid |
| ldapExpertUsernameAttr | uid
Than I activate the configuration but…
the user uid is still the EntryUUID attribute from the ldap…
Did I miss something ?
Is it a feature ?
A bug ?
Thanks in advance

maybe this problem: https://github.com/nextcloud/server/pull/20039/files
And see here: LDAP groups found but not showing up in users

After doing the fix in the first link it is working for me :slight_smile:
BR
Michael

Hello, thanks for the answer… the only problem is that I had to zero the database and réinstall but now I have human readable user names…