[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: C API (Examples)



I have found the the best source C API info to be the various rfc's.  You
can find these in the openldap distr dir:

    openldap-2.0.7/doc/rfc
      rfc1823.txt (original LDAPv2 C API rfc)

    openldap-2.0.7/doc/draft
      draft-ietf-ldapext-ldap-c-api-xx.txt (update to support LDAPv3)

Mark


-----Original Message-----
From: owner-openldap-software@OpenLDAP.org
[mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Rory Savage
Sent: Wednesday, April 25, 2001 1:13 PM
To: openldap-software@OpenLDAP.org
Subject: C API (Examples)



I am looking for a URL that has GNU (GCC) opensource C API examples for
OpenLDAP.  Currently I am writing most of my administration programs in
KSH, and would port them to C.  I have a Netscape LDAP related programming
book, and the examples seem to use fucntions not support in the OpenLDAP
(ldap.h) header.  OpenSource examples would be nice

-Rory Savage