/[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 4 by buchan, Mon Oct 11 23:24:37 2010 UTC revision 5 by buchan, Tue Oct 19 16:22:06 2010 UTC
# Line 1  Line 1 
1  name: CatDap  name: CatDap
2    default_view: TT
3    
4    #user_view_skip_attrs:
5    
6    Controller::User:
7            editable_attrs:
8                           - cn
9                           - sn
10                           - givenName
11                           - mail
12                           - mobile
13                           - roomNumber
14                           - secretary
15                           - mailForwardingAddress
16            uneditable_attrs:
17                           - uid
18                          # - uidNumber
19                          # - gidNumber
20                           - homeDirectory
21                           - host
22                           - manager
23                           - krb5PrincipalName
24            skip_attrs:
25                         - objectClass
26                         - krb5Key
27                         - sambaMungedDial
28                         - sambaPasswordHistory
29                         - userPassword
30                         - sambaLMPassword
31                         - sambaNTPassword
32                         - sambaPwdMustChange
33                         - sambaSID
34                         - sambaPrimaryGroupSID
35                         - sambaAcctFlags
36                         - sambaPwdCanChange
37                         - sambaPwdLastSet
38                         - sambaKickOffTime
39                         - sambaUserWorkstations
40                         - sambaLogonTime
41                         - krb5KeyVersionNumber
42                         - krb5PasswordEnd
43                         - krb5MaxLife
44                         - krb5MaxRenew
45                         - krb5KDCFlags
46                         - shadowLastChange
47                         - shadowWarning
48                         - shadowMax
49                         - shadowMin
50                         - shadowInactive
51                         - shadowExpire
52                         - shadowFlag
53    
54    
55  Plugin::Captcha:  Plugin::Captcha:
56          new:          new:
# Line 16  Plugin::Captcha: Line 68  Plugin::Captcha:
68    
69          gd_font: giant          gd_font: giant
70    
71    Plugin::Session:
72            expires: 600
73    
74  Model::Proxy:  Model::Proxy:
75          base: ou=People,dc=mageia,dc=org          base: ou=People,dc=mageia,dc=org
76          dn: cn=catdap,ou=System Accounts,dc=mageai,dc=org          dn: cn=catdap,ou=System Accounts,dc=mageai,dc=org
# Line 23  Model::Proxy: Line 78  Model::Proxy:
78          host: ldap.mageia.org          host: ldap.mageia.org
79          start_tls: 1          start_tls: 1
80    
81    Model::User:
82            base: ou=People,dc=mageia,dc=org
83            host: ldap.mageia.org
84            start_tls: 1
85    
86  authentication:  authentication:
87          default_realm: ldap          default_realm: ldap

Legend:
Removed from v.4  
changed lines
  Added in v.5

  ViewVC Help
Powered by ViewVC 1.1.30