summaryrefslogtreecommitdiffstats
path: root/tests/testlogout.py
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2015-04-28 15:16:54 -0400
committerRob Crittenden <rcritten@redhat.com>2015-04-28 17:30:07 -0400
commit68b9e1d3138784c3793f0a04c411f14168748692 (patch)
tree3dee03d42c9f7234b09b272ca5a1865ba0b7529c /tests/testlogout.py
parent32863be5e39b0d031fafebe7391180d29967fa50 (diff)
downloadipsilon-68b9e1d3138784c3793f0a04c411f14168748692.tar.gz
ipsilon-68b9e1d3138784c3793f0a04c411f14168748692.tar.xz
ipsilon-68b9e1d3138784c3793f0a04c411f14168748692.zip
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 <rcritten@redhat.com>
Diffstat (limited to 'tests/testlogout.py')
-rwxr-xr-xtests/testlogout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testlogout.py b/tests/testlogout.py
index 5018066..cdf4f0b 100755
--- a/tests/testlogout.py
+++ b/tests/testlogout.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'}