mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-11 12:08:51 +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
|
type: password
|
||||||
backends:
|
backends:
|
||||||
ldap: userPassword
|
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
|
- $name
|
||||||
backends:
|
backends:
|
||||||
ldap: cn
|
ldap: cn
|
||||||
ad: CN
|
ad: cn
|
||||||
|
|
||||||
first-name:
|
first-name:
|
||||||
description: "First name of the user"
|
description: "First name of the user"
|
||||||
@ -117,7 +117,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"
|
||||||
display_name: "Login script"
|
display_name: "Login script"
|
||||||
|
@ -9,7 +9,7 @@ cn:
|
|||||||
- $name
|
- $name
|
||||||
backends:
|
backends:
|
||||||
ldap: cn
|
ldap: cn
|
||||||
ad: CN
|
ad: cn
|
||||||
first-name:
|
first-name:
|
||||||
description: "First name of the user"
|
description: "First name of the user"
|
||||||
display_name: "First Name"
|
display_name: "First Name"
|
||||||
@ -102,7 +102,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"
|
||||||
display_name: "Login script"
|
display_name: "Login script"
|
||||||
|
@ -11,8 +11,7 @@ cn:
|
|||||||
- $name
|
- $name
|
||||||
backends:
|
backends:
|
||||||
ldap: cn
|
ldap: cn
|
||||||
ad: CN
|
ad: cn
|
||||||
|
|
||||||
first-name:
|
first-name:
|
||||||
description: "First name of the user"
|
description: "First name of the user"
|
||||||
display_name: "First Name"
|
display_name: "First Name"
|
||||||
@ -21,3 +20,11 @@ first-name:
|
|||||||
backends:
|
backends:
|
||||||
ldap: givenName
|
ldap: givenName
|
||||||
ad: 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