From: octo Date: Wed, 27 Apr 2005 14:07:43 +0000 (+0000) Subject: Sample configuration has been added.. X-Git-Tag: Release-0.1^0 X-Git-Url: https://git.octo.it/?p=licom.git;a=commitdiff_plain;h=6f72aa0e674abd9968cc533650362f5cab83bf28 Sample configuration has been added.. --- diff --git a/samples/htaccess b/samples/htaccess new file mode 100644 index 0000000..7983533 --- /dev/null +++ b/samples/htaccess @@ -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 index 0000000..885f25f --- /dev/null +++ b/samples/licom.conf @@ -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"