/[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 3431 - (show annotations) (download)
Fri Mar 28 15:27:34 2014 UTC (10 years ago) by colin
File size: 1334 byte(s)
Remove -'s as being valid for usernames.

This causes problems from packaging due to regexps littered around
iurt code.
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_regex: ^[a-z][a-z0-9]*$
34 login_blacklist:
35 - apache
36 - mirror
37 - bcd
38 - iurt
39 - schedbot
40 - signbot
41 - postmaster
42 - hostmaster
43 - abuse
44 - noc
45 - security
46 - listmaster
47 - MAILER-DAEMON
48 - webmaster
49 - www
50 - treasurer
51 - president
52 - secretary
53 - security

  ViewVC Help
Powered by ViewVC 1.1.30