Sample configuration has been added.. Release-0.1
authorocto <octo>
Wed, 27 Apr 2005 14:07:43 +0000 (14:07 +0000)
committerocto <octo>
Wed, 27 Apr 2005 14:07:43 +0000 (14:07 +0000)
samples/htaccess [new file with mode: 0644]
samples/licom.conf [new file with mode: 0644]

diff --git a/samples/htaccess b/samples/htaccess
new file mode 100644 (file)
index 0000000..7983533
--- /dev/null
@@ -0,0 +1,12 @@
+Options -Indexes -Includes +ExecCGI
+
+AuthName "Lightweight Contact Manager"
+AuthType Basic
+
+AuthLDAPEnabled on
+AuthLDAPRemoteUserIsDN on
+AuthLDAPUrl ldap://localhost/ou=addresses,dc=verplant,dc=org?cn?sub?(objectClass=inetOrgPerson)
+AuthLDAPBindDN ou=addresses,dc=verplant,dc=org
+AuthLDAPBindPassword secret
+AuthLDAPAuthoritative on
+require valid-user
diff --git a/samples/licom.conf b/samples/licom.conf
new file mode 100644 (file)
index 0000000..885f25f
--- /dev/null
@@ -0,0 +1,4 @@
+uri: "ldaps://verplant.org"
+base_dn: "ou=addresses, dc=verplant, dc=org"
+bind_dn: "ou=addresses, dc=verplant, dc=org"
+password: "secret"