aboutsummaryrefslogtreecommitdiff
path: root/src/tests/t_audit.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/t_audit.py')
-rwxr-xr-xsrc/tests/t_audit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/t_audit.py b/src/tests/t_audit.py
index 0f880ed..e48f4eb 100755
--- a/src/tests/t_audit.py
+++ b/src/tests/t_audit.py
@@ -14,7 +14,7 @@ realm.run([kvno, 'target'])
# Make S4U2Self and S4U2Proxy requests so they will be audited. The
# S4U2Proxy request is expected to fail.
realm.run([kvno, '-k', realm.keytab, '-U', 'user', '-P', 'target'],
- expected_code=1, expected_msg='NOT_ALLOWED_TO_DELEGATE')
+ expected_code=1, expected_msg='KDC can\'t fulfill requested option')
# Make a U2U request so it will be audited.
uuserver = os.path.join(buildtop, 'appl', 'user_user', 'uuserver')