summaryrefslogtreecommitdiffstats
path: root/server_test.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-20strings in LDAP are case-insensitive (#8)wxiaoguang1-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
2015-06-02Added search SizeLimit supportned1-1/+1
2014-11-23Implemented other LDAP server operations (add/delete/modify/extended/etc.) and tests.ned1-349/+27
2014-11-12LDAP server supportned1-0/+732