8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-
I could not see a place to view the uniqe DN of a user on the GUI. Does it exist? What I mean is, when you go to the 'admin' user's page it would display 'cn=admin,ou=people,dc=example,dc=com' .
Beta Was this translation helpful? Give feedback.
This easily derived from the uid (the "admin" part) since all the users are in the same OU, same for groups. Why do you feel that this would help in the UI?
Because it gets long and it's error prone to enter it in auth fields and such. Especially if you have a few different domains. (I am talking about general ldap usage. I am still just evaluating lldap) . Thanks for the pointer.
I have to admit that the target of LLDAP is more hobby self-hosting, so not really "I'm an admin with several domains to manage" :D
I don't even think the UI currently has the information about the DC, but that could be easily resolved. I wouldn't be opposed to a PR adding that to the UI, if you wanted to contribute.