|
1 | 1 | [](https://godoc.org/github.com/go-ldap/ldap)
|
2 |
| -[](https://travis-ci.org/go-ldap/ldap) |
3 | 2 |
|
4 | 3 | # Basic LDAP v3 functionality for the GO programming language.
|
5 | 4 |
|
6 | 5 | The library implements the following specifications:
|
7 |
| - - https://tools.ietf.org/html/rfc4511 for basic operations |
8 |
| - - https://tools.ietf.org/html/rfc3062 for password modify operation |
9 |
| - - https://tools.ietf.org/html/rfc4514 for distinguished names parsing |
| 6 | + - https://datatracker.ietf.org/doc/html/rfc4511 for basic operations |
| 7 | + - https://datatracker.ietf.org/doc/html/rfc3062 for password modify operation |
| 8 | + - https://datatracker.ietf.org/doc/html/rfc4514 for distinguished names parsing |
| 9 | + - https://datatracker.ietf.org/doc/html/rfc4533 for Content Synchronization Operation |
| 10 | + - https://datatracker.ietf.org/doc/html/draft-armijo-ldap-treedelete-02 for Tree Delete Control |
| 11 | + - https://datatracker.ietf.org/doc/html/rfc2891 for Server Side Sorting of Search Results |
| 12 | + - https://datatracker.ietf.org/doc/html/rfc4532 for WhoAmI requests |
10 | 13 |
|
11 | 14 | ## Features:
|
12 | 15 |
|
13 |
| - - Connecting to LDAP server (non-TLS, TLS, STARTTLS) |
14 |
| - - Binding to LDAP server |
15 |
| - - Searching for entries |
| 16 | + - Connecting to LDAP server (non-TLS, TLS, STARTTLS, through a custom dialer) |
| 17 | + - Binding to LDAP server (Simple Bind, GSSAPI, SASL) |
| 18 | + - "Who Am I" Requests / Responses |
| 19 | + - Searching for entries (normal and asynchronous) |
16 | 20 | - Filter Compile / Decompile
|
17 | 21 | - Paging Search Results
|
18 | 22 | - Modify Requests / Responses
|
|
0 commit comments