~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/kadmin/testing/scripts/init_db

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2009-05-07 16:16:34 UTC
  • mfrom: (13.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090507161634-xqyk0s9na0le4flj
Tags: 1.7dfsg~beta1-4
When  decrypting the TGS response fails with the subkey, try with the
session key to work around Heimdal bug, Closes: #527353 

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
 
107
107
    {ovsec_kadm_create_policy $server_handle "test-pol 0 10000 8 2 3 0" \
108
108
            {OVSEC_KADM_POLICY OVSEC_KADM_PW_MIN_LENGTH OVSEC_KADM_PW_MIN_CLASSES OVSEC_KADM_PW_MAX_LIFE OVSEC_KADM_PW_HISTORY_NUM}}
109
 
    {ovsec_kadm_create_policy $server_handle "once-a-min 30 0 0 0 0 0" \
 
109
    {ovsec_kadm_create_policy $server_handle "once-a-min 10 0 0 0 0 0" \
110
110
            {OVSEC_KADM_POLICY OVSEC_KADM_PW_MIN_LIFE}}
111
111
    {ovsec_kadm_create_policy $server_handle "dict-only 0 0 0 0 0 0" \
112
112
            {OVSEC_KADM_POLICY}}