aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eldap/doc/src/ref_man.xml
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2012-03-29 09:29:43 +0200
committerDan Gudmundsson <[email protected]>2012-03-29 09:29:58 +0200
commit472a3d910595d7de1e49f241c1d241827b5c0bf4 (patch)
tree6a8af070bf98697cd0e08823722176c72beffbc7 /lib/eldap/doc/src/ref_man.xml
parentccc9e16381244760b3013e11b6fe8f1fe2a0a809 (diff)
parent1ff967c2a574161aef4c88177da534b45d9ebd80 (diff)
downloadotp-472a3d910595d7de1e49f241c1d241827b5c0bf4.tar.gz
otp-472a3d910595d7de1e49f241c1d241827b5c0bf4.tar.bz2
otp-472a3d910595d7de1e49f241c1d241827b5c0bf4.zip
Merge branch 'dgud/eldap' into maint
* dgud/eldap: [eldap] Fix parse_port error handling [eldap] Add rudimentary docs [eldap] Add asn.1 compilation options [eldap] Add dereference options in search [eldap] Remove broken functionality [eldap] Add infrastructure [eldap] Initial copy of Tobbe's eldap client OTP-10034
Diffstat (limited to 'lib/eldap/doc/src/ref_man.xml')
-rw-r--r--lib/eldap/doc/src/ref_man.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/lib/eldap/doc/src/ref_man.xml b/lib/eldap/doc/src/ref_man.xml
new file mode 100644
index 0000000000..70c4cee16d
--- /dev/null
+++ b/lib/eldap/doc/src/ref_man.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="latin1" ?>
+<!DOCTYPE application SYSTEM "application.dtd">
+
+<application xmlns:xi="http://www.w3.org/2001/XInclude">
+ <header>
+ <copyright>
+ <year>2012</year>
+ <holder>Ericsson AB. All Rights Reserved.</holder>
+ </copyright>
+ <legalnotice>
+ The contents of this file are subject to the Erlang Public License,
+ Version 1.1, (the "License"); you may not use this file except in
+ compliance with the License. You should have received a copy of the
+ Erlang Public License along with this software. If not, it can be
+ retrieved online at http://www.erlang.org/.
+
+ Software distributed under the License is distributed on an "AS IS"
+ basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+ the License for the specific language governing rights and limitations
+ under the License.
+
+ </legalnotice>
+
+ <title>Eldap Reference Manual</title>
+ <prepared>OTP team</prepared>
+ <docno></docno>
+ <date>2003-06-01</date>
+ <rev>B</rev>
+ <file>refman.sgml</file>
+ </header>
+ <description>
+ <p>The <em>Eldap</em> application provides an api for accessing an LDAP server.</p>
+ <p>The original code was developed by Torbj&ouml;rn T&ouml;rnkvist.</p>
+ </description>
+ <xi:include href="eldap.xml"/>
+</application>
+