Skip to content

bunji2/ldapsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ldapsearch

LDAP Search

GUI

gui

Config file

conf.json

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