/[soft]/identity/CatDap/branches/live/catdap.yml
ViewVC logotype

Diff of /identity/CatDap/branches/live/catdap.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 562 by misc, Wed Jan 5 15:32:57 2011 UTC revision 563 by buchan, Wed Feb 16 22:02:11 2011 UTC
# Line 35  register: Line 35  register:
35          login_blacklist:          login_blacklist:
36                  - apache                  - apache
37    
38    forgot_password:
39            secret:
40                    path:   '/tmp/'
41                    prefix: 'catdap-forgot_password-'
42                    timeout: 259200
43            allow_filter: '(!(objectClass=posixAccount))'
44    
45  authentication:  authentication:
46          default_realm: ldap          default_realm: ldap
47          realms:          realms:
# Line 55  authentication: Line 62  authentication:
62                                  user_filter:    '(&(objectClass=inetOrgPerson)(uid=%s))'                                  user_filter:    '(&(objectClass=inetOrgPerson)(uid=%s))'
63                                  user_scope:     'one'                                  user_scope:     'one'
64                                  user_field:     'uid'                                  user_field:     'uid'
65                                    email_filter:   '(&(objectClass=inetOrgPerson)(|(mail=%s)(mailAlternateAddress=%s)))'
66                                  use_roles:      1                                  use_roles:      1
67                                  role_basedn:    'dc=mageia,dc=org'                                  role_basedn:    'dc=mageia,dc=org'
68                                  role_scope:     'sub'                                  role_scope:     'sub'
# Line 79  Controller::User: Line 87  Controller::User:
87                         - secretary                         - secretary
88                         - mailForwardingAddress                         - mailForwardingAddress
89                         - sshPublicKey                         - sshPublicKey
90                           - preferredLanguage
91    
92  # Currently not used, we only respect editable_attrs  # Currently not used, we only respect editable_attrs
93          uneditable_attrs:          uneditable_attrs:

Legend:
Removed from v.562  
changed lines
  Added in v.563

  ViewVC Help
Powered by ViewVC 1.1.30