From 31bd0555be187e9a14d392fa6a81e4c0c342ac5d Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 28 Apr 2015 15:16:54 -0400 Subject: Change references to authkrb plugin to authgssapi With the switch to mod_auth_gssapi we aren't limited to only negotiated Kerberos so name the plugin to reflect this. https://fedorahosted.org/ipsilon/ticket/114 Signed-off-by: Rob Crittenden --- tests/trans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/trans.py') diff --git a/tests/trans.py b/tests/trans.py index d7551b3..fbffa00 100755 --- a/tests/trans.py +++ b/tests/trans.py @@ -42,7 +42,7 @@ idp_a = {'hostname': '${ADDRESS}:${PORT}', 'secure': 'no', 'testauth': 'yes', 'pam': 'no', - 'krb': 'no', + 'gssapi': 'no', 'ipa': 'no', 'server_debugging': 'True'} -- cgit