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

Re: Information about LDAP API



Jess Nielsen - Ernst & Young <jni@systematic.dk> writes:

> To whom it may concern,
> 
> I need to find some information about the API for the use of LDAP. 
> 
> Does someone have some information about: 
> - the API for LDAP for JAVA

http://java.sun.com/products/jndi/1.2/javadoc/index.html

> - how LDAP is used, ie. examples
you could read this:
http://people.netscape.com/bjm/whyLDAP.html

> - how it is possible to get information from and store information to a
> directory, when using the LDAP API
in C langage :
	ld = ldap_init("ldap.xxx.yyy", LDAP_PORT);
	ldap_simple_bind(ld, NULL, NULL); /* Anonymous bind */
	...
take a look at :
http://developer.netscape.com/docs/manuals/dirsdk/csdk30/contents.htm

-- 
Luc Mazardo
        "rm -f * .txt" oouups !!