Show HN: Moribito – A TUI for LDAP Viewing/Queries (github.com)

106 points by woumn ↗ HN
Check out my TUI I wrote for viewing and querying an LDAP. I need to do basic queries and validation daily for work, and as I work on a mac, there are really no good options. The major player is the Apache Directory Studio which is... not great. So I decided to create a new one.

8 comments

[ 2.9 ms ] story [ 25.2 ms ] thread
Miss my days tinkering with LDAP. This looks great, thanks!
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!
We need more TUIs! Love it!
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?

I often do

    ldapvi -h ldapi:/// -Y EXTERNAL -b 'cn=config'
and another tool could be useful.
As someone else who has to do a lot of work with LDAP, thank you!

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.