diff options
Diffstat (limited to 'bind.go')
-rw-r--r-- | bind.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ package ldap import ( "errors" - "github.com/vanackere/asn1-ber" + "github.com/nmcclain/asn1-ber" ) func (l *Conn) Bind(username, password string) error { |