]> eyrie.org Git - kerberos/krb5-strength.git/blobdiff - tests/data/passwords/cdb.c
Imported Upstream version 2.1
[kerberos/krb5-strength.git] / tests / data / passwords / cdb.c
index c74409050b0bf610809be5ae4f70968113ddcb6b..dd469164493ad69cecc8ea921a0aba17de19025f 100644 (file)
@@ -28,7 +28,7 @@ const struct password_test cdb_tests[] = {
         "test@EXAMPLE.ORG",
         "password",
         KADM5_PASS_Q_DICT,
-        "password is based on a dictionary word",
+        "password found in list of common passwords",
     },
     {
 
@@ -36,7 +36,7 @@ const struct password_test cdb_tests[] = {
         "test@EXAMPLE.ORG",
         "bitterbane",
         KADM5_PASS_Q_DICT,
-        "password is based on a dictionary word",
+        "password found in list of common passwords",
     },
     {
 
@@ -44,7 +44,7 @@ const struct password_test cdb_tests[] = {
         "test@EXAMPLE.ORG",
         "1bitterbane",
         KADM5_PASS_Q_DICT,
-        "password is based on a dictionary word",
+        "password found in list of common passwords",
     },
     {
 
@@ -52,7 +52,7 @@ const struct password_test cdb_tests[] = {
         "test@EXAMPLE.ORG",
         "bitterbane1",
         KADM5_PASS_Q_DICT,
-        "password is based on a dictionary word",
+        "password found in list of common passwords",
     },
     {
 
@@ -60,7 +60,7 @@ const struct password_test cdb_tests[] = {
         "test@EXAMPLE.ORG",
         "abbitterbane",
         KADM5_PASS_Q_DICT,
-        "password is based on a dictionary word",
+        "password found in list of common passwords",
     },
     {
 
@@ -68,7 +68,7 @@ const struct password_test cdb_tests[] = {
         "test@EXAMPLE.ORG",
         "bitterbane12",
         KADM5_PASS_Q_DICT,
-        "password is based on a dictionary word",
+        "password found in list of common passwords",
     },
     {
 
@@ -76,7 +76,7 @@ const struct password_test cdb_tests[] = {
         "test@EXAMPLE.ORG",
         "'bitterbane'",
         KADM5_PASS_Q_DICT,
-        "password is based on a dictionary word",
+        "password found in list of common passwords",
     },
     {