mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-11 12:08:51 +01:00
42 lines
1.3 KiB
YAML
42 lines
1.3 KiB
YAML
|
admin-lv3:
|
||
|
display_name: Administrators Level 3
|
||
|
description: Super administrators of the system
|
||
|
backends_groups:
|
||
|
# ldap:
|
||
|
# - cn=dns admins,ou=Group,dc=example,dc=org
|
||
|
# - cn=nagios admins,ou=Group,dc=example,dc=org
|
||
|
# - cn=puppet admins,ou=Group,dc=example,dc=org
|
||
|
# - cn=users,ou=Group,dc=example,dc=org
|
||
|
ad:
|
||
|
- Administrators
|
||
|
- Domain Controllers
|
||
|
- Group Policy Creator Owners
|
||
|
|
||
|
admin-lv2:
|
||
|
display_name: Administrators Level 2
|
||
|
description: Basic administrators of the system
|
||
|
LC_admins: True
|
||
|
backends_groups:
|
||
|
# ldap:
|
||
|
# - cn=nagios admins,ou=Group,dc=example,dc=org
|
||
|
# - cn=users,ou=Group,dc=example,dc=org
|
||
|
ad:
|
||
|
- Administrators
|
||
|
|
||
|
#developpers:
|
||
|
# display_name: Developpers
|
||
|
# description: Developpers of the system
|
||
|
# backends_groups:
|
||
|
# ldap:
|
||
|
# - cn=developpers,ou=Group,dc=example,dc=org
|
||
|
# - cn=users,ou=Group,dc=example,dc=org
|
||
|
|
||
|
#users:
|
||
|
# display_name: Simple Users
|
||
|
# description: Basic users of the system
|
||
|
# backends_groups:
|
||
|
## ldap:
|
||
|
## - cn=users,ou=Group,dc=example,dc=org
|
||
|
# ad:
|
||
|
# - Domain Users
|