diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 4757fa2de..dd19cea36 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -67,6 +67,11 @@ "Comment": "v1-14-g406aa05", "Rev": "406aa05eb8272fb8aa201e410afa6f9fdcb2bf68" }, + { + "ImportPath": "github.com/go-ldap/ldap", + "Comment": "v1-8-g4d41e0d", + "Rev": "4d41e0d546efa36b1500653d519d1b39fc007dbd" + }, { "ImportPath": "github.com/go-sql-driver/mysql", "Comment": "v1.2-112-gfb72997", diff --git a/Godeps/_workspace/src/github.com/go-ldap/ldap/conn.go b/Godeps/_workspace/src/github.com/go-ldap/ldap/conn.go index a3b0fa4e2..e63347353 100644 --- a/Godeps/_workspace/src/github.com/go-ldap/ldap/conn.go +++ b/Godeps/_workspace/src/github.com/go-ldap/ldap/conn.go @@ -7,6 +7,7 @@ package ldap import ( "crypto/tls" "errors" + "flag" "fmt" "gopkg.in/asn1-ber.v1" "log" diff --git a/Godeps/_workspace/src/github.com/go-ldap/ldap/todo b/Godeps/_workspace/src/github.com/go-ldap/ldap/todo new file mode 100644 index 000000000..4a7be3d26 --- /dev/null +++ b/Godeps/_workspace/src/github.com/go-ldap/ldap/todo @@ -0,0 +1,19 @@ +"" => [] +sep is always , +multivalue is + + +type=value + +type is numericoid or keystring: + keystring = leadkeychar *keychar + leadkeychar = ALPHA + keychar = ALPHA / DIGIT / HYPHEN + numericoid = number 1*( DOT number ) + +example oid: +givenname = 2.5.4.42 + + If the AttributeType is of the dotted-decimal form, the + AttributeValue is represented by an number sign ('#' U+0023) + character followed by the hexadecimal encoding of each of the octets + of the BER encoding of the X.500 AttributeValue.