--- etc/config.yml 2008/04/09 21:32:59 62 +++ etc/config.yml 2008/06/17 14:27:00 190 @@ -14,12 +14,12 @@ Password: 'a3c' RecordBaseClass: Jifty::DBI::Record::Cachable User: 'a3c' - Version: 0.0.1 + Version: 0.0.5 DevelMode: 1 L10N: PoDir: share/po - LogLevel: INFO -# LogLevel: DEBUG +# LogLevel: INFO + LogLevel: DEBUG Mailer: Sendmail MailerArgs: [] @@ -27,19 +27,22 @@ - LetMe: {} - SkeletonApp: {} - REST: {} - - Halo: {} +# - Halo: {} - ErrorTemplates: {} - OnlineDocs: {} - CompressedCSSandJS: {} - AdminUI: {} - - User: {} - - Authentication::Password: {} - Debug: {} + - User: {} # - Login: {} -# - AuthLDAPLogin: -# LDAPhost: ldap.carnet.hr -# LDAPbase: dc=carnet,dc=hr -# LDAPuid: uid + - Authentication::Password: {} + - 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 @@ -71,7 +74,25 @@ 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/ + database: + host: localhost + port: 15432 + user: web + passwd: '' +