fixing default configuration

This commit is contained in:
kakwa 2016-06-16 22:12:19 +02:00
parent 921eef4b04
commit 9a882d3626
2 changed files with 10 additions and 11 deletions

View File

@ -75,16 +75,16 @@ uidNumber:
- '40000' - '40000'
backends: backends:
ldap: uidNumber ldap: uidNumber
# ad: UIDNumber # ad: uidNumber
gidNumber: gidNumber:
description: "Group ID Number of the user" description: "Group ID Number of the user"
display_name: "GID Number" display_name: "GID Number"
weight: 70 weight: 70
type: int type: int
default: 10000 default: '10000'
backends: backends:
ldap: gidNumber ldap: gidNumber
# ad: GIDNumber # ad: gidNumber
shell: shell:
description: "Shell of the user" description: "Shell of the user"
display_name: "Shell" display_name: "Shell"
@ -111,7 +111,7 @@ home:
- /home/ - /home/
backends: backends:
ldap: homeDirectory ldap: homeDirectory
# ad: HOMEDIRECTORY # ad: homeDirectory
password: password:
description: "Password of the user" description: "Password of the user"
display_name: "Password" display_name: "Password"
@ -120,7 +120,7 @@ password:
type: password type: password
backends: backends:
ldap: userPassword ldap: userPassword
# ad: userPassword # ad: unicodePwd
#logscript: #logscript:
# description: "Windows login script" # description: "Windows login script"

View File

@ -9,8 +9,10 @@ admin-lv3:
- cn=users,ou=Group,dc=example,dc=org - cn=users,ou=Group,dc=example,dc=org
# ad: # ad:
# - Administrators # - Administrators
# - Domain Controllers # - Group Policy Creator Owners
# - Domain Users # - Enterprise Admins
# - Schema Admins
# - Domain Admins
admin-lv2: admin-lv2:
display_name: Administrators Level 2 display_name: Administrators Level 2
@ -21,8 +23,7 @@ admin-lv2:
- cn=nagios admins,ou=Group,dc=example,dc=org - cn=nagios admins,ou=Group,dc=example,dc=org
- cn=users,ou=Group,dc=example,dc=org - cn=users,ou=Group,dc=example,dc=org
# ad: # ad:
# - Domain Users # - Administrators
# - Domain Controllers
developpers: developpers:
display_name: Developpers display_name: Developpers
@ -38,5 +39,3 @@ users:
backends_groups: backends_groups:
ldap: ldap:
- cn=users,ou=Group,dc=example,dc=org - cn=users,ou=Group,dc=example,dc=org
# ad:
# - Domain Users