summaryrefslogtreecommitdiffstats
path: root/server_search_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* strings in LDAP are case-insensitive (#8)wxiaoguang2021-07-201-0/+36
| | | | | | | | | | | | | | | | | 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
* Add support for retrieving all user attributes (#5)Viktor Kojouharov2019-07-031-0/+52
|
* make serve function public (#4)dirkm2019-07-031-1/+1
| | | | | | | | * make serve function public * make Dn public * make attrs public
* Fixed bug with SizeLimit=1ned2015-06-031-0/+20
|
* Added search SizeLimit supportned2015-06-021-3/+33
|
* Implemented other LDAP server operations (add/delete/modify/extended/etc.) and tests.ned2014-11-231-0/+403