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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2344 - (show annotations) (download)
Thu Feb 2 18:15:35 2012 UTC (11 years, 10 months ago) by misc
File size: 1296 byte(s)
fix string interpolation, that broke identity ( due to restart of apache )
1 <%
2 ldap_server = "ldap-master.#{domain}"
3
4 ldap_account = "cn=catdap-#{hostname},ou=System Accounts,#{dc_suffix}"
5 %>
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 binddn: <%= ldap_account %>
28 bindpw: <%= ldap_password %>
29 user_basedn: ou=People,<%= dc_suffix %>
30 role_basedn: <%= dc_suffix %>
31
32 register:
33 login_blacklist:
34 - apache
35 - mirror
36 - bcd
37 - iurt
38 - schedbot
39 - signbot
40 - postmaster
41 - hostmaster
42 - abuse
43 - noc
44 - security
45 - listmaster
46 - MAILER-DAEMON
47 - webmaster
48 - www
49 - treasurer
50 - president
51 - secretary
52 - security

  ViewVC Help
Powered by ViewVC 1.1.28