golang-github-go-ldap-ldap-dev

Basic ldap v3 functionality for the go programming language
  https://github.com/go-ldap/ldap
  0
  no reviews



The ldap package provides basic ldapv3 functionality for the go programming language. currently supported features include:
- connecting to ldap server
- binding to ldap server
- searching for entries
- compiling string filters to ldap filters
- paging search results
- modify requests / responses