/[adm]/puppet/modules/catdap/templates/catdap_local.yml
ViewVC logotype

Annotation of /puppet/modules/catdap/templates/catdap_local.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2790 - (hide annotations) (download)
Fri Jul 6 17:46:10 2012 UTC (11 years, 9 months ago) by boklm
File size: 1335 byte(s)
do not allow underscore in username, because mediawiki doesn't like this

1 misc 90 <%
2 misc 2344 ldap_server = "ldap-master.#{domain}"
3 misc 90
4 misc 2344 ldap_account = "cn=catdap-#{hostname},ou=System Accounts,#{dc_suffix}"
5 misc 90 %>
6    
7     organisation: Mageia
8     apptitle: Mageia Identity Management
9     emailfrom: noreply@<%= domain %>
10    
11     Model::Proxy:
12     base: ou=People,<%= dc_suffix %>
13     dn: <%= ldap_account %>
14     password: <%= ldap_password %>
15    
16     Model::User:
17     base: <%= dc_suffix %>
18     host: <%= ldap_server %>
19     start_tls: 1
20    
21     authentication:
22     default_realm: ldap
23     realms:
24     ldap:
25     store:
26     ldap_server: <%= ldap_server %>
27 buchan 135 binddn: <%= ldap_account %>
28 misc 90 bindpw: <%= ldap_password %>
29     user_basedn: ou=People,<%= dc_suffix %>
30     role_basedn: <%= dc_suffix %>
31    
32 misc 858 register:
33 boklm 2790 login_regex: ^[a-z][a-z0-9-]*$
34 misc 858 login_blacklist:
35     - apache
36     - mirror
37     - bcd
38     - iurt
39     - schedbot
40 misc 991 - signbot
41 misc 1415 - postmaster
42     - hostmaster
43     - abuse
44     - noc
45     - security
46     - listmaster
47 misc 2334 - MAILER-DAEMON
48 misc 1415 - webmaster
49     - www
50     - treasurer
51     - president
52     - secretary
53 misc 1555 - security

  ViewVC Help
Powered by ViewVC 1.1.30