/[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 340 - (show annotations) (download)
Sat Nov 20 11:52:54 2010 UTC (13 years, 5 months ago) by misc
File size: 781 byte(s)
- do not let file with passwords to be world readable 
    ( even if being readable by apache is not good either, but needed as the password is used by apache )
- use ldaps for sympa
- use the 2 new facter macro and remove the version copied everywhere
- remove hardcoded domain in bugzilla and others

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

  ViewVC Help
Powered by ViewVC 1.1.30