An open API service indexing awesome lists of open source software.

https://github.com/bunji2/ldapsearch

LDAP Search
https://github.com/bunji2/ldapsearch

fyne golang ldap

Last synced: 3 months ago
JSON representation

LDAP Search

Awesome Lists containing this project

README

          

# ldapsearch
LDAP Search

## GUI

![gui](gui.png)

## Config file

conf.json

```json
{
"server": "your.ldap.server:389",
"attributes": ["commonName","surName","givenName"],
"email": "your@mail.address",
"base_dn": "ou=users,o=hogehoge.com",
"bind_dn": "uid=%EMAIL%,o=login",
"filter": "(cn=jack*)"
}
```