diff man/lispref/lispref.texi @ 298:70ad99077275 r21-0b47

Import from CVS: tag r21-0b47
author cvs
date Mon, 13 Aug 2007 10:39:40 +0200
parents c9fe270a4101
children afd57c14dfc8
line wrap: on
line diff
--- a/man/lispref/lispref.texi	Mon Aug 13 10:38:47 2007 +0200
+++ b/man/lispref/lispref.texi	Mon Aug 13 10:39:40 2007 +0200
@@ -196,6 +196,8 @@
                               variables, and other such things.
 * X-Windows::		    Functions specific to the X Window System.
 * ToolTalk Support::        Interfacing with the ToolTalk message service.
+* LDAP Support::            Interfacing with the Lightweight Directory
+                              Access Protocol.
 * Internationalization::    How Emacs supports different languages and
                               cultural conventions.
 * MULE::                    Specifics of the Asian-language support.
@@ -1076,6 +1078,24 @@
 * Sending Messages::
 * Receiving Messages::
 
+LDAP Support
+
+* Building XEmacs with LDAP support::  How to add LDAP support to XEmacs
+* XEmacs LDAP API::             Lisp access to LDAP functions
+* Syntax of Search Filters::    A brief summary of RFC 1558
+
+XEmacs LDAP API
+
+* LDAP Variables::              Lisp variables related to LDAP
+* The High-Level LDAP API::     High-level LDAP lisp functions 
+* The Low-Level LDAP API::      Low-level LDAP lisp primitives
+
+The Low-Level LDAP API
+
+* The LDAP Lisp Object::        
+* Opening and Closing a LDAP Connection::  
+* Searching on a LDAP Server (Low-level)::  
+
 Internationalization
 
 * I18N Levels 1 and 2:: Support for different time, date, and currency formats.
@@ -1171,6 +1191,7 @@
 @include os.texi
 @include x-windows.texi
 @include tooltalk.texi
+@include ldap.texi
 @include internationalization.texi
 @include mule.texi