--- etc/config.yml 2008/03/09 22:49:40 3 +++ etc/config.yml 2008/04/11 23:25:53 81 @@ -1,24 +1,25 @@ --- framework: AdminMode: 1 - ApplicationClass: CAdmin - ApplicationName: CAdmin + ApplicationClass: A3C + ApplicationName: A3C ApplicationUUID: E39DA2FA-ED79-11DC-83DE-637BB7FBCC3E ConfigFileVersion: 3 Database: AutoUpgrade: 1 CheckSchema: 1 - Database: cadmin - Driver: SQLite + Database: a3c + 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 - LogLevel: INFO +# LogLevel: INFO + LogLevel: DEBUG Mailer: Sendmail MailerArgs: [] @@ -31,12 +32,23 @@ - OnlineDocs: {} - CompressedCSSandJS: {} - AdminUI: {} + - Debug: {} + - User: {} +# - Login: {} + - 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 Enable: ~ SkipAccessControl: 0 - TemplateClass: CAdmin::View + TemplateClass: A3C::View View: FallbackHandler: Jifty::View::Mason::Handler Handlers: @@ -57,3 +69,12 @@ ServeStaticFiles: 1 StaticRoot: share/web/static TemplateRoot: share/web/templates + +# values are overriden by site_config.yml +application: + LDAP: + server: 'ldap.example.com' + dn: 'cn=foo,dc=skole,dc=hr' + password: 'hax0r' + # LDAP search + base: 'dc=skole,dc=hr'