aboutsummaryrefslogtreecommitdiff
path: root/server_bind.go
AgeCommit message (Collapse)Author
2019-02-13Revert the simplification of Searcher and Binder interfacesMarin Ivanov
* Revert "Simplify sever search functions" commit 9402a7d580c2dd929c68cf8b3038a1e6496f607f. * Revert "Simplify server bind functions" commit 82a8f44a2f4cf0686635d2a23ebb41a8f445194e. * Fix tests
2019-02-13Change dependency urls and package nameMarin Ivanov
* Make Go skip the examples directory
2018-02-23Simplify server bind functionsMark Rushakoff
For our purposes, it doesn't need to route multiple functions across different DNs, so use a simple function instead.
2018-02-23Update import paths and go fmtMark Rushakoff
2014-11-23Implemented other LDAP server operations (add/delete/modify/extended/etc.) ↵ned
and tests.