-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathentitlements.yaml
More file actions
52 lines (51 loc) · 1.36 KB
/
entitlements.yaml
File metadata and controls
52 lines (51 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<%-
begin
require_relative "/data/entitlements/lib/entitlements-and-plugins"
rescue Exception
begin
require_relative "lib/entitlements-and-plugins"
rescue Exception
# We might not have the plugins installed and still want this file to be
# loaded. Don't raise anything but silently fail.
end
end
-%>
---
backends:
dockerized-ldap:
ldap_binddn: "cn=admin,dc=example,dc=org"
ldap_bindpw: "admin"
ldap_uri: "ldaps://127.0.0.1"
disable_ssl_verification: true
person_dn_format: uid=%KEY%,ou=People,dc=example,dc=org
type: ldap
configuration_path: ../
extras:
ldap_group: {}
groups:
dummy-ou:
type: dummy
dummy-ou-renamed:
type: dummy
dir: dummy-ou-special
entitlements:
backend: dockerized-ldap
base: ou=Entitlements,ou=Groups,dc=example,dc=org
entitlements/strictly-audited:
backend: dockerized-ldap
base: ou=strictly-audited,ou=Entitlements,ou=Groups,dc=example,dc=org
dir: entitlements/strictly-audited
create_if_missing: true
people:
ldap:
type: ldap
config:
base: ou=People,dc=example,dc=org
ldap_binddn: "cn=admin,dc=example,dc=org"
ldap_bindpw: "admin"
ldap_uri: "ldaps://127.0.0.1"
disable_ssl_verification: true
person_dn_format: uid=%KEY%,ou=People,dc=example,dc=org
additional_attributes:
- shellentitlements
people_data_source: ldap