summaryrefslogtreecommitdiffstats
path: root/server.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* listen on arbitrary networkHEADmasterAnton Luka Šijanec2024-06-061-2/+6
|
* strings in LDAP are case-insensitive (#8)wxiaoguang2021-07-201-5/+11
| | | | | | | | | | | | | | | | | Thank you @wxiaoguang ! * strings in LDAP are case-insensitive * optmize routeFunc (faster, case-insensitive) * small optimiztion to routeFunc * request the directory server to return operational attributes by adding + (the plus sign) in your ldapsearch command. * request the directory server to return operational attributes by adding + (the plus sign) in your ldapsearch command. * request the directory server to return operational attributes by adding + (the plus sign) in your ldapsearch command. * remove operational attributes
* make serve function public (#4)dirkm2019-07-031-4/+5
| | | | | | | | * make serve function public * make Dn public * make attrs public
* Implemented other LDAP server operations (add/delete/modify/extended/etc.) and tests.ned2014-11-231-333/+211
|
* LDAP server supportned2014-11-121-0/+595