dogguts / System.DirectoryServices.Protocol_linux

Proof-Of-Concept Port of dotnet/corefx "System.DirectoryServices.Protocols" to Linux (using libldap)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wldap32 & openldap/liblber encoding for constructed tags

dogguts opened this issue · comments

Wldap32 always (BER-)encodes length in the long form for constructed tags, Encoding form with openldap(/liblber) actually varies on content length.
Both long and short form are acceptable but lots of unit-tests will fail (using openldap) because they only compare the result assuming long form for constructed tags
S_DS_P_linux#1 Example.pdf