Live data from Hacker News

Show HN: Moribito – A TUI for LDAP Viewing/Queries

github.com

11–20 of 25 posts

Re: Show HN: Moribito – A TUI for LDAP Viewing/Queries

#12

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!

Apache Directory Studio is extremely cumbersome / heavy so this is much appreciated.

I hate it so much. And it barely works with newer macs.

Re: Show HN: Moribito – A TUI for LDAP Viewing/Queries

#17
post #10

This is epic, especially as it is repository friendly. Thank you.

You're very welcome!

Tested it now somewhat. Some points so far:

1. Installation script doesn't work on Windows. Exit 1 is particularly problematic as it kills the current shell

2. No search on current page vim style (/) or full page up/down J/K

3. On Query page j works but k somewhat scrambless the page in Windows terminal

Not sure how seriously you want to support Windows, I could rise tickets on Github

Re: Show HN: Moribito – A TUI for LDAP Viewing/Queries

#18
post #10

Earlier quoted context omitted.

You're very welcome!

Tested it now somewhat. Some points so far: 1. Installation script doesn't work on Windows. Exit 1 is particularly problematic as it kills the current shell 2. No search on current page vim style (/) or full page up/down J/K 3. On Query page j works but k somewhat scrambless the page in Windows terminal Not sure how seriously you want to support Windows, I could rise tickets on Github

I don't have a way to debug windows, so atm it's kind wysiwyg.

#2 is a great idea. open a ticket if you'd like.

Re: Show HN: Moribito – A TUI for LDAP Viewing/Queries

#20

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.

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.
Post reply on HN