Skip Menu |
 

Subject: Add missing salt from enctype in t_kdb.py test
Apply pull request #226 to the 1.12 branch.
From: tlyu@mit.edu
Subject: git commit

Add missing salt from enctype in t_kdb.py test

In commit 78a7f2a02b82bf297817cd717f092ead40b575b2, which added a test
for bug #7980, some command invocations used new syntax that omitted
salt types from the keysalt list. This omission of salt types is not
supported on krb5-1.12, resulting in test failures. Update to use the
valid (old) key salt syntax.

[tlyu@mit.edu: commit message]

https://github.com/krb5/krb5/commit/62a4509028ae7c7cf00af38cde879428f03fe5e6
Author: Patrik Kis <pkis@redhat.com>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 62a4509028ae7c7cf00af38cde879428f03fe5e6
Branch: krb5-1.12
src/tests/t_kdb.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)