--- etc/config.yml 2008/03/13 14:00:40 9 +++ etc/config.yml 2008/03/30 20:18:44 43 @@ -1,19 +1,19 @@ --- 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: '' + User: 'a3c' Version: 0.0.1 DevelMode: 1 L10N: @@ -40,7 +40,7 @@ Backend: Memcached Enable: ~ SkipAccessControl: 0 - TemplateClass: CAdmin::View + TemplateClass: A3C::View View: FallbackHandler: Jifty::View::Mason::Handler Handlers: @@ -65,6 +65,8 @@ # 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=skole,dc=hr' + password: 'hax0r' + # LDAP search + base: 'dc=skole,dc=hr'