/[soft]/identity/CatDap/trunk/catdap.yml
ViewVC logotype

Contents of /identity/CatDap/trunk/catdap.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations) (download)
Mon Oct 11 23:24:37 2010 UTC (13 years, 6 months ago) by buchan
Original Path: identity/CatDap/catdap.yml
File size: 1616 byte(s)
Initial checkin of CatDap.
Features:
-Minimal access by "proxy" account
-Captcha support
-Registration notification by email
-Login with key in email as password (must fix URL supplied by mail)
-After login ... nothing

1 name: CatDap
2
3 Plugin::Captcha:
4 new:
5 gd_font: giant
6 width: 100
7 height: 50
8 lines: 7
9
10 create:
11 - normal
12 - rect
13
14 particle:
15 - 100
16
17 gd_font: giant
18
19 Model::Proxy:
20 base: ou=People,dc=mageia,dc=org
21 dn: cn=catdap,ou=System Accounts,dc=mageai,dc=org
22 password:
23 host: ldap.mageia.org
24 start_tls: 1
25
26
27 authentication:
28 default_realm: ldap
29 realms:
30 ldap:
31 credential:
32 class: Password
33 password_field: password
34 password_type: self_check
35 store:
36 class: LDAP
37 ldap_server: 'ldap.mageia.org'
38 start_tls: 1
39 binddn: cn=xxx
40 bindpw: xxx
41 user_basedn: "ou=people,dc=mageia,dc=org"
42 user_filter: '(&(objectClass=inetOrgPerson)(uid=%s))'
43 user_scope: 'one'
44 user_field: 'uid'
45 use_roles: 1
46 role_basedn: 'ou=group,dc=mageia,dc=org'
47 role_scope: 'one'
48 role_field: 'cn'
49 role_value: 'uid'

  ViewVC Help
Powered by ViewVC 1.1.30