# HG changeset patch # User Alessio Caiazza # Date 1245492497 -7200 # Node ID 2fd1c6aaeb24cdeeb0498ffcafdf637e8f16bb9f # Parent 8bfec03c413fc07287a847d6b4cec1cae85160e7 pushed into repo diff -r 8bfec03c413fc07287a847d6b4cec1cae85160e7 -r 2fd1c6aaeb24cdeeb0498ffcafdf637e8f16bb9f ldap_installation_doc --- a/ldap_installation_doc Sat Jun 20 12:05:09 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,59 +0,0 @@ -Added instructions how to configure ldap - -diff --git a/README b/README ---- a/README -+++ b/README -@@ -9,6 +9,53 @@ - 5. edit config/ldap.yml - 6. enjoy yourself - -+=== LDAP configuration -+ -+Install and configure a ldap server, make sure to include all schemas provided under /doc/ldap_schema and to comment out misc.schema -+ -+If you are using your LDAP tree for personal use, create an organizationalUnit (ou=lilik) for this app. -+Here follow an example schema that uses ou=lilik,dc=kaiman,dc=l0g,dc=in as base dn for this app. -+ -+==== init.ldif -+version: 1 -+ -+# Esportazione LDIF per: ou=lilik,dc=kaiman,dc=l0g,dc=in -+# Generato da phpLDAPadmin ( http://phpldapadmin.sourceforge.net/ ) su June 20, 2009 9:46 am -+# Server: My LDAP Server (127.0.0.1) -+# Campo di Ricerca: sub -+# Filtro di Ricerca: (objectClass=*) -+# Voci Totali: 4 -+ -+dn: ou=lilik,dc=kaiman,dc=l0g,dc=in -+objectClass: organizationalUnit -+objectClass: top -+ou: lilik -+ -+dn: o=Group,ou=lilik,dc=kaiman,dc=l0g,dc=in -+o: Group -+objectClass: organization -+objectClass: top -+ -+dn: o=hosting,ou=lilik,dc=kaiman,dc=l0g,dc=in -+o: hosting -+objectClass: organization -+objectClass: top -+ -+dn: o=People,ou=lilik,dc=kaiman,dc=l0g,dc=in -+o: People -+objectClass: organization -+objectClass: top -+ -+==== ldap.yml -+ -+For the above configuration, your ldap.yml shoul looks like -+ -+development: -+ host: 127.0.0.1 -+ base: ou=lilik,dc=kaiman,dc=l0g,dc=in -+ bind_dn: cn=superman,dc=kaiman,dc=l0g,dc=in -+ password: iH4t3StupidP4zzw0rd -+ - - == Web Servers - diff -r 8bfec03c413fc07287a847d6b4cec1cae85160e7 -r 2fd1c6aaeb24cdeeb0498ffcafdf637e8f16bb9f series --- a/series Sat Jun 20 12:05:09 2009 +0200 +++ b/series Sat Jun 20 12:08:17 2009 +0200 @@ -1,2 +1,1 @@ -ldap_installation_doc # Placed by Bitbucket