openldap/doc/guide/preamble.sdf

311 lines
12 KiB
Plaintext
Raw Normal View History

1999-10-01 00:58:26 +08:00
# $OpenLDAP$
2008-02-13 15:35:23 +08:00
# Copyright 1999-2008 The OpenLDAP Foundation, All Rights Reserved.
# COPYING RESTRICTIONS APPLY, see COPYRIGHT.
#
# Preamble for all OpenLDAP SDF documents
#
2006-04-08 11:42:05 +08:00
!default VERSION 2.4
1999-09-26 01:17:51 +08:00
#
# Paths are relative to the main subdirectories
#
!define DOC_AUTHOR "The OpenLDAP Project <{{URL:http://www.openldap.org/}}>"
2006-04-08 11:42:05 +08:00
!define DOC_NAME "OpenLDAP Software 2.4"
1999-09-26 01:17:51 +08:00
!define DOC_TYPE "Guide"
!define DOC_LOGO "../images/LDAPlogo.gif"
2005-03-25 05:56:15 +08:00
!define DOC_LOGO_BASE "../images/"
!define DOC_HTML_LOGO ""
!define DOC_LOF_TITLE "Figures"
!define DOC_LOF
!define HTML_URL_HOME "http://www.openldap.org/"
!define HTML_URL_CATALOG "../index.html"
!macro HTML_HEADER
# !block inline
#<FONT FACE="Arial,Verdana,Helvetica">
# !endblock
!if DOC_LOGO
!block inline
<A HREF="http://www.OpenLDAP.org/">
!endblock
!import DOC_LOGO; align="Left"; border="0"; base=$var{'DOC_LOGO_BASE'}
!block inline
</A>
!endblock
!HTML_NAVIGATE
!clear "Left"
!else
!HTML_NAVIGATE
!endif
!endmacro
!macro HTML_FOOTER
!HTML_PRE_SECTION
!HTML_NAVIGATE
# !block inline; expand
#</FONT>
# !endblock
!block inline; expand
<P>
<FONT COLOR="#808080" FACE="Arial,Verdana,Helvetica" SIZE="1"><B>
2001-05-18 10:45:46 +08:00
________________<BR>
2008-02-13 15:35:23 +08:00
<SMALL>&copy; Copyright 2008, <A HREF="http://www.OpenLDAP.org/foundation/">OpenLDAP Foundation</A>, <A HREF="mailto:info@OpenLDAP.org">info@OpenLDAP.org</A></SMALL></B></FONT>
!endblock
!endmacro
!macro HTML_TOPIC_HEADER
# !block inline; expand
#<FONT FACE="Arial,Verdana,Helvetica">
# !endblock
!define DOC_TOPIC_LOGO $var{'DOC_LOGO'}
!if DOC_TOPIC_LOGO
!default DOC_TOPIC_LOGO_BASE $var{'DOC_LOGO_BASE'}
!block inline
<A HREF="http://www.OpenLDAP.org/">
!endblock
!import DOC_TOPIC_LOGO; align="Left"; border="0"; base=$var{'DOC_TOPIC_LOGO_BASE'}
!block inline
</A>
!endblock
!HTML_TOPIC_NAVIGATE
!clear "Left"
!else
!HTML_TOPIC_NAVIGATE
!endif
!endmacro
!macro HTML_TOPIC_FOOTER
!HTML_PRE_SECTION
!HTML_TOPIC_NAVIGATE
# !block inline; expand
#</FONT>
# !endblock
!block inline; expand
<P>
<FONT COLOR="#808080" FACE="Arial,Verdana,Helvetica" SIZE="1"><B>
2001-05-18 10:45:46 +08:00
________________<BR>
2008-02-13 15:35:23 +08:00
<SMALL>&copy; Copyright 2008, <A HREF="http://www.OpenLDAP.org/foundation/">OpenLDAP Foundation</A>, <A HREF="mailto:info@OpenLDAP.org">info@OpenLDAP.org</A></SMALL></B></FONT>
!endblock
!endmacro
2000-07-30 23:07:14 +08:00
# OpenLDAP related organization
2006-12-08 13:02:21 +08:00
!block organisations; data; sort='Name'
2000-08-30 04:22:49 +08:00
Name|Long|Jump
2005-03-28 11:01:18 +08:00
ANSI|American National Standards Institute|http://www.ansi.org/
2006-12-08 16:20:44 +08:00
BSI|British Standards Institute|http://www.bsi-global.com/
2006-12-08 13:02:21 +08:00
COSINE|Co-operation and Open Systems Interconnection in Europe
2006-12-08 05:50:15 +08:00
CPAN|Comprehensive Perl Archive Network|http://cpan.org/
2006-12-08 13:02:21 +08:00
Cyrus|Project Cyrus|http://cyrusimap.web.cmu.edu/
2006-12-07 12:09:40 +08:00
FSF|Free Software Foundation|http://www.fsf.org/
GNU|GNU Not Unix Project|http://www.gnu.org/
2000-08-30 04:22:49 +08:00
IAB|Internet Architecture Board|http://www.iab.org/
2006-12-07 12:09:40 +08:00
IANA|Internet Assigned Numbers Authority|http://www.iana.org/
2006-12-08 13:02:21 +08:00
IEEE|Institute of Electrical and Electronics Engineers|http://www.ieee.org
2000-08-30 04:22:49 +08:00
IESG|Internet Engineering Steering Group|http://www.ietf.org/iesg/
2006-12-07 12:09:40 +08:00
IETF|Internet Engineering Task Force|http://www.ietf.org/
2000-08-30 04:22:49 +08:00
IRTF|Internet Research Task Force|http://www.irtf.org/
2005-03-28 06:09:53 +08:00
ISO|International Standards Organisation|http://www.iso.org/
2006-12-08 13:02:21 +08:00
ISOC|Internet Society|http://www.isoc.org/
2000-08-30 04:22:49 +08:00
ITU|International Telephone Union|http://www.itu.int/
2006-12-07 12:09:40 +08:00
OLF|OpenLDAP Foundation|http://www.openldap.org/foundation/
OLP|OpenLDAP Project|http://www.openldap.org/project/
OpenSSL|OpenSSL Project|http://www.openssl.org/
2006-12-08 04:31:18 +08:00
RFC Editor|RFC Editor|http://www.rfc-editor.org/
Oracle|Oracle Corporation|http://www.oracle.com/
2006-12-07 12:09:40 +08:00
UM|University of Michigan|http://www.umich.edu/
UMLDAP|University of Michigan LDAP Team|http://www.umich.edu/~dirsvcs/ldap/ldap.html
1999-09-26 01:17:51 +08:00
!endblock
2006-12-08 13:02:21 +08:00
!block products; data; sort='Name'
2000-08-30 04:22:49 +08:00
Name|Jump
2006-12-07 12:09:40 +08:00
Berkeley DB|http://www.oracle.com/database/berkeley-db/db/index.html
2005-03-28 06:09:53 +08:00
CVS|http://www.cvshome.org/
2006-12-08 13:02:21 +08:00
Cyrus|http://cyrusimap.web.cmu.edu/generalinfo.html
2006-12-08 04:31:18 +08:00
Cyrus SASL|http://asg.web.cmu.edu/sasl/sasl-library.html
2000-08-30 04:22:49 +08:00
GNU|http://www.gnu.org/software/
GnuTLS|http://www.gnu.org/software/gnutls/
2000-08-30 04:22:49 +08:00
Heimdal|http://www.pdc.kth.se/heimdal/
2006-12-10 00:52:05 +08:00
JLDAP|http://www.openldap.org/jldap/
2000-08-30 04:22:49 +08:00
MIT Kerberos|http://web.mit.edu/kerberos/www/
2006-12-08 04:31:18 +08:00
OpenLDAP|http://www.openldap.org/
2006-12-08 05:50:15 +08:00
OpenLDAP FAQ|http://www.openldap.org/faq/
OpenLDAP ITS|http://www.openldap.org/its/
OpenLDAP Software|http://www.openldap.org/software/
2000-08-30 04:22:49 +08:00
OpenSSL|http://www.openssl.org/
2005-03-28 06:09:53 +08:00
Perl|http://www.perl.org/
2006-12-08 04:31:18 +08:00
SDF|http://search.cpan.org/src/IANC/sdf-2.001/doc/catalog.html
UMLDAP|http://www.umich.edu/~dirsvcs/ldap/ldap.html
2000-07-30 23:07:14 +08:00
!endblock
# Internet and X.500 terms
2006-12-08 13:02:21 +08:00
!block terms; data; sort='Term'
2000-08-30 04:22:49 +08:00
Term|Definition
2006-12-07 11:39:10 +08:00
3DES|Triple DES
ABNF|Augmented Backus-Naur Form
ACDF|Access Control Decision Function
ACE|ASCII Compatible Encoding
2006-12-08 12:15:40 +08:00
ASCII|American Standard Code for Information Interchange
2006-12-07 11:39:10 +08:00
ACID|Atomicity, Consistency, Isolation, and Durability
ACI|Access Control Information
ACL|Access Control List
2002-06-18 15:11:58 +08:00
AES|Advance Encryption Standard
2006-12-08 13:02:21 +08:00
ABI|Application Binary Interface
2000-08-30 04:31:29 +08:00
API|Application Program Interface
2006-12-07 11:39:10 +08:00
ASN.1|Abstract Syntax Notation - One
AVA|Attribute Value Assertion
2006-12-08 12:15:40 +08:00
AuthcDN|Authentication DN
2006-12-07 11:39:10 +08:00
AuthcId|Authentication Identity
2006-12-08 12:15:40 +08:00
AuthzDN|Authorizaiton DN
2006-12-07 11:39:10 +08:00
AuthzId|Authorization Identity
BCP|Best Current Practice
2006-12-08 12:15:40 +08:00
BDB|Berkeley DB (Backend)
2000-08-30 04:22:49 +08:00
BER|Basic Encoding Rules
2006-12-07 11:39:10 +08:00
BNF|Backus-Naur Form
2006-12-08 13:02:21 +08:00
C|The C Programming Language
2002-06-16 20:31:17 +08:00
CA|Certificate Authority
2006-12-07 11:39:10 +08:00
CER|Canonical Encoding Rules
2000-08-30 04:22:49 +08:00
CLDAP|Connection-less LDAP
2006-12-07 11:39:10 +08:00
CN|Common Name
CRAM-MD5|SASL MD5 Challenge/Response Authentication Mechanism
2006-12-08 04:31:18 +08:00
CRL|Certificate Revocation List
2000-08-30 04:22:49 +08:00
DAP|Directory Access Protocol
2006-12-07 11:39:10 +08:00
DC|Domain Component
2000-08-30 04:22:49 +08:00
DER|Distinguished Encoding Rules
2002-06-18 15:11:58 +08:00
DES|Data Encryption Standard
2006-12-07 11:39:10 +08:00
DIB|Directory Information Base
2006-12-08 04:31:18 +08:00
DIGEST-MD5|SASL Digest MD5 Authentication Mechanism
2006-12-07 11:39:10 +08:00
DISP|Directory Information Shadowing Protocol
2000-08-30 04:22:49 +08:00
DIT|Directory Information Tree
DNS|Domain Name System
2006-12-07 11:39:10 +08:00
DN|Distinguished Name
DOP|Directory Operational Binding Management Protocol
DSAIT|DSA Information Tree
DSA|Directory System Agent
2000-08-30 04:22:49 +08:00
DSE|DSA-specific Entry
2006-12-07 11:39:10 +08:00
DSP|Directory System Protocol
DS|Draft Standard
2000-08-30 04:22:49 +08:00
DUA|Directory User Agent
2006-12-08 04:31:18 +08:00
EXTERNAL|SASL External Authentication Mechanism
2000-08-30 04:22:49 +08:00
FAQ|Frequently Asked Questions
2000-08-30 14:49:08 +08:00
FTP|File Transfer Protocol
2000-08-30 04:22:49 +08:00
FYI|For Your Information
2006-12-07 11:39:10 +08:00
GSER|Generic String Encoding Rules
2006-12-08 04:31:18 +08:00
GSS-API|Generic Security Service Application Program Interface
GSSAPI|SASL Kerberos V GSS-API Authentication Mechanism
2006-12-08 12:15:40 +08:00
HDB|Hierarchical Database (Backend)
2006-12-07 11:39:10 +08:00
I-D|Internet-Draft
IA5|International Alphabet 5
IDNA|Internationalized Domain Names in Applications
IDN|Internationalized Domain Name
ID|Identification
ID|Identifier
IDL|Index Data Lookups
2006-12-10 00:52:05 +08:00
IP|Internet Protocol
IPC|Inter-process communication
IPsec|Internet Protocol Security
2006-12-07 11:39:10 +08:00
IPv4|Internet Protocol, version 4
IPv6|Internet Protocol, version 6
2000-08-30 04:22:49 +08:00
ITS|Issue Tracking System
2006-12-10 00:52:05 +08:00
JPEG|Joint Photographic Experts Group
2002-09-19 12:43:28 +08:00
Kerberos|Kerberos Authentication Service
2000-08-30 04:22:49 +08:00
LBER|Lightweight BER
LDAP|Lightweight Directory Access Protocol
LDAP Sync|LDAP Content Synchronization
2006-12-10 00:52:05 +08:00
LDAPv3|LDAP, version 3
2000-08-30 04:22:49 +08:00
LDIF|LDAP Data Interchange Format
2006-12-07 11:39:10 +08:00
MD5|Message Digest 5
2000-08-30 04:22:49 +08:00
MIB|Management Information Base
2006-12-07 11:39:10 +08:00
MODDN|Modify DN
MODRDN|Modify RDN
NSSR|Non-specific Subordinate Reference
2000-08-30 04:22:49 +08:00
OID|Object Identifier
2002-06-18 15:11:58 +08:00
OSI|Open Systems Interconnect
OTP|One Time Password
2006-12-07 11:39:10 +08:00
PDU|Protocol Data Unit
2002-06-16 20:31:17 +08:00
PEM|Privacy Enhanced eMail
PEN|Private Enterprise Number
2006-12-07 11:39:10 +08:00
PKCS|Public Key Cryptosystem
2006-12-08 04:31:18 +08:00
PKI|Public Key Infrastructure
2006-12-08 12:15:40 +08:00
PKIX|Public Key Infrastructure (X.509)
2006-12-08 04:31:18 +08:00
PLAIN|SASL Plaintext Password Authentication Mechanism
2006-12-08 12:15:40 +08:00
POSIX|Portable Operating System Interface
2000-08-30 04:22:49 +08:00
PS|Proposed Standard
RDN|Relative Distinguished Name
2006-12-08 04:31:18 +08:00
RFC|Request for Comments
2006-12-10 00:52:05 +08:00
RPC|Remote Procedure Call
2006-12-07 11:39:10 +08:00
RXER|Robust XML Encoding Rules
SASL|Simple Authentication and Security Layer
2006-12-08 04:31:18 +08:00
SDF|Simple Document Format
2006-12-07 11:39:10 +08:00
SDSE|Shadowed DSE
SHA1|Secure Hash Algorithm 1
2006-12-08 12:15:40 +08:00
SLAPD|Standalone LDAP Daemon
SLURPD|Standalone LDAP Update Replication Daemon
2006-12-07 11:39:10 +08:00
SMTP|Simple Mail Transfer Protocol
SNMP|Simple Network Management Protocol
2006-12-08 12:15:40 +08:00
SQL|Structured Query Language
2002-06-18 15:11:58 +08:00
SRP|Secure Remote Password
2002-06-18 16:02:36 +08:00
SSF|Security Strength Factor
2002-06-18 15:11:58 +08:00
SSL|Secure Socket Layer
STD|Internet Standard
2000-08-30 04:22:49 +08:00
TCP|Transmission Control Protocol
TLS|Transport Layer Security
2006-12-07 11:39:10 +08:00
UCS|Universal Multiple-Octet Coded Character Set
2000-08-30 04:22:49 +08:00
UDP|User Datagram Protocol
2006-12-07 11:39:10 +08:00
UID|User Identifier
2006-12-08 12:15:40 +08:00
Unicode|The Unicode Standard
UNIX|Unix
2000-08-30 04:22:49 +08:00
URI|Uniform Resource Identifier
URL|Uniform Resource Locator
2006-12-07 11:39:10 +08:00
URN|Uniform Resource Name
2006-12-08 12:15:40 +08:00
UTF-8|8-bit UCS/Unicode Transformation Format
2006-12-07 11:39:10 +08:00
UTR|Unicode Technical Report
UUID|Universally Unique Identifier
2000-08-30 04:22:49 +08:00
WWW|World Wide Web
X.500|X.500 Directory Services
2002-06-14 20:32:36 +08:00
X.509|X.509 Public Key and Attribute Certificate Frameworks
2006-12-07 11:39:10 +08:00
XED|XML Enabled Directory
XER|XML Encoding Rules
XML|Extensible Markup Language
2006-12-08 12:15:40 +08:00
syncrepl|LDAP Sync-based Replication
1999-09-26 01:17:51 +08:00
!endblock
2006-12-08 13:02:21 +08:00
!block references; data; sort=Reference; style=grid
2000-08-30 04:22:49 +08:00
Reference|Status|Document|Jump
2006-12-08 16:20:44 +08:00
UM-GUIDE|O|The SLAPD and SLURPD Administrators Guide|http://www.umich.edu/~dirsvcs/ldap/doc/guides/slapd/guide.pdf
2003-09-16 13:27:20 +08:00
RFC2079|PS|Definition of an X.500 Attribute Type and an Object Class to Hold Uniform Resource Identifers|http://www.rfc-editor.org/rfc/rfc2079.txt
RFC2296|PS|Use of Language Codes in LDAP|http://www.rfc-editor.org/rfc/rfc2296.txt
2006-06-10 01:20:38 +08:00
RFC2307|X|An Approach for Using LDAP as a Network Information Service|http://www.rfc-editor.org/rfc/rfc2307.txt
RFC2589|PS|Lightweight Directory Access Protocol (v3): Extensions for Dynamic Directory Services|http://www.rfc-editor.org/rfc/rfc2589.txt
2006-12-07 11:46:55 +08:00
RFC2798|I|Definition of the inetOrgPerson LDAP Object Class|http://www.rfc-editor.org/rfc/rfc2798.txt
2003-09-16 13:27:20 +08:00
RFC2831|PS|Using Digest Authentication as a SASL Mechanism|http://www.rfc-editor.org/rfc/rfc2831.txt
RFC2849|PS|The LDAP Data Interchange Format|http://www.rfc-editor.org/rfc/rfc2849.txt
RFC3088|X|OpenLDAP Root Service|http://www.rfc-editor.org/rfc/rfc3088.txt
RFC3296|PS|Named Subordinate References in LDAP|http://www.rfc-editor.org/rfc/rfc3296.txt
2006-12-07 11:46:55 +08:00
RFC3384|I|Lightweight Directory Access Protocol (version 3) Replication Requirements|http://www.rfc-editor.org/rfc/rfc3384.txt
RFC3494|I|Lightweight Directory Access Protocol version 2 (LDAPv2) to Historic Status|http://www.rfc-editor.org/rfc/rfc3494.txt
RFC4013|PS|SASLprep: Stringprep Profile for User Names and Passwords|http://www.rfc-editor.org/rfc/rfc4013.txt
2006-06-10 01:20:38 +08:00
RFC4346|PS|The Transport Layer Security (TLS) Protocol, Version 1.1|http://www.rfc-editor.org/rfc/rfc4346.txt
RFC4422|PS|Simple Authentication and Security Layer (SASL)|http://www.rfc-editor.org/rfc/rfc4422.txt
RFC4510|PS|Lightweight Directory Access Protocol (LDAP): Technical Specification Roadmap|http://www.rfc-editor.org/rfc/rfc4510.txt
2006-06-10 01:20:38 +08:00
RFC4511|PS|Lightweight Directory Access Protocol (LDAP): The Protocol|http://www.rfc-editor.org/rfc/rfc4512.txt
RFC4512|PS|Lightweight Directory Access Protocol (LDAP): Directory Information Models|http://www.rfc-editor.org/rfc/rfc4512.txt
RFC4513|PS|Lightweight Directory Access Protocol (LDAP): Authentication Methods and Security Mechanisms|http://www.rfc-editor.org/rfc/rfc4513.txt
RFC4514|PS|Lightweight Directory Access Protocol (LDAP): String Representation of Distinguished Names|http://www.rfc-editor.org/rfc/rfc4514.txt
RFC4515|PS|Lightweight Directory Access Protocol (LDAP): String Representation of Search Filters|http://www.rfc-editor.org/rfc/rfc4515.txt
RFC4516|PS|Lightweight Directory Access Protocol (LDAP): Uniform Resource Locator|http://www.rfc-editor.org/rfc/rfc4516.txt
RFC4517|PS|Lightweight Directory Access Protocol (LDAP): Syntaxes and Matching Rules|http://www.rfc-editor.org/rfc/rfc4517.txt
RFC4518|PS|Lightweight Directory Access Protocol (LDAP): Internationalized String Preparation|http://www.rfc-editor.org/rfc/rfc4518.txt
RFC4519|PS|Lightweight Directory Access Protocol (LDAP): Schema for User Applications|http://www.rfc-editor.org/rfc/rfc4519.txt
RFC4520|BCP|IANA Considerations for LDAP|http://www.rfc-editor.org/rfc/rfc4520.txt
2006-11-16 13:51:47 +08:00
RFC4533|X|The Lightweight Directory Access Protocol (LDAP) Content Synchronization Operation|http://www.rfc-editor.org/rfc/rfc4533.txt
!endblock