From 68b9e1d3138784c3793f0a04c411f14168748692 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/testmapping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testmapping.py') diff --git a/tests/testmapping.py b/tests/testmapping.py index d5e5dd0..b2ee012 100755 --- a/tests/testmapping.py +++ b/tests/testmapping.py @@ -28,7 +28,7 @@ idp_a = {'hostname': '${ADDRESS}:${PORT}', 'secure': 'no', 'testauth': 'yes', 'pam': 'no', - 'krb': 'no', + 'gssapi': 'no', 'ipa': 'no', 'server_debugging': 'True'} -- cgit