aboutsummaryrefslogtreecommitdiff
path: root/bind.go
diff options
context:
space:
mode:
authorJohn Weldon <[email protected]>2014-04-15 18:02:01 -0700
committerJohn Weldon <[email protected]>2014-04-15 18:02:01 -0700
commit6b7bf8da555e67d588ae8841ef67d28b9bcb0711 (patch)
tree38921b54964728405196d5a171d75183ae5c08a4 /bind.go
parent090a5e2ca7d72a11f0f7e52dfee4d34a11948c10 (diff)
SpruceHealth disappeared :-(
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 c529b14..821e20b 100644
--- a/bind.go
+++ b/bind.go
@@ -7,7 +7,7 @@ package ldap
import (
"errors"
- "github.com/SpruceHealth/asn1-ber"
+ "github.com/johnweldon/asn1-ber"
)
func (l *Conn) Bind(username, password string) error {