diff --git a/tests/cfg/attribute_pwderror.yml b/tests/cfg/attribute_pwderror.yml index a67d273..03e55d6 100644 --- a/tests/cfg/attribute_pwderror.yml +++ b/tests/cfg/attribute_pwderror.yml @@ -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 diff --git a/tests/cfg/attributes.yml b/tests/cfg/attributes.yml index f068395..40fc3b7 100644 --- a/tests/cfg/attributes.yml +++ b/tests/cfg/attributes.yml @@ -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" diff --git a/tests/cfg/attributes_missing_mandatory.yml b/tests/cfg/attributes_missing_mandatory.yml index 6129986..0a8098d 100644 --- a/tests/cfg/attributes_missing_mandatory.yml +++ b/tests/cfg/attributes_missing_mandatory.yml @@ -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" diff --git a/tests/cfg/attributes_wrong_type.yml b/tests/cfg/attributes_wrong_type.yml index 2b39c21..6e99815 100644 --- a/tests/cfg/attributes_wrong_type.yml +++ b/tests/cfg/attributes_wrong_type.yml @@ -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