Content preview: Friedrich Locke wrote: > Hi folks, > > i would like to write
a library that implements ldap client connection to the > server, as usual,
the default routines: For simple ops this isn't a big task, but when you
add referrals to the mix it gets a bit messier. [...]
Content analysis details: (-4.2 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
-2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium
trust
[69.43.206.106 listed in list.dnswl.org]
0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked.
See
http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block
for more information.
[URIs: itu.int]
-1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1%
[score: 0.0000]
Post by Friedrich LockeHi folks,
i would like to write a library that implements ldap client connection to the
For simple ops this isn't a big task, but when you add referrals to the mix it
gets a bit messier.
Here's some design points to keep in mind so you don't make the same mistakes
as current libldap does.
http://scratchpad.wikia.com/wiki/LDAP_C_API
Post by Friedrich Lockeconnect
bind
search
unbind
etc ...
I wonder if there is a documentation showing how data is encoded with asn.1
ber encoding.
Rules for BER are in X.690. You can download the latest spec for free from the
ITU-T.
http://www.itu.int/rec/T-REC-X.690/en
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/