From b533153ba93bc4bb993ec920929124ed9f50c683 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 2 Feb 2009 20:37:41 +0000 Subject: Revise last change to better resemble the original test, keeping the min-lifetime test code collected together. Change policy to have a minimum password lifetime of 10s instead of 30s, and reduce the test delays accordingly. ticket: 6358 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21868 dc483132-0cff-0310-8789-dd5450dbe970 --- src/kadmin/testing/scripts/init_db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kadmin/testing/scripts') diff --git a/src/kadmin/testing/scripts/init_db b/src/kadmin/testing/scripts/init_db index 93b6fa16e0..7296e1f9b0 100755 --- a/src/kadmin/testing/scripts/init_db +++ b/src/kadmin/testing/scripts/init_db @@ -106,7 +106,7 @@ set cmds { {ovsec_kadm_create_policy $server_handle "test-pol 0 10000 8 2 3 0" \ {OVSEC_KADM_POLICY OVSEC_KADM_PW_MIN_LENGTH OVSEC_KADM_PW_MIN_CLASSES OVSEC_KADM_PW_MAX_LIFE OVSEC_KADM_PW_HISTORY_NUM}} - {ovsec_kadm_create_policy $server_handle "once-a-min 30 0 0 0 0 0" \ + {ovsec_kadm_create_policy $server_handle "once-a-min 10 0 0 0 0 0" \ {OVSEC_KADM_POLICY OVSEC_KADM_PW_MIN_LIFE}} {ovsec_kadm_create_policy $server_handle "dict-only 0 0 0 0 0 0" \ {OVSEC_KADM_POLICY}} -- cgit