As someone that spends an inordinate amount of time in LDAP for work, it warms my heart to see this project. Will definitely try it out!
This is epic, especially as it is repository friendly. Thank you.
Is it possible to view/edit the "cn=config" tree of OpenLDAP to make configuration changes with this?<p>I often do<p><pre><code> ldapvi -h ldapi:/// -Y EXTERNAL -b 'cn=config'
</code></pre>
and another tool could be useful.
It would be possible, but I don't have a good ldap server to test on, especially one I can modify config changes. If you'd like to contribute to the repo, adding a test ldap server that can be used for development would enable a lot more features.
If you have a Debian or Ubuntu system available, installing the `slapd` package (OpenLDAP) would be sufficient to get something on localhost or ldapi:///. RH-based systems have openldap* packages.<p>You don't really have to do much more than that for the purpose of testing this (no creating of accounts, groups, sub-trees, <i>etc</i>).<p>Perhaps at most go to the stanza/paragraph that defines "olcDbIndex" values, add a new one, and see if a new index file is created in "olcDbDirectory" (often /var/lib/ldap):<p>* <a href="https://www.zytrax.com/books/ldap/apa/indeces.html" rel="nofollow">https://www.zytrax.com/books/ldap/apa/indeces.html</a><p>* <a href="https://warlord0blog.wordpress.com/2020/10/19/ldap-indexes/" rel="nofollow">https://warlord0blog.wordpress.com/2020/10/19/ldap-indexes/</a>
May find this worth a whirl, hosted instance: <a href="https://www.freeipa.org/page/Demo" rel="nofollow">https://www.freeipa.org/page/Demo</a><p>Verified the services respond/credentials work <i>[through the UI, my ldapsearch-fu is weak]</i> :)
As someone else who has to do a lot of work with LDAP, thank you!<p>You might want to consider adding a LICENSE file to the repo. That's the first place I looked before noticing it at the bottom of the readme.
We need more TUIs! Love it!
Does this work with AD?
Miss my days tinkering with LDAP. This looks great, thanks!
176
276
123