From f4b7a0c3961bc92669a59e1b89439c392ad88438 Mon Sep 17 00:00:00 2001 From: leitner Date: Mon, 15 Apr 2002 18:27:38 +0000 Subject: [PATCH] show how to start tinyldap_standalone as root add a small file with the important RFCs --- GETTING.STARTED | 1 + RFCs | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 RFCs diff --git a/GETTING.STARTED b/GETTING.STARTED index 9f44bec..7c21098 100644 --- a/GETTING.STARTED +++ b/GETTING.STARTED @@ -63,6 +63,7 @@ run from tcpserver, tinyldap_standalone can be run just like that (it will bind to port 389, which it only can if you run it as root). Once it runs, you can use ldapclient to query a specific record: + # ./tinyldap_standalone & $ ./ldapclient 127.0.0.1 "o=fefe,c=de" sn="von Leitner" mail objectName "cn=Felix von Leitner,o=fefe,c=de" mail:felix-tinyldap@fefe.de diff --git a/RFCs b/RFCs new file mode 100644 index 0000000..19469a3 --- /dev/null +++ b/RFCs @@ -0,0 +1,6 @@ +The most important RFCs about LDAP are: + + rfc2251 - LDAPv3 + rfc2252 - LDAPv3: Attribute Syntax Definitions + rfc2253 - LDAPv3: UTF-8 String Representation of Distinguished Names + rfc2849 - The LDAP Data Interchange Format (LDIF)