/[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 1292 - (show annotations) (download)
Tue Mar 8 15:51:55 2011 UTC (13 years, 1 month ago) by misc
File size: 940 byte(s)
- do not hardcode the hostname ( who is wrong, by the way, as it should be alamut )

1 <%
2 ldap_server = 'ldap.' + 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

  ViewVC Help
Powered by ViewVC 1.1.30