--- etc/config.yml 2008/03/18 17:16:40 31 +++ etc/config.yml 2008/05/01 17:06:02 106 @@ -14,7 +14,7 @@ Password: 'a3c' RecordBaseClass: Jifty::DBI::Record::Cachable User: 'a3c' - Version: 0.0.1 + Version: 0.0.2 DevelMode: 1 L10N: PoDir: share/po @@ -32,9 +32,17 @@ - OnlineDocs: {} - CompressedCSSandJS: {} - AdminUI: {} + - Debug: {} - User: {} +# - Login: {} - Authentication::Password: {} - - Debug: {} + - Authentication::Ldap: + LDAPhost: ldap.carnet.hr + LDAPbase: dc=carnet,dc=hr + LDAPName: cn # displayname, cn +# LDAPMail: mailLocalAddress # email used optionnal + LDAPuid: uid +# LDAPssl: 0 PubSub: Backend: Memcached @@ -65,6 +73,17 @@ # values are overriden by site_config.yml application: LDAP: - Server: 'ldap.example.com' - DN: 'cn=foo,dc=skole,dc=hr' - Password: 'hax0r' + server: 'ldap.example.com' + dn: 'cn=foo,dc=example,dc=com' + password: 'hax0r' + # LDAP search + base: 'dc=example,dc=com' + objectClass: +# person: inetOrgPerson +# organization: organization + person: hrEduPerson + organization: hrEduOrg + link: + person_filter: HrEduPersonHomeOrg + display_from: name + value_from: cn