mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 01:14:21 +01:00
fix test configurations to take into account mandatory params for Active Directory
This commit is contained in:
parent
d8631da7ba
commit
ab81f4258e
@ -29,4 +29,11 @@ password:
|
||||
type: password
|
||||
backends:
|
||||
ldap: userPassword
|
||||
ad: userPassword
|
||||
ad: unicodePwd
|
||||
cn:
|
||||
description: "First Name and Display Name"
|
||||
display_name: "Display Name"
|
||||
type: string
|
||||
weight: 30
|
||||
backends:
|
||||
ad: cn
|
||||
|
@ -11,7 +11,7 @@ cn:
|
||||
- $name
|
||||
backends:
|
||||
ldap: cn
|
||||
ad: CN
|
||||
ad: cn
|
||||
|
||||
first-name:
|
||||
description: "First name of the user"
|
||||
@ -117,7 +117,7 @@ password:
|
||||
type: password
|
||||
backends:
|
||||
ldap: userPassword
|
||||
ad: userPassword
|
||||
ad: unicodePwd
|
||||
logscript:
|
||||
description: "Windows login script"
|
||||
display_name: "Login script"
|
||||
|
@ -9,7 +9,7 @@ cn:
|
||||
- $name
|
||||
backends:
|
||||
ldap: cn
|
||||
ad: CN
|
||||
ad: cn
|
||||
first-name:
|
||||
description: "First name of the user"
|
||||
display_name: "First Name"
|
||||
@ -102,7 +102,7 @@ password:
|
||||
type: password
|
||||
backends:
|
||||
ldap: userPassword
|
||||
ad: userPassword
|
||||
ad: unicodePwd
|
||||
logscript:
|
||||
description: "Windows login script"
|
||||
display_name: "Login script"
|
||||
|
@ -11,8 +11,7 @@ cn:
|
||||
- $name
|
||||
backends:
|
||||
ldap: cn
|
||||
ad: CN
|
||||
|
||||
ad: cn
|
||||
first-name:
|
||||
description: "First name of the user"
|
||||
display_name: "First Name"
|
||||
@ -21,3 +20,11 @@ first-name:
|
||||
backends:
|
||||
ldap: givenName
|
||||
ad: givenName
|
||||
password:
|
||||
description: "Password of the user"
|
||||
display_name: "Password"
|
||||
weight: 31
|
||||
self: True
|
||||
type: password
|
||||
backends:
|
||||
ad: unicodePwd
|
||||
|
Loading…
Reference in New Issue
Block a user