https://github.com/bunji2/ldapsearch
LDAP Search
https://github.com/bunji2/ldapsearch
fyne golang ldap
Last synced: 3 months ago
JSON representation
LDAP Search
- Host: GitHub
- URL: https://github.com/bunji2/ldapsearch
- Owner: bunji2
- License: mit
- Created: 2020-04-07T13:31:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T14:05:31.000Z (over 5 years ago)
- Last Synced: 2025-07-01T08:08:52.338Z (4 months ago)
- Topics: fyne, golang, ldap
- Language: Go
- Size: 1.52 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ldapsearch
LDAP Search## GUI

## 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*)"
}
```