From 977c69266169ab5b0680baf4644112fee2adb686 Mon Sep 17 00:00:00 2001 From: mkeyes <mkeyes@localhost> Date: Fri, 07 Sep 2007 20:06:28 +0000 Subject: [PATCH] Fixed the authentication password syntax functional tests to account for the recent property name chnages. --- opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_MD5_policy.ldif | 2 +- opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_SHA256_policy.ldif | 2 +- opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_SHA512_policy.ldif | 2 +- opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_mod_def_policy2.ldif | 4 ++-- opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_SHA1_policy.ldif | 2 +- opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_mod_def_policy.ldif | 4 ++-- opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_SHA384_policy.ldif | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_MD5_policy.ldif b/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_MD5_policy.ldif index 292f193..def81ab 100644 --- a/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_MD5_policy.ldif +++ b/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_MD5_policy.ldif @@ -28,7 +28,7 @@ objectClass: top ds-cfg-skip-validation-for-administrators: false ds-cfg-password-expiration-warning-interval: 5 days -ds-cfg-default-password-storage-scheme: MD5 +ds-cfg-default-password-storage-scheme-dn: cn=Salted MD5,cn=Password Storage Schemes,cn=config ds-cfg-grace-login-count: 0 ds-cfg-lockout-duration: 0 seconds ds-cfg-maximum-password-age: 6 weeks diff --git a/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_SHA1_policy.ldif b/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_SHA1_policy.ldif index fe39e69..b9932f5 100644 --- a/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_SHA1_policy.ldif +++ b/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_SHA1_policy.ldif @@ -28,7 +28,7 @@ objectClass: top ds-cfg-skip-validation-for-administrators: false ds-cfg-password-expiration-warning-interval: 5 days -ds-cfg-default-password-storage-scheme: SHA1 +ds-cfg-default-password-storage-scheme-dn: cn=Salted SHA-1,cn=Password Storage Schemes,cn=config ds-cfg-grace-login-count: 0 ds-cfg-lockout-duration: 0 seconds ds-cfg-maximum-password-age: 6 weeks diff --git a/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_SHA256_policy.ldif b/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_SHA256_policy.ldif index 4020677..f72d0fd 100644 --- a/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_SHA256_policy.ldif +++ b/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_SHA256_policy.ldif @@ -28,7 +28,7 @@ objectClass: top ds-cfg-skip-validation-for-administrators: false ds-cfg-password-expiration-warning-interval: 5 days -ds-cfg-default-password-storage-scheme: SHA256 +ds-cfg-default-password-storage-scheme-dn: cn=Salted SHA-256,cn=Password Storage Schemes,cn=config ds-cfg-grace-login-count: 0 ds-cfg-lockout-duration: 0 seconds ds-cfg-maximum-password-age: 6 weeks diff --git a/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_SHA384_policy.ldif b/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_SHA384_policy.ldif index cad4229..268fe80 100644 --- a/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_SHA384_policy.ldif +++ b/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_SHA384_policy.ldif @@ -28,7 +28,7 @@ objectClass: top ds-cfg-skip-validation-for-administrators: false ds-cfg-password-expiration-warning-interval: 5 days -ds-cfg-default-password-storage-scheme: SHA384 +ds-cfg-default-password-storage-scheme-dn: cn=Salted SHA-384,cn=Password Storage Schemes,cn=config ds-cfg-grace-login-count: 0 ds-cfg-lockout-duration: 0 seconds ds-cfg-maximum-password-age: 6 weeks diff --git a/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_SHA512_policy.ldif b/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_SHA512_policy.ldif index 69872ce..dcdaecb 100644 --- a/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_SHA512_policy.ldif +++ b/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_add_SHA512_policy.ldif @@ -28,7 +28,7 @@ objectClass: top ds-cfg-skip-validation-for-administrators: false ds-cfg-password-expiration-warning-interval: 5 days -ds-cfg-default-password-storage-scheme: SHA512 +ds-cfg-default-password-storage-scheme-dn: cn=Salted SHA-512,cn=Password Storage Schemes,cn=config ds-cfg-grace-login-count: 0 ds-cfg-lockout-duration: 0 seconds ds-cfg-maximum-password-age: 6 weeks diff --git a/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_mod_def_policy.ldif b/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_mod_def_policy.ldif index 9b35661..fdf00ee 100644 --- a/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_mod_def_policy.ldif +++ b/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_mod_def_policy.ldif @@ -25,8 +25,8 @@ dn: cn=Default Password Policy,cn=Password Policies,cn=config changetype: modify -replace: ds-cfg-default-password-storage-scheme -ds-cfg-default-password-storage-scheme: MD5 +replace: ds-cfg-default-password-storage-scheme-dn +ds-cfg-default-password-storage-scheme-dn: cn=Salted MD5,cn=Password Storage Schemes,cn=config - replace: ds-cfg-password-attribute ds-cfg-password-attribute: authPassword diff --git a/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_mod_def_policy2.ldif b/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_mod_def_policy2.ldif index 33af497..795f5b0 100644 --- a/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_mod_def_policy2.ldif +++ b/opendj-sdk/opends/tests/functional-tests/shared/data/security/auth_pwd_syntax/admin_mod_def_policy2.ldif @@ -25,8 +25,8 @@ dn: cn=Default Password Policy,cn=Password Policies,cn=config changetype: modify -replace: ds-cfg-default-password-storage-scheme -ds-cfg-default-password-storage-scheme: SSHA +replace: ds-cfg-default-password-storage-scheme-dn +ds-cfg-default-password-storage-scheme-dn: cn=Salted SHA-1,cn=Password Storage Schemes,cn=config - replace: ds-cfg-password-attribute ds-cfg-password-attribute: userPassword -- Gitblit v1.10.0