]> git.sur5r.net Git - openldap/blob - doc/guide/preamble.sdf
Misc updates
[openldap] / doc / guide / preamble.sdf
1 # $OpenLDAP$
2 # Copyright 1999-2006 The OpenLDAP Foundation, All Rights Reserved.
3 # COPYING RESTRICTIONS APPLY, see COPYRIGHT.
4  
5 #
6 # Preamble for all OpenLDAP SDF documents
7 #
8
9 !default VERSION 2.4
10
11 #
12 # Paths are relative to the main subdirectories
13 #
14
15 !define DOC_AUTHOR      "The OpenLDAP Project <{{URL:http://www.openldap.org/}}>"
16 !define DOC_NAME    "OpenLDAP Software 2.4"
17 !define DOC_TYPE    "Guide"
18
19 !define DOC_LOGO        "../images/LDAPlogo.gif"
20 !define DOC_LOGO_BASE "../images/"
21 !define DOC_HTML_LOGO ""
22
23 !define DOC_LOF_TITLE   "Figures"
24 !define DOC_LOF
25
26 !define HTML_URL_HOME           "http://www.openldap.org/"
27 !define HTML_URL_CATALOG        "../index.html"
28
29 !macro HTML_HEADER
30 #       !block inline
31 #<FONT FACE="Arial,Verdana,Helvetica">
32 #       !endblock
33         !if DOC_LOGO
34                 !block inline
35 <A HREF="http://www.OpenLDAP.org/">
36                 !endblock
37                 !import DOC_LOGO; align="Left"; border="0"; base=$var{'DOC_LOGO_BASE'}
38                 !block inline
39 </A>
40                 !endblock
41                 !HTML_NAVIGATE
42                 !clear "Left"
43         !else
44                 !HTML_NAVIGATE
45         !endif
46 !endmacro
47
48 !macro HTML_FOOTER
49         !HTML_PRE_SECTION
50         !HTML_NAVIGATE
51 #       !block inline; expand
52 #</FONT>
53 #       !endblock
54         !block inline; expand
55 <P>
56 <FONT COLOR="#808080" FACE="Arial,Verdana,Helvetica" SIZE="1"><B>
57 ________________<BR>
58 <SMALL>&copy; Copyright 2005, <A HREF="http://www.OpenLDAP.org/foundation/">OpenLDAP Foundation</A>, <A HREF="mailto:info@OpenLDAP.org">info@OpenLDAP.org</A></SMALL></B></FONT>
59
60         !endblock
61 !endmacro
62
63 !macro HTML_TOPIC_HEADER
64 #       !block inline; expand
65 #<FONT FACE="Arial,Verdana,Helvetica">
66 #       !endblock
67         !define DOC_TOPIC_LOGO $var{'DOC_LOGO'}
68         !if DOC_TOPIC_LOGO
69                 !default DOC_TOPIC_LOGO_BASE $var{'DOC_LOGO_BASE'}
70                 !block inline
71 <A HREF="http://www.OpenLDAP.org/">
72                 !endblock
73                 !import DOC_TOPIC_LOGO; align="Left"; border="0"; base=$var{'DOC_TOPIC_LOGO_BASE'}
74                 !block inline
75 </A>
76                 !endblock
77                 !HTML_TOPIC_NAVIGATE
78                 !clear "Left"
79         !else
80                 !HTML_TOPIC_NAVIGATE
81         !endif
82 !endmacro
83
84 !macro HTML_TOPIC_FOOTER
85         !HTML_PRE_SECTION
86         !HTML_TOPIC_NAVIGATE
87 #       !block inline; expand
88 #</FONT>
89 #       !endblock
90         !block inline; expand
91 <P>
92 <FONT COLOR="#808080" FACE="Arial,Verdana,Helvetica" SIZE="1"><B>
93 ________________<BR>
94 <SMALL>&copy; Copyright 2005, <A HREF="http://www.OpenLDAP.org/foundation/">OpenLDAP Foundation</A>, <A HREF="mailto:info@OpenLDAP.org">info@OpenLDAP.org</A></SMALL></B></FONT>
95
96         !endblock
97 !endmacro
98
99
100 # OpenLDAP related organization
101 !block organisations; data
102 Name|Long|Jump
103 ANSI|American National Standards Institute|http://www.ansi.org/
104 BSI|British Standards Institute|http://www.bsa-global.com/
105 Cyrus|Project Cyrus|http://cyrusimap.web.cmu.edu/
106 CPAN|Comprehensive Perl Archive Network|http://cpan.org/
107 FSF|Free Software Foundation|http://www.fsf.org/
108 GNU|GNU Not Unix Project|http://www.gnu.org/
109 IAB|Internet Architecture Board|http://www.iab.org/
110 IANA|Internet Assigned Numbers Authority|http://www.iana.org/
111 IESG|Internet Engineering Steering Group|http://www.ietf.org/iesg/
112 IETF|Internet Engineering Task Force|http://www.ietf.org/
113 IRTF|Internet Research Task Force|http://www.irtf.org/
114 ISO|International Standards Organisation|http://www.iso.org/
115 ITU|International Telephone Union|http://www.itu.int/
116 OLF|OpenLDAP Foundation|http://www.openldap.org/foundation/
117 OLP|OpenLDAP Project|http://www.openldap.org/project/
118 OpenSSL|OpenSSL Project|http://www.openssl.org/
119 RFC Editor|RFC Editor|http://www.rfc-editor.org/
120 Oracle|Oracle Corporation|http://www.oracle.com/
121 UM|University of Michigan|http://www.umich.edu/
122 UMLDAP|University of Michigan LDAP Team|http://www.umich.edu/~dirsvcs/ldap/ldap.html
123 !endblock
124
125 !block products; data
126 Name|Jump
127 Berkeley DB|http://www.oracle.com/database/berkeley-db/db/index.html
128 CVS|http://www.cvshome.org/
129 Cyrus:http://cyrusimap.web.cmu.edu/generalinfo.html
130 Cyrus SASL|http://asg.web.cmu.edu/sasl/sasl-library.html
131 GNU|http://www.gnu.org/software/
132 GDBM|http://www.gnu.org/software/gdbm/
133 Heimdal|http://www.pdc.kth.se/heimdal/
134 MIT Kerberos|http://web.mit.edu/kerberos/www/
135 OpenLDAP|http://www.openldap.org/
136 OpenLDAP FAQ|http://www.openldap.org/faq/
137 OpenLDAP ITS|http://www.openldap.org/its/
138 OpenLDAP Software|http://www.openldap.org/software/
139 OpenSSL|http://www.openssl.org/
140 Perl|http://www.perl.org/
141 TCL|http://www.tcl.tk/
142 SDF|http://search.cpan.org/src/IANC/sdf-2.001/doc/catalog.html
143 UMLDAP|http://www.umich.edu/~dirsvcs/ldap/ldap.html
144 !endblock
145
146 # Internet and X.500 terms
147 !block terms; data
148 Term|Definition
149 3DES|Triple DES
150 ABNF|Augmented Backus-Naur Form
151 ACDF|Access Control Decision Function
152 ACE|ASCII Compatible Encoding
153 ACIA|Access Control Inner Area
154 ACID|Atomicity, Consistency, Isolation, and Durability
155 ACI|Access Control Information
156 ACL|Access Control List
157 ACSA|Access Control Specific Area
158 ADDMD|Administration Directory Management Domain
159 AES|Advance Encryption Standard
160 API|Application Program Interface
161 ASN.1|Abstract Syntax Notation - One
162 ASN|Abstract Syntax Notation
163 AVA|Attribute Value Assertion
164 AuthcId|Authentication Identity
165 AuthzId|Authorization Identity
166 BCP|Best Current Practice
167 BDB|Berkeley DB
168 BER|Basic Encoding Rules
169 BNF|Backus-Naur Form
170 CA|Certificate Authority
171 CCITT|International Telegraph and Telephone Consultative Committee
172 CER|Canonical Encoding Rules
173 CLDAP|Connection-less LDAP
174 CN|Common Name
175 COSINE|Co-operation and Open Systems Interconnection in Europe
176 CRAM-MD5|SASL MD5 Challedge/Response Authentication Mechanism
177 CRL|Certificate Revocation List
178 C|The C Programming Language
179 DACD|Directory Access Control Domain
180 DAP|Directory Access Protocol
181 DC|Domain Component
182 DER|Distinguished Encoding Rules
183 DES|Data Encryption Standard
184 DIB|Directory Information Base
185 DIGEST-MD5|SASL Digest MD5 Authentication Mechanism
186 DISP|Directory Information Shadowing Protocol
187 DIT|Directory Information Tree
188 DMD|Directory Management Domain
189 DMO|Doman Management Organization
190 DNS|Domain Name System
191 DN|Distinguished Name
192 DOP|Directory Operational Binding Management Protocol
193 DSAIT|DSA Information Tree
194 DSA|Directory System Agent
195 DSE|DSA-specific Entry
196 DSP|Directory System Protocol
197 DS|Draft Standard
198 DUA|Directory User Agent
199 EXTERNAL|SASL External Authentication Mechanism
200 FAQ|Frequently Asked Questions
201 FTP|File Transfer Protocol
202 FYI|For Your Information
203 GSER|Generic String Encoding Rules
204 GSS-API|Generic Security Service Application Program Interface
205 GSSAPI|SASL Kerberos V GSS-API Authentication Mechanism
206 HDB|Heirarchial Database
207 HOB|Hierarchical Operational Binding
208 I-D|Internet-Draft
209 IA5|International Alphabet 5
210 IDNA|Internationalized Domain Names in Applications
211 IDN|Internationalized Domain Name
212 ID|Identification
213 ID|Identifier
214 IPSEC|Internet Protocol Security
215 IPsec| IP Security
216 IPv4|Internet Protocol, version 4
217 IPv6|Internet Protocol, version 6
218 IP|Internet Protocol
219 ITS|Issue Tracking System
220 Kerberos|Kerberos Authentication Service
221 LBER|Lightweight BER
222 LDAPv3|LDAP, version 3
223 LDAP|Lightweight Directory Access Protocol
224 LDIF|LDAP Data Interchange Format
225 MD5|Message Digest 5
226 MIB|Management Information Base
227 MODDN|Modify DN
228 MODRDN|Modify RDN
229 NHOB|Non-specific Hierarchical Operational Binding
230 NSAP|Network Service Access Point
231 NSSR|Non-specific Subordinate Reference
232 OID|Object Identifier
233 OSI|Open Systems Interconnect
234 OTP|One Time Password
235 PDU|Protocol Data Unit
236 PEM|Privacy Enhanced eMail
237 PKCS|Public Key Cryptosystem
238 PKIX|Public Key Infrastructure X.509
239 PKI|Public Key Infrastructure
240 PLAIN|SASL Plaintext Password Authentication Mechanism
241 PRDMD|Private Directory Management Domain
242 PS|Proposed Standard
243 RDN|Relative Distinguished Name
244 RFC|Request for Comments
245 RHOB|Relative Hierarchical Operational Binding
246 RXER|Robust XML Encoding Rules
247 SASL|Simple Authentication and Security Layer
248 SDF|Simple Document Format
249 SDSE|Shadowed DSE
250 SHA1|Secure Hash Algorithm 1
251 SMTP|Simple Mail Transfer Protocol
252 SNMP|Simple Network Management Protocol
253 SRP|Secure Remote Password
254 SSF|Security Strength Factor
255 SSL|Secure Socket Layer
256 STD|Internet Standard
257 SQL|Structured Query Language
258 TCP|Transmission Control Protocol
259 TLS|Transport Layer Security
260 UCS|Universal Multiple-Octet Coded Character Set
261 UDP|User Datagram Protocol
262 UID|User Identifier
263 UNIX|UNIX
264 URI|Uniform Resource Identifier
265 URL|Uniform Resource Locator
266 URN|Uniform Resource Name
267 UTF-8|Unicode Transformation Format 8
268 UTR|Unicode Technical Report
269 UUID|Universally Unique Identifier
270 WWW|World Wide Web
271 X.500|X.500 Directory Services
272 X.509|X.509 Public Key and Attribute Certificate Frameworks
273 XED|XML Enabled Directory
274 XER|XML Encoding Rules
275 XML|Extensible Markup Language
276 !endblock
277
278 !block references; data
279 Reference|Status|Document|Jump
280 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
281 RFC2296|PS|Use of Language Codes in LDAP|http://www.rfc-editor.org/rfc/rfc2296.txt
282 RFC2307|X|An Approach for Using LDAP as a Network Information Service|http://www.rfc-editor.org/rfc/rfc2307.txt
283 RFC2798|I|Definition of the inetOrgPerson LDAP Object Class|http://www.rfc-editor.org/rfc/rfc2798.txt
284 RFC2831|PS|Using Digest Authentication as a SASL Mechanism|http://www.rfc-editor.org/rfc/rfc2831.txt
285 RFC2849|PS|The LDAP Data Interchange Format|http://www.rfc-editor.org/rfc/rfc2849.txt
286 RFC3088|X|OpenLDAP Root Service|http://www.rfc-editor.org/rfc/rfc3088.txt
287 RFC3296|PS|Named Subordinate References in LDAP|http://www.rfc-editor.org/rfc/rfc3296.txt
288 RFC3384|I|Lightweight Directory Access Protocol (version 3) Replication Requirements|http://www.rfc-editor.org/rfc/rfc3384.txt
289 RFC3494|I|Lightweight Directory Access Protocol version 2 (LDAPv2) to Historic Status|http://www.rfc-editor.org/rfc/rfc3494.txt
290 RFC4013|PS|SASLprep: Stringprep Profile for User Names and Passwords|http://www.rfc-editor.org/rfc/rfc4013.txt
291 RFC4346|PS|The Transport Layer Security (TLS) Protocol, Version 1.1|http://www.rfc-editor.org/rfc/rfc4346.txt
292 RFC4422|PS|Simple Authentication and Security Layer (SASL)|http://www.rfc-editor.org/rfc/rfc4422.txt
293 RFC4510|PS|Lightweight Directory Access Protocol (LDAP) Technical Specification Roadmap|http://www.rfc-editor.org/rfc/rfc4510.txt
294 RFC4511|PS|Lightweight Directory Access Protocol (LDAP): The Protocol|http://www.rfc-editor.org/rfc/rfc4512.txt
295 RFC4512|PS|Lightweight Directory Access Protocol (LDAP): Directory Information Models|http://www.rfc-editor.org/rfc/rfc4512.txt
296 RFC4513|PS|Lightweight Directory Access Protocol (LDAP): Authentication Methods and Security Mechanisms|http://www.rfc-editor.org/rfc/rfc4513.txt
297 RFC4514|PS|Lightweight Directory Access Protocol (LDAP): String Representation of Distinguished Names|http://www.rfc-editor.org/rfc/rfc4514.txt
298 RFC4515|PS|Lightweight Directory Access Protocol (LDAP): String Representation of Search Filters|http://www.rfc-editor.org/rfc/rfc4515.txt
299 RFC4516|PS|Lightweight Directory Access Protocol (LDAP): Uniform Resource Locator|http://www.rfc-editor.org/rfc/rfc4516.txt
300 RFC4517|PS|Lightweight Directory Access Protocol (LDAP): Syntaxes and Matching Rules|http://www.rfc-editor.org/rfc/rfc4517.txt
301 RFC4518|PS|Lightweight Directory Access Protocol (LDAP): Internationalized String Preparation|http://www.rfc-editor.org/rfc/rfc4518.txt
302 RFC4519|PS|Lightweight Directory Access Protocol (LDAP): Schema for User Applications|http://www.rfc-editor.org/rfc/rfc4519.txt
303 RFC4520|BCP|IANA Considerations for LDAP|http://www.rfc-editor.org/rfc/rfc4520.txt
304 RFC4533|X|The Lightweight Directory Access Protocol (LDAP) Content Synchronization Operation|http://www.rfc-editor.org/rfc/rfc4533.txt
305 !endblock