The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/vendor/github.com/go-ldap/ldap
bergquist 6253476c73 tech(build): move dependencies to vendor folder 9 years ago
..
.gitignore tech(build): move dependencies to vendor folder 9 years ago
.travis.yml tech(build): move dependencies to vendor folder 9 years ago
LICENSE tech(build): move dependencies to vendor folder 9 years ago
README.md tech(build): move dependencies to vendor folder 9 years ago
add.go tech(build): move dependencies to vendor folder 9 years ago
bind.go tech(build): move dependencies to vendor folder 9 years ago
client.go tech(build): move dependencies to vendor folder 9 years ago
compare.go tech(build): move dependencies to vendor folder 9 years ago
conn.go tech(build): move dependencies to vendor folder 9 years ago
control.go tech(build): move dependencies to vendor folder 9 years ago
debug.go tech(build): move dependencies to vendor folder 9 years ago
del.go tech(build): move dependencies to vendor folder 9 years ago
dn.go tech(build): move dependencies to vendor folder 9 years ago
dn_test.go tech(build): move dependencies to vendor folder 9 years ago
doc.go tech(build): move dependencies to vendor folder 9 years ago
error.go tech(build): move dependencies to vendor folder 9 years ago
example_test.go tech(build): move dependencies to vendor folder 9 years ago
filter.go tech(build): move dependencies to vendor folder 9 years ago
filter_test.go tech(build): move dependencies to vendor folder 9 years ago
ldap.go tech(build): move dependencies to vendor folder 9 years ago
ldap_test.go tech(build): move dependencies to vendor folder 9 years ago
modify.go tech(build): move dependencies to vendor folder 9 years ago
passwdmodify.go tech(build): move dependencies to vendor folder 9 years ago
search.go tech(build): move dependencies to vendor folder 9 years ago
search_test.go tech(build): move dependencies to vendor folder 9 years ago

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.v2

Import the latest version with:

import "gopkg.in/ldap.v2"

Required Libraries:

  • gopkg.in/asn1-ber.v1

Working:

  • Connecting to LDAP server
  • Binding to LDAP server
  • Searching for entries
  • Compiling string filters to LDAP filters
  • Paging Search Results
  • Modify Requests / Responses
  • Add Requests / Responses
  • Delete Requests / Responses
  • Better Unicode support

Examples:

  • search
  • modify

Tests Implemented:

  • Filter Compile / Decompile

TODO:

  • Add Requests / Responses
  • Delete Requests / Responses
  • Modify DN Requests / Responses
  • Compare Requests / Responses
  • Implement Tests / Benchmarks

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