Merge pull request #379 from hashicorp/sethvargo/authorship

Restore authorship on commits
This commit is contained in:
Armon Dadgar 2015-06-29 16:42:36 -07:00
commit c27d214280
3 changed files with 25 additions and 0 deletions

5
Godeps/Godeps.json generated
View File

@ -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",

View File

@ -7,6 +7,7 @@ package ldap
import (
"crypto/tls"
"errors"
"flag"
"fmt"
"gopkg.in/asn1-ber.v1"
"log"

19
Godeps/_workspace/src/github.com/go-ldap/ldap/todo generated vendored Normal file
View File

@ -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.