Skip to content

Commit c75e537

Browse files
cpuschmagustavoluvizotto
authored andcommitted
Update README to include new features and implemented RFCs
* Add newly added features and RFCs to the list * Removed the Travis CI link as it has been replaced with Github Actions
1 parent 0d764b0 commit c75e537

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
[![GoDoc](https://godoc.org/github.com/go-ldap/ldap?status.svg)](https://godoc.org/github.com/go-ldap/ldap)
2-
[![Build Status](https://travis-ci.org/go-ldap/ldap.svg)](https://travis-ci.org/go-ldap/ldap)
32

43
# Basic LDAP v3 functionality for the GO programming language.
54

65
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
1013

1114
## Features:
1215

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)
1620
- Filter Compile / Decompile
1721
- Paging Search Results
1822
- Modify Requests / Responses

0 commit comments

Comments
 (0)