We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd082ae commit 749f84aCopy full SHA for 749f84a
README.md
@@ -1,22 +1,8 @@
1
-[](https://godoc.org/gopkg.in/ldap.v3)
+[](https://godoc.org/github.com/go-ldap/ldap)
2
[](https://travis-ci.org/go-ldap/ldap)
3
4
# Basic LDAP v3 functionality for the GO programming language.
5
6
-## Install
7
-
8
-For the latest version use:
9
10
- go get gopkg.in/ldap.v3
11
12
-Import the latest version with:
13
14
- import "gopkg.in/ldap.v3"
15
16
-## Required Libraries:
17
18
- - github.com/go-asn1-ber/asn1-ber
19
20
## Features:
21
22
- Connecting to LDAP server (non-TLS, TLS, STARTTLS)
0 commit comments