mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-21 17:04:21 +01:00
fixing default configuration
This commit is contained in:
parent
921eef4b04
commit
9a882d3626
@ -75,16 +75,16 @@ uidNumber:
|
||||
- '40000'
|
||||
backends:
|
||||
ldap: uidNumber
|
||||
# ad: UIDNumber
|
||||
# ad: uidNumber
|
||||
gidNumber:
|
||||
description: "Group ID Number of the user"
|
||||
display_name: "GID Number"
|
||||
weight: 70
|
||||
type: int
|
||||
default: 10000
|
||||
default: '10000'
|
||||
backends:
|
||||
ldap: gidNumber
|
||||
# ad: GIDNumber
|
||||
# ad: gidNumber
|
||||
shell:
|
||||
description: "Shell of the user"
|
||||
display_name: "Shell"
|
||||
@ -111,7 +111,7 @@ home:
|
||||
- /home/
|
||||
backends:
|
||||
ldap: homeDirectory
|
||||
# ad: HOMEDIRECTORY
|
||||
# ad: homeDirectory
|
||||
password:
|
||||
description: "Password of the user"
|
||||
display_name: "Password"
|
||||
@ -120,7 +120,7 @@ password:
|
||||
type: password
|
||||
backends:
|
||||
ldap: userPassword
|
||||
# ad: userPassword
|
||||
# ad: unicodePwd
|
||||
|
||||
#logscript:
|
||||
# description: "Windows login script"
|
||||
|
@ -9,8 +9,10 @@ admin-lv3:
|
||||
- cn=users,ou=Group,dc=example,dc=org
|
||||
# ad:
|
||||
# - Administrators
|
||||
# - Domain Controllers
|
||||
# - Domain Users
|
||||
# - Group Policy Creator Owners
|
||||
# - Enterprise Admins
|
||||
# - Schema Admins
|
||||
# - Domain Admins
|
||||
|
||||
admin-lv2:
|
||||
display_name: Administrators Level 2
|
||||
@ -21,8 +23,7 @@ admin-lv2:
|
||||
- cn=nagios admins,ou=Group,dc=example,dc=org
|
||||
- cn=users,ou=Group,dc=example,dc=org
|
||||
# ad:
|
||||
# - Domain Users
|
||||
# - Domain Controllers
|
||||
# - Administrators
|
||||
|
||||
developpers:
|
||||
display_name: Developpers
|
||||
@ -38,5 +39,3 @@ users:
|
||||
backends_groups:
|
||||
ldap:
|
||||
- cn=users,ou=Group,dc=example,dc=org
|
||||
# ad:
|
||||
# - Domain Users
|
||||
|
Loading…
Reference in New Issue
Block a user