--- etc/config.yml 2008/03/17 13:03:06 24 +++ etc/config.yml 2008/05/01 17:06:02 106 @@ -9,12 +9,12 @@ AutoUpgrade: 1 CheckSchema: 1 Database: a3c - Driver: SQLite + Driver: Pg Host: localhost - Password: '' + Password: 'a3c' RecordBaseClass: Jifty::DBI::Record::Cachable - User: '' - Version: 0.0.1 + User: 'a3c' + 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