coredns-ldap/vendor/gopkg.in/ldap.v2
2020-06-01 03:11:50 -05:00
..
.gitignore init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
.travis.yml init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
add.go init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
atomic_value_go13.go init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
atomic_value.go init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
bind.go init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
client.go init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
compare.go init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
conn.go init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
control.go init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
debug.go init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
del.go init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
dn.go init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
doc.go init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
error.go init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
filter.go init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
ldap.go init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
LICENSE init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
Makefile init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
modify.go init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
passwdmodify.go init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
README.md init go mod with ldap dependency 2020-06-01 03:11:50 -05:00
search.go init go mod with ldap dependency 2020-06-01 03:11:50 -05:00

GoDoc Build Status

Basic LDAP v3 functionality for the GO programming language.

Install

For the latest version use:

go get gopkg.in/ldap.v2

Import the latest version with:

import "gopkg.in/ldap.v2"

Required Libraries:

  • gopkg.in/asn1-ber.v1

Features:

  • Connecting to LDAP server (non-TLS, TLS, STARTTLS)
  • Binding to LDAP server
  • Searching for entries
  • Filter Compile / Decompile
  • Paging Search Results
  • Modify Requests / Responses
  • Add Requests / Responses
  • Delete Requests / Responses

Examples:

  • search
  • modify

Contributing:

Bug reports and pull requests are welcome!

Before submitting a pull request, please make sure tests and verification scripts pass:

make all

To set up a pre-push hook to run the tests and verify scripts before pushing:

ln -s ../../.githooks/pre-push .git/hooks/pre-push

The Go gopher was designed by Renee French. (http://reneefrench.blogspot.com/) The design is licensed under the Creative Commons 3.0 Attributions license. Read this article for more details: http://blog.golang.org/gopher