--- etc/config.yml 2008/03/30 22:29:42 45 +++ etc/config.yml 2008/06/15 10:51:57 157 @@ -14,12 +14,12 @@ Password: 'a3c' RecordBaseClass: Jifty::DBI::Record::Cachable User: 'a3c' - Version: 0.0.1 + Version: 0.0.4 DevelMode: 1 L10N: PoDir: share/po - LogLevel: INFO -# LogLevel: DEBUG +# LogLevel: INFO + LogLevel: DEBUG Mailer: Sendmail MailerArgs: [] @@ -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 @@ -66,7 +74,22 @@ application: LDAP: server: 'ldap.example.com' - dn: 'cn=foo,dc=skole,dc=hr' + dn: 'cn=foo,dc=example,dc=com' password: 'hax0r' # LDAP search - base: 'dc=skole,dc=hr' + base: 'dc=example,dc=com' + objectClass: +# person: inetOrgPerson +# organization: organization + person: hrEduPerson + organization: hrEduOrg + link: + person_filter: HrEduPersonHomeOrg + display_from: name + value_from: cn + + strix: + dir: data/strix/ + dbhost: localhost + dbport: 15432 +