Skip to content
Snippets Groups Projects
preamble.sdf 5.74 KiB
Newer Older
Kurt Zeilenga's avatar
Kurt Zeilenga committed
# $OpenLDAP$
Kurt Zeilenga's avatar
Kurt Zeilenga committed
# Copyright 1999-2000, The OpenLDAP Foundation, All Rights Reserved.
# COPYING RESTRICTIONS APPLY, see COPYRIGHT.
 
#
# Preamble for all OpenLDAP SDF documents
#

Kurt Zeilenga's avatar
Kurt Zeilenga committed
!default VERSION 2.0

#
# Paths are relative to the main subdirectories
#

!define DOC_AUTHOR	"The OpenLDAP Project <{{URL:http://www.openldap.org/}}>"
!define DOC_NAME    "OpenLDAP 2.0"
Kurt Zeilenga's avatar
Kurt Zeilenga committed
!define DOC_TYPE    "Guide"
!define DOC_LOGO	"../images/LDAPlogo.gif"
!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>
<P>
<FONT COLOR="#808080" FACE="Arial,Verdana,Helvetica" SIZE="1"><B>
______________<BR>
<SMALL>&copy; Copyright 2000, <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>
<P>
<FONT COLOR="#808080" FACE="Arial,Verdana,Helvetica" SIZE="1"><B>
______________<BR>
<SMALL>&copy; Copyright 2000, <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


Kurt Zeilenga's avatar
Kurt Zeilenga committed
# OpenLDAP related organization
Kurt Zeilenga's avatar
Kurt Zeilenga committed
!block organisations; data
Kurt Zeilenga's avatar
Kurt Zeilenga committed
Name	 Long						Jump
OpenLDAP OpenLDAP					http://www.openldap.org/
OLF	 OpenLDAP Foundation				http://www.openldap.org/foundation/
OLP	 OpenLDAP Project				http://www.openldap.org/project/
UM	 University of Michigan				http://www.umich.edu/
UMLDAP	 University of Michigan LDAP			http://www.umich.edu/~dirsvcs/ldap/
IANA	 Internet Assigned Numbers Authority		http://www.iana.org/
IAB	 Internet Architecture Board			http://www.iab.org/
IETF	 Internet Engineering Task Force		http://www.ietf.org/
IESG	 Internet Engineering Steering Group		http://www.ietf.org/iesg/
IRTF	 Internet Research Task Force			http://www.irtf.org/
ISO	 International Organization for Standardization	http://www.iso.ch/
ITU	 International Telephone Union			http://www.itu.int/
RFC	 RFC Editor					http://www.rfc-editor.org/
OpenSSL  OpenSSL					http://www.openssl.org/
Cyrus	 Cyrus						http://asg.web.cmu.edu/cyrus/
Sleepy	 Sleepycat Software				http://www.sleepycat.com/
FSF	 Free Software Foundation			http://www.fsf.org/
GNU	 GNU Not Unix 					http://www.gnu.org/
Kurt Zeilenga's avatar
Kurt Zeilenga committed
!endblock

Kurt Zeilenga's avatar
Kurt Zeilenga committed
!block products; data
Name		Jump
Kurt Zeilenga's avatar
Kurt Zeilenga committed
BerkeleyDB	http://www.sleepycat.com/
Kurt Zeilenga's avatar
Kurt Zeilenga committed
CVS		http://www.cyclic.com/
Cyrus		http://asg.web.cmu.edu/cyrus/
Kurt Zeilenga's avatar
Kurt Zeilenga committed
GNU		http://www.gnu.org/software/
GDBM		http://www.gnu.org/software/gdbm/
Kurt Zeilenga's avatar
Kurt Zeilenga committed
Heimdal		http://www.pdc.kth.se/heimdal/
MIT Kerberos	http://web.mit.edu/kerberos/www/
Kurt Zeilenga's avatar
Kurt Zeilenga committed
OpenLDAP	http://www.openldap.org/software/
OpenSSL		http://www.openssl.org/
Perl		http://www.perl.com/
SASL		http://asg.web.cmu.edu/sasl/
Kurt Zeilenga's avatar
Kurt Zeilenga committed
SQL		http://www.sql.com/
TCL		http://www.tcl.com/
!endblock

# Internet and X.500 terms
Kurt Zeilenga's avatar
Kurt Zeilenga committed
!block terms; data
Term	Definition
Kurt Zeilenga's avatar
Kurt Zeilenga committed
API	Application Programming Interface
Kurt Zeilenga's avatar
Kurt Zeilenga committed
ASN	Abstract Syntax Notation
ASN.1	Abstract Syntax Notation 1
BCP	Best Common Practice
Kurt Zeilenga's avatar
Kurt Zeilenga committed
BER	Basic Encoding Rules
Kurt Zeilenga's avatar
Kurt Zeilenga committed
C	The C Programming Language
Kurt Zeilenga's avatar
Kurt Zeilenga committed
CLDAP	Connection-less LDAP
DAP	Directory Access Protocol
Kurt Zeilenga's avatar
Kurt Zeilenga committed
DER	Distinguished Encoding Rules
Kurt Zeilenga's avatar
Kurt Zeilenga committed
DIT	Directory Information Tree
Kurt Zeilenga's avatar
Kurt Zeilenga committed
DN	Distinguished Name
DNS	Domain Name System
DS	Draft Standard
Kurt Zeilenga's avatar
Kurt Zeilenga committed
DSA	Directory Service Agent
DSE	DSA-specific Entry
Kurt Zeilenga's avatar
Kurt Zeilenga committed
DUA	Directory User Agent
Kurt Zeilenga's avatar
Kurt Zeilenga committed
FAQ	Frequently Asked Questions
FYI	For Your Information
Kurt Zeilenga's avatar
Kurt Zeilenga committed
GSSAPI	Generic Security Services Application Programming Interface
I-D	Internet Draft
IP	Internet Protocol
Kurt Zeilenga's avatar
Kurt Zeilenga committed
IPSEC	Internet Protocol Security
Kurt Zeilenga's avatar
Kurt Zeilenga committed
ITS	Issue Tracking System
Kurt Zeilenga's avatar
Kurt Zeilenga committed
LBER	Lightweight BER
Kurt Zeilenga's avatar
Kurt Zeilenga committed
LDAP	Lightweight Directory Access Protocol
LDIF	LDAP Data Interchange Format
Kurt Zeilenga's avatar
Kurt Zeilenga committed
LDBM	LDAP Database Manager
Kurt Zeilenga's avatar
Kurt Zeilenga committed
MIB	Management Information Base
OID	Object Identifier
Kurt Zeilenga's avatar
Kurt Zeilenga committed
OSI	OSI
PS	Proposed Standard
Kurt Zeilenga's avatar
Kurt Zeilenga committed
RDN	Relative Distinguished Name
Kurt Zeilenga's avatar
Kurt Zeilenga committed
RFC	Request for Comments
TCP	Transmission Control Protocol
Kurt Zeilenga's avatar
Kurt Zeilenga committed
TLS	Transport Layer Security
Kurt Zeilenga's avatar
Kurt Zeilenga committed
SASL	Simple Authentication and Security Layer
Kurt Zeilenga's avatar
Kurt Zeilenga committed
SMTP	Simple Mail Transfer Protocol
SNMP	Simple Network Management Protocol
STD	Internet Standard
Kurt Zeilenga's avatar
Kurt Zeilenga committed
UDP	User Datagram Protocol
Kurt Zeilenga's avatar
Kurt Zeilenga committed
URI	Uniform Resource Identifier
Kurt Zeilenga's avatar
Kurt Zeilenga committed
URL	Uniform Resource Locator
WWW	World Wide Web
Kurt Zeilenga's avatar
Kurt Zeilenga committed
X.500	X.500 Directory Services
Kurt Zeilenga's avatar
Kurt Zeilenga committed
!endblock

!block references; data
Kurt Zeilenga's avatar
Kurt Zeilenga committed
Reference	Status	Document	Jump
RFC2079		PS	RFC2079		ftp://ftp.isi.edu/in-notes/rfc2079.txt
Kurt Zeilenga's avatar
Kurt Zeilenga committed
RFC2251		PS	RFC2251		ftp://ftp.isi.edu/in-notes/rfc2251.txt
RFC2252		PS	RFC2252		ftp://ftp.isi.edu/in-notes/rfc2252.txt
RFC2253		PS	RFC2253		ftp://ftp.isi.edu/in-notes/rfc2253.txt
RFC2254		PS	RFC2254		ftp://ftp.isi.edu/in-notes/rfc2254.txt
RFC2255		PS	RFC2255		ftp://ftp.isi.edu/in-notes/rfc2255.txt
RFC2256		PS	RFC2256		ftp://ftp.isi.edu/in-notes/rfc2256.txt
RFC2798		PS	RFC2798		ftp://ftp.isi.edu/in-notes/rfc2798.txt
Kurt Zeilenga's avatar
Kurt Zeilenga committed
RFC2829		PS	RFC2829		ftp://ftp.isi.edu/in-notes/rfc2829.txt
RFC2830		PS	RFC2830		ftp://ftp.isi.edu/in-notes/rfc2830.txt
RFC2831		PS	RFC2831		ftp://ftp.isi.edu/in-notes/rfc2831.txt