summaryrefslogtreecommitdiffstats
path: root/bind.go
diff options
context:
space:
mode:
Diffstat (limited to 'bind.go')
-rw-r--r--bind.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bind.go b/bind.go
index 821e20b..07417fe 100644
--- a/bind.go
+++ b/bind.go
@@ -7,7 +7,7 @@ package ldap
import (
"errors"
- "github.com/johnweldon/asn1-ber"
+ "github.com/vanackere/asn1-ber"
)
func (l *Conn) Bind(username, password string) error {