open-vault/vendor/github.com/go-ldap/ldap/README.md

54 lines
1.2 KiB
Markdown
Raw Normal View History

[![GoDoc](https://godoc.org/gopkg.in/ldap.v2?status.svg)](https://godoc.org/gopkg.in/ldap.v2)
2015-10-07 20:10:00 +00:00
[![Build Status](https://travis-ci.org/go-ldap/ldap.svg)](https://travis-ci.org/go-ldap/ldap)
2015-06-29 21:50:55 +00:00
# Basic LDAP v3 functionality for the GO programming language.
2015-10-07 20:10:00 +00:00
## Install
For the latest version use:
go get gopkg.in/ldap.v2
Import the latest version with:
import "gopkg.in/ldap.v2"
## Required Libraries:
2015-06-29 21:50:55 +00:00
- gopkg.in/asn1-ber.v1
2016-07-23 00:11:47 +00:00
## Features:
2015-06-29 21:50:55 +00:00
2016-07-23 00:11:47 +00:00
- Connecting to LDAP server (non-TLS, TLS, STARTTLS)
2015-06-29 21:50:55 +00:00
- Binding to LDAP server
- Searching for entries
2016-07-23 00:11:47 +00:00
- Filter Compile / Decompile
2015-06-29 21:50:55 +00:00
- Paging Search Results
- Modify Requests / Responses
2015-10-07 20:10:00 +00:00
- Add Requests / Responses
- Delete Requests / Responses
2015-06-29 21:50:55 +00:00
## Examples:
- search
- modify
2016-07-23 00:11:47 +00:00
## Contributing:
2015-06-29 21:50:55 +00:00
2016-07-23 00:11:47 +00:00
Bug reports and pull requests are welcome!
2015-06-29 21:50:55 +00:00
2016-07-23 00:11:47 +00:00
Before submitting a pull request, please make sure tests and verification scripts pass:
```
make all
```
2015-06-29 21:50:55 +00:00
2016-07-23 00:11:47 +00:00
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
```
2015-06-29 21:50:55 +00:00
---
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