]> git.sur5r.net Git - openldap/blob - doc/guide/preamble.sdf
f11257249dcdb570d22f7b650906d6259c04a140
[openldap] / doc / guide / preamble.sdf
1 # $OpenLDAP$
2 # Copyright 1999-2005, 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.3
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.3"
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 OpenLDAP|OpenLDAP|http://www.openldap.org/
106 OLF|OpenLDAP Foundation|http://www.openldap.org/foundation/
107 OLP|OpenLDAP Project|http://www.openldap.org/project/
108 UM|University of Michigan|http://www.umich.edu/
109 UMLDAP|University of Michigan LDAP|http://www.umich.edu/~dirsvcs/ldap/ldap.html
110 IANA|Internet Assigned Numbers Authority|http://www.iana.org/
111 IAB|Internet Architecture Board|http://www.iab.org/
112 IETF|Internet Engineering Task Force|http://www.ietf.org/
113 IESG|Internet Engineering Steering Group|http://www.ietf.org/iesg/
114 IRTF|Internet Research Task Force|http://www.irtf.org/
115 ISO|International Standards Organisation|http://www.iso.org/
116 ITU|International Telephone Union|http://www.itu.int/
117 RFC|RFC Editor|http://www.rfc-editor.org/
118 OpenSSL|OpenSSL|http://www.openssl.org/
119 Cyrus|Cyrus Electronic Mail Project|http://asg.web.cmu.edu/cyrus/
120 Sleepycat|Sleepycat Software|http://www.sleepycat.com/
121 FSF|Free Software Foundation|http://www.fsf.org/
122 GNU|GNU Not Unix|http://www.gnu.org/
123 !endblock
124
125 !block products; data
126 Name|Jump
127 Berkeley DB|http://www.sleepycat.com/products/transactional.shtml
128 CVS|http://www.cvshome.org/
129 Cyrus|http://asg.web.cmu.edu/cyrus/
130 GNU|http://www.gnu.org/software/
131 GDBM|http://www.gnu.org/software/gdbm/
132 Heimdal|http://www.pdc.kth.se/heimdal/
133 MIT Kerberos|http://web.mit.edu/kerberos/www/
134 OpenLDAP|http://www.openldap.org/software/
135 OpenSSL|http://www.openssl.org/
136 Perl|http://www.perl.org/
137 SASL|http://asg.web.cmu.edu/sasl/sasl-library.html
138 SQL|http://www.jcc.com/SQLPages/jccs_sql.htm
139 TCL|http://www.tcl.tk/
140 !endblock
141
142 # Internet and X.500 terms
143 !block terms; data
144 Term|Definition
145 AES|Advance Encryption Standard
146 API|Application Program Interface
147 ASN|Abstract Syntax Notation
148 ASN.1|Abstract Syntax Notation 1
149 BCP|Best Common Practice
150 BDB|Berkeley DB
151 BER|Basic Encoding Rules
152 BNF|BNF
153 C|The C Programming Language
154 CA|Certificate Authority
155 CLDAP|Connection-less LDAP
156 DAP|Directory Access Protocol
157 DER|Distinguished Encoding Rules
158 DES|Data Encryption Standard
159 3DES|Triple DES
160 DIT|Directory Information Tree
161 DN|Distinguished Name
162 DNS|Domain Name System
163 DS|Draft Standard
164 DSA|Directory Service Agent
165 DSE|DSA-specific Entry
166 DUA|Directory User Agent
167 FAQ|Frequently Asked Questions
168 FTP|File Transfer Protocol
169 FYI|For Your Information
170 GSSAPI|Generic Security Services Application Program Interface
171 HDB|Heirarchial Database
172 I-D|Internet Draft
173 IP|Internet Protocol
174 IPSEC|Internet Protocol Security
175 ITS|Issue Tracking System
176 Kerberos|Kerberos Authentication Service
177 LBER|Lightweight BER
178 LDAP|Lightweight Directory Access Protocol
179 LDIF|LDAP Data Interchange Format
180 LDBM|LDAP Database Manager
181 MIB|Management Information Base
182 OID|Object Identifier
183 OSI|Open Systems Interconnect
184 OTP|One Time Password
185 PEM|Privacy Enhanced eMail
186 PS|Proposed Standard
187 RDN|Relative Distinguished Name
188 RFC|Request for Comments
189 SRP|Secure Remote Password
190 SSF|Security Strength Factor
191 SSL|Secure Socket Layer
192 STD|Internet Standard
193 TCP|Transmission Control Protocol
194 TLS|Transport Layer Security
195 SASL|Simple Authentication and Security Layer
196 SMTP|Simple Mail Transfer Protocol
197 SNMP|Simple Network Management Protocol
198 STD|Internet Standard
199 UDP|User Datagram Protocol
200 UNIX|UNIX
201 URI|Uniform Resource Identifier
202 URL|Uniform Resource Locator
203 WWW|World Wide Web
204 X.500|X.500 Directory Services
205 X.509|X.509 Public Key and Attribute Certificate Frameworks
206 !endblock
207
208 !block references; data
209 Reference|Status|Document|Jump
210 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
211 RFC2222|PS|Simple Authentication and Security Layer|http://www.rfc-editor.org/rfc/rfc2222.txt
212 RFC2251|PS|Lightweight Directory Access Protocol (v3)|http://www.rfc-editor.org/rfc/rfc2251.txt
213 RFC2252|PS|LDAPv3: Attribute Syntax Definitions|http://www.rfc-editor.org/rfc/rfc2252.txt
214 RFC2253|PS|LDAPv3: UTF-8 String Representation of Distinguished Names|http://www.rfc-editor.org/rfc/rfc2253.txt
215 RFC2254|PS|The String Representation of LDAP Search Filters|http://www.rfc-editor.org/rfc/rfc2254.txt
216 RFC2255|PS|The LDAP URL Format|http://www.rfc-editor.org/rfc/rfc2255.txt
217 RFC2256|PS|A Summary of the X.500(96) User Schema for use with LDAPv3|http://www.rfc-editor.org/rfc/rfc2256.txt
218 RFC2296|PS|Use of Language Codes in LDAP|http://www.rfc-editor.org/rfc/rfc2296.txt
219 RFC2798|INFO|Definition of the inetOrgPerson LDAP Object Class|http://www.rfc-editor.org/rfc/rfc2798.txt
220 RFC2829|PS|Authentication Methods for LDAP|http://www.rfc-editor.org/rfc/rfc2829.txt
221 RFC2830|PS|LDAPv3: Extension for Transport Layer Security|http://www.rfc-editor.org/rfc/rfc2830.txt
222 RFC2831|PS|Using Digest Authentication as a SASL Mechanism|http://www.rfc-editor.org/rfc/rfc2831.txt
223 RFC2849|PS|The LDAP Data Interchange Format|http://www.rfc-editor.org/rfc/rfc2849.txt
224 RFC3088|X|OpenLDAP Root Service|http://www.rfc-editor.org/rfc/rfc3088.txt
225 RFC3296|PS|Named Subordinate References in LDAP|http://www.rfc-editor.org/rfc/rfc3296.txt
226 RFC3377|PS|Lightweight Directory Access Protocol (v3): Technical Specification|http://www.rfc-editor.org/rfc/rfc3377.txt
227 RFC3383|BCP|Internet Assigned Numbers Authority (IANA) Considerations for the Lightweight Directory Access Protocol (LDAP)|http://www.rfc-editor.org/rfc/rfc3383.txt
228 RFC3384|INFO|Lightweight Directory Access Protocol (version 3) Replication Requirements|http://www.rfc-editor.org/rfc/rfc3384.txt
229 RFC3494|INFO|Lightweight Directory Access Protocol version 2 (LDAPv2) to Historic Status|http://www.rfc-editor.org/rfc/rfc3494.txt
230 RFC4013|PS|SASLprep: Stringprep Profile for User Names and Passwords
231 !endblock