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

Re: Need assistance with Programming for LDAP in C



On Tue, Mar 25, 2036 at 10:47:59AM -0700, Santosh Dawara wrote:
> I am doing some development in LDAP using C, =
> 
> with openldap 1.2.7, I'd like to know where I can get
> some examples on clients that add entries to the
> directory In 'C', of course.
> 
> I am having difficulty in interpreting the Man pages on
> LDAP_add.

The source for OpenLDAP's ldapadd program is probably a good
starting point, see ldapmodify.c.

Stig