We need more TUIs! Love it!
The OP should post this on terminal trove [0] There are lots of TUIs there. [0] https://terminaltrove.com/
Show HN: Moribito – A TUI for LDAP Viewing/Queries
11–20 of 25 posts
Re: Show HN: Moribito – A TUI for LDAP Viewing/Queries
#12Re: Show HN: Moribito – A TUI for LDAP Viewing/Queries
#13Re: Show HN: Moribito – A TUI for LDAP Viewing/Queries
#14I often do
ldapvi -h ldapi:/// -Y EXTERNAL -b 'cn=config'
and another tool could be useful.Re: Show HN: Moribito – A TUI for LDAP Viewing/Queries
#15Re: Show HN: Moribito – A TUI for LDAP Viewing/Queries
#16Re: Show HN: Moribito – A TUI for LDAP Viewing/Queries
#17This is epic, especially as it is repository friendly. Thank you.
You're very welcome!
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
#18Earlier 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
#2 is a great idea. open a ticket if you'd like.
Re: Show HN: Moribito – A TUI for LDAP Viewing/Queries
#19Does this work with AD?
Re: Show HN: Moribito – A TUI for LDAP Viewing/Queries
#20Is 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.