X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=tests%2Ftestrest.py;h=dadaad27670a6ab163276d00373477d9a1a1027b;hb=cfe24fa3dc15d87f3ace944a2d62a0f4c5ee496c;hp=24a7092934a82315a8fc93f2147407808ec95cf3;hpb=8ffd2629c6554124e7e3b15dce10275a2efd8261;p=cascardo%2Fipsilon.git diff --git a/tests/testrest.py b/tests/testrest.py index 24a7092..dadaad2 100755 --- a/tests/testrest.py +++ b/tests/testrest.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2015 Ipsilon Contributors see COPYING for license +# Copyright (C) 2015 Ipsilon project Contributors, for license see COPYING from helpers.common import IpsilonTestBase # pylint: disable=relative-import from helpers.http import HttpSessions # pylint: disable=relative-import @@ -26,7 +26,7 @@ idp_a = {'hostname': '${ADDRESS}:${PORT}', 'secure': 'no', 'testauth': 'yes', 'pam': 'no', - 'krb': 'no', + 'gssapi': 'no', 'ipa': 'no', 'server_debugging': 'True'}