summaryrefslogtreecommitdiffstats
path: root/server_search_test.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-20strings in LDAP are case-insensitive (#8)wxiaoguang1-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
2019-07-03Add support for retrieving all user attributes (#5)Viktor Kojouharov1-0/+52
2019-07-03make serve function public (#4)dirkm1-1/+1
* make serve function public * make Dn public * make attrs public
2015-06-03Fixed bug with SizeLimit=1ned1-0/+20
2015-06-02Added search SizeLimit supportned1-3/+33
2014-11-23Implemented other LDAP server operations (add/delete/modify/extended/etc.) and tests.ned1-359/+30
2014-11-12LDAP server supportned1-0/+732