[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Need assistance with Programming for LDAP in C
- To: Santosh Dawara <ldapman@usa.net>
- Subject: Re: Need assistance with Programming for LDAP in C
- From: Stig Venås <venaas@alfa.itea.ntnu.no>
- Date: Mon, 22 Jan 2001 07:24:44 +0100
- Cc: openldap-devel@OpenLDAP.org
- In-reply-to: <20000217111943.15036.qmail@nwcst288.netaddress.usa.net>; from ldapman@usa.net on Tue, Mar 25, 2036 at 10:47:59AM -0700
- References: <20000217111943.15036.qmail@nwcst288.netaddress.usa.net>
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