summaryrefslogtreecommitdiffstats
path: root/server_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* strings in LDAP are case-insensitive (#8)wxiaoguang2021-07-201-0/+49
| | | | | | | | | | | | | | | | | 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
* Added search SizeLimit supportned2015-06-021-1/+1
|
* Implemented other LDAP server operations (add/delete/modify/extended/etc.) and tests.ned2014-11-231-349/+27
|
* LDAP server supportned2014-11-121-0/+732