←back to thread

103 points woumn | 2 comments | | HN request time: 0s | source

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.
1. victor106 ◴[] No.45104723[source]
Does this work with AD?
replies(1): >>45105702 #
2. woumn ◴[] No.45105702[source]
Haven't tested, but i think it should. it's using Go's LDAP library in the background