Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Mura Li d77176912b Use Go1.11 module (#5743) vor 5 Jahren
..
.gitignore Use Go1.11 module (#5743) vor 5 Jahren
.travis.yml Use Go1.11 module (#5743) vor 5 Jahren
CONTRIBUTING.md Use Go1.11 module (#5743) vor 5 Jahren
LICENSE Move to ldap.v3 to fix #5928 (#6105) vor 5 Jahren
Makefile Use Go1.11 module (#5743) vor 5 Jahren
README.md Use Go1.11 module (#5743) vor 5 Jahren
add.go Move to ldap.v3 to fix #5928 (#6105) vor 5 Jahren
bind.go Move to ldap.v3 to fix #5928 (#6105) vor 5 Jahren
client.go Move to ldap.v3 to fix #5928 (#6105) vor 5 Jahren
compare.go Move to ldap.v3 to fix #5928 (#6105) vor 5 Jahren
conn.go Move to ldap.v3 to fix #5928 (#6105) vor 5 Jahren
control.go Move to ldap.v3 to fix #5928 (#6105) vor 5 Jahren
debug.go Move to ldap.v3 to fix #5928 (#6105) vor 5 Jahren
del.go Move to ldap.v3 to fix #5928 (#6105) vor 5 Jahren
dn.go Move to ldap.v3 to fix #5928 (#6105) vor 5 Jahren
doc.go Move to ldap.v3 to fix #5928 (#6105) vor 5 Jahren
error.go Use Go1.11 module (#5743) vor 5 Jahren
filter.go Move to ldap.v3 to fix #5928 (#6105) vor 5 Jahren
ldap.go Move to ldap.v3 to fix #5928 (#6105) vor 5 Jahren
moddn.go Move to ldap.v3 to fix #5928 (#6105) vor 5 Jahren
modify.go Move to ldap.v3 to fix #5928 (#6105) vor 5 Jahren
passwdmodify.go Move to ldap.v3 to fix #5928 (#6105) vor 5 Jahren
search.go Move to ldap.v3 to fix #5928 (#6105) vor 5 Jahren

README.md

GoDoc Build Status

Basic LDAP v3 functionality for the GO programming language.

Install

For the latest version use:

go get gopkg.in/ldap.v3

Import the latest version with:

import "gopkg.in/ldap.v3"

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
  • Modify DN 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