I-D ACTION: draft-ietf-asid-ldap-c-api-00.txt

Internet-Drafts@ietf.org Fri, 01 August 1997 14:11 UTC

Received: from ietf.org by ietf.org id aa14909; 1 Aug 97 10:11 EDT
Received: from ietf.ietf.org by ietf.org id aa14479; 1 Aug 97 10:10 EDT
Mime-Version: 1.0
Content-Type: Multipart/Mixed;
To: IETF-Announce@ietf.org
Cc: ietf-asid@umich.edu
Sender: ietf-announce-request@ietf.org
From: Internet-Drafts@ietf.org
Reply-to: Internet-Drafts@ietf.org
Subject: I-D ACTION: draft-ietf-asid-ldap-c-api-00.txt
Date: Fri, 01 Aug 1997 10:10:15 -0400
X-Orig-Sender: cclark@ietf.org
Message-ID: <9708011010.aa14479@ietf.org>

--NextPart
		
A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the Access, Searching and Indexing of Directories Working Group of the IETF.

	Title		: The C LDAP Application Program Interface
	Author(s)	: Chris Weider and Tim Howes and Mark Smith and M. Wahl and A. Herron
	Filename	: draft-ietf-asid-ldap-c-api-00.txt
	Pages		: 53
	Date		: 31-Jul-97
	
This document defines a C language application program interface to the
lightweight directory access protocol (LDAP). This document replaces the
previous definition of this API, defined in RFC 1823, updating it to
include support for features found in version 3 of the LDAP protocol.
New extended operation functions were added to support LDAPv3 features
such as controls.  In addition, other LDAP API changes were made to
support information hiding and thread safety.
 
The C LDAP API is designed to be powerful, yet simple to use. It defines
compatible synchronous and asynchronous interfaces to LDAP to suit a
wide variety of applications. This document gives a brief overview of
the LDAP model, then an overview of how the API is used by an applica-
tion program to obtain LDAP information.  The API calls are described in
detail, followed by an appendix that provides some example code demon-
strating the use of the API. This document provides information to the
Internet community. It does not specify any standard.

Internet-Drafts are available by anonymous FTP.  Login wih the username
'anonymous' and a password of your e-mail address.  After logging in,
type 'cd internet-drafts' and then
	'get draft-ietf-asid-ldap-c-api-00.txt'.
A URL for the Internet-Draft is:
ftp://ds.internic.net/internet-drafts/draft-ietf-asid-ldap-c-api-00.txt

Internet-Drafts directories are located at:

	Africa:	ftp.is.co.za
	
	Europe: ftp.nordu.net
		ftp.nis.garr.it
			
	Pacific Rim: munnari.oz.au
	
	US East Coast: ds.internic.net
	
	US West Coast: ftp.isi.edu

Internet-Drafts are also available by mail.

Send a message to:	mailserv@ds.internic.net.  In the body type:
	'FILE /internet-drafts/draft-ietf-asid-ldap-c-api-00.txt'.
	
NOTE:	The mail server at ds.internic.net can return the document in
	MIME-encoded form by using the 'mpack' utility.  To use this
	feature, insert the command 'ENCODING mime' before the 'FILE'
	command.  To decode the response(s), you will need 'munpack' or
	a MIME-compliant mail reader.  Different MIME-compliant mail readers
	exhibit different behavior, especially when dealing with
	'multipart' MIME messages (i.e. documents which have been split
	up into multiple messages), so check your local documentation on
	how to manipulate these messages.
		
		
Below is the data which will enable a MIME compliant mail reader
implementation to automatically retrieve the ASCII version of the
Internet-Draft.

--NextPart
Content-Type: Multipart/Alternative; Boundary='OtherAccess'

OtherAccess
Content-Type:  Message/External-body;
	access-type='mail-server';
	server='mailserv@ds.internic.net'
	
Content-Type: text/plain
Content-ID:	<19970731170017.I-D@ietf.org>

ENCODING mime
FILE /internet-drafts/draft-ietf-asid-ldap-c-api-00.txt

--OtherAccess
Content-Type:	Message/External-body;
	name='draft-ietf-asid-ldap-c-api-00.txt';
	site='ds.internic.net';
	access-type='anon-ftp';
	directory='internet-drafts'
	
Content-Type: text/plain
Content-ID:	<19970731170017.I-D@ietf.org>

--OtherAccess--

--NextPart--