-
Notifications
You must be signed in to change notification settings - Fork 16
/
ldif_feed.yaml
76 lines (76 loc) · 1.61 KB
/
ldif_feed.yaml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# ou starts at the root base domain and can be "tiered"
# e.g. ou=vault,ou=um_group
# um_group is for storing UniqueMember entries. Because these will automatically be created based on user records
# they don't have to be explicitly defined
# posix_group is for storing members who log into posix systems
# gid will be assigned automatically during template rendering
# people is for storing person records
# service_acct is for storing service accounts or other automate users
base_dn: dc=ourcorp,dc=com
ou:
- name: um_group
path: ou=um_group
- name: posix_group
path: ou=posix_group
- name: people
path: ou=people
- name: service_acct
path: ou=service_acct
people:
alice:
first: Alice
last: Inchains
email: [email protected]
um_groups:
- founders
- finance
- rockstars
posix_groups:
- admins
bob:
first: Bob
last: Paulson
email: [email protected]
um_groups:
- founders
- engineering
- it
posix_groups:
- admins
chun:
first: Chun
last: Li
email: [email protected]
um_groups:
- engineering
- database
- marketing
posix_groups:
- engineering
deepak:
first: Deepak
last: Chodron
email: [email protected]
um_groups:
- it
- managers
posix_groups:
- it
eve:
first: Eve
last: Darknight
email: [email protected]
um_groups:
- security
- hackers
posix_groups:
- eve
frank:
first: Frank
last: Franklin
email: [email protected]
um_groups:
- hr
- managers
posix_groups:
- users