]> code.communitydata.science - nu-vpn-proxy.git/blobdiff - gp-saml-gui.py
disable IPv6 (it doesn't seem to work)
[nu-vpn-proxy.git] / gp-saml-gui.py
index d6f8f15c4bbf2a517b6daf2c3946a18e688c32f5..b702d0c51da9e800c57faa4bdd6adc33723e9857 100755 (executable)
@@ -193,7 +193,7 @@ if __name__ == "__main__":
         sam, uri, html = 'URI', args.server, None
     else:
         endpoint = 'https://{}/{}'.format(args.server, if2prelogin[args.interface])
         sam, uri, html = 'URI', args.server, None
     else:
         endpoint = 'https://{}/{}'.format(args.server, if2prelogin[args.interface])
-        data = {'tmp':'tmp', 'kerberos-support':'yes', 'ipv6-support':'yes', 'clientVer':4100, 'clientos':args.clientos, **args.extra}
+        data = {'tmp':'tmp', 'kerberos-support':'yes', 'ipv6-support':'no', 'clientVer':4100, 'clientos':args.clientos, **args.extra}
         if args.verbose:
             print("Looking for SAML auth tags in response to %s..." % endpoint, file=stderr)
         try:
         if args.verbose:
             print("Looking for SAML auth tags in response to %s..." % endpoint, file=stderr)
         try:

Community Data Science Collective || Want to submit a patch?