--- etc/config.yml 2008/04/10 00:16:03 68 +++ etc/config.yml 2008/05/01 17:06:02 106 @@ -14,7 +14,7 @@ Password: 'a3c' RecordBaseClass: Jifty::DBI::Record::Cachable User: 'a3c' - Version: 0.0.1 + Version: 0.0.2 DevelMode: 1 L10N: PoDir: share/po @@ -32,15 +32,17 @@ - OnlineDocs: {} - CompressedCSSandJS: {} - AdminUI: {} + - Debug: {} - User: {} +# - Login: {} - Authentication::Password: {} - - Debug: {} - - Login: {} - - AuthLDAPLogin: + - Authentication::Ldap: LDAPhost: ldap.carnet.hr LDAPbase: dc=carnet,dc=hr + LDAPName: cn # displayname, cn +# LDAPMail: mailLocalAddress # email used optionnal LDAPuid: uid - LDAPssl: 0 +# LDAPssl: 0 PubSub: Backend: Memcached @@ -72,7 +74,16 @@ 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