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 7d99f06..a268e20 100644
--- a/bind.go
+++ b/bind.go
@@ -7,7 +7,7 @@ package ldap
import (
"errors"
- "github.com/tmfkams/asn1-ber"
+ "github.com/marcsauter/asn1-ber"
)
func (l *Conn) Bind(username, password string) *Error {