* John W. Himpel via server [18/12/2024 17:36] :
Again, this MIGHT be easier with a simple Ansible role (I don't have enought LDAP experience to know).
On this note, I've gone through Ansible Galaxy and have failed to find an openldap role that satisfies my needs (supports Fedora, doesn't hardcode the admin password, ...). So I've started writing my own and wil share the results on the list.
If anyone has pointers to a GUI based interface app that maintains records inside of the LDAP directory, I would appreciate links.
The best GUI LDAP client I know is ADS (Apache Directory Studio)[1].
The best GUI LDAP client to be packaged in Fedora might be gq. Sadly, there hasn't been a new release for 15 years (and I haven't used it in 20+ years).
If you want higher-level CLI tools than the ldap{add,modify,search,...} that come with OpenLDAP, you have shelldap and ldapvi in the distribution.
Emmanuel