forked from grove-mountain/docker-ldap-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathldif_feed.yaml
123 lines (123 loc) · 2.54 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# 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=hashidemos,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:
mitchell:
first: Mitchell
last: Hashimoto
email: [email protected]
um_groups:
- founders
- vagrant
- vault
- nomad
- terraform
- consul
- packer
posix_groups:
- admins
armon:
first: Armon
last: Dadgar
email: [email protected]
um_groups:
- founders
- vagrant
- vault
- nomad
- terraform
- consul
- packer
posix_groups:
- admins
jlundberg:
first: Jake
last: Lundberg
email: [email protected]
um_groups:
- solutions_engineering
- nomad_gtm
- vault_education
posix_groups:
- admins
llarsen:
first: Lance
last: Larsen
email: [email protected]
um_groups:
- solutions_engineering
- terraform_gtm
posix_groups:
- admins
bgreen:
first: Brian
last: Green
email: [email protected]
um_groups:
- pro_svcs
- vault_gtm
posix_groups:
- admins
ehron:
first: Ehron
last: Gwinn
email: [email protected]
um_groups:
- solutions_engineering
- nomad_gtm
posix_groups:
- admins
jeff:
first: Jeff
last: Mitchell
email: [email protected]
um_groups:
- vault
- vault_gtm
posix_groups:
- vault_devs
andy:
first: Andy
last: Manoski
email: [email protected]
um_groups:
- vault
- vault_gtm
posix_groups:
- vault_devs
geoffrey:
first: Geoffrey
last: Grosenbach
email: [email protected]
um_groups:
- education
- vault_education
- consul_education
- terraform_education
- nomad_education
posix_groups:
- users
yoko:
first: Yoko
last: Hyakuna
email: [email protected]
um_groups:
- education
- vault_education
posix_groups:
- users