/[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 90 - (show annotations) (download)
Thu Nov 4 16:57:29 2010 UTC (13 years, 5 months ago) by misc
File size: 862 byte(s)
- add a catdap module

1 <%
2 # domain come from facter
3
4 dc_suffix = 'dc=' + domain.gsub('.',',dc=')
5
6 ldap_server = 'ldap' + domain
7
8 ldap_password = extlookup('catdap_password')
9
10 ldap_account = 'cn=catdap-valstar,ou=System Accounts,' + dc_suffix
11 %>
12
13 organisation: Mageia
14 apptitle: Mageia Identity Management
15 emailfrom: noreply@<%= domain %>
16
17 Model::Proxy:
18 base: ou=People,<%= dc_suffix %>
19 dn: <%= ldap_account %>
20 password: <%= ldap_password %>
21
22 Model::User:
23 base: <%= dc_suffix %>
24 host: <%= ldap_server %>
25 start_tls: 1
26
27 authentication:
28 default_realm: ldap
29 realms:
30 ldap:
31 store:
32 ldap_server: <%= ldap_server %>
33 binddn: <%= dc_suffix %>
34 bindpw: <%= ldap_password %>
35 user_basedn: ou=People,<%= dc_suffix %>
36 role_basedn: <%= dc_suffix %>
37

  ViewVC Help
Powered by ViewVC 1.1.30