summaryrefslogtreecommitdiffstats
path: root/server_search.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-09change asn1-ber libraryAnton Luka Šijanec1-1/+1
2021-07-20strings in LDAP are case-insensitive (#8)wxiaoguang1-13/+34
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-2/+3
2015-06-03Fixed bug with SizeLimit=1ned1-6/+8
2015-06-02Added search SizeLimit supportned1-5/+5
2014-12-11Tolerate DerefAliases requests w/o falling overned1-2/+1
2014-11-23Implemented other LDAP server operations (add/delete/modify/extended/etc.) and tests.ned1-0/+216