From f4e67fa4cd924fbe6f271611514caf5589e6a6e5 Mon Sep 17 00:00:00 2001 From: ned Date: Wed, 12 Nov 2014 14:52:16 -0700 Subject: LDAP server support --- bind.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bind.go') diff --git a/bind.go b/bind.go index c3ba8ce..171a2e9 100644 --- a/bind.go +++ b/bind.go @@ -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 { -- cgit v1.2.3