17
0

Merge branch 'master' of code:nu-vpn-proxy into master

This commit is contained in:
Nathan TeBlunthuis 2020-11-20 08:53:41 -08:00
commit ee30b5c0ea

View File

@ -193,7 +193,7 @@ if __name__ == "__main__":
sam, uri, html = 'URI', args.server, None sam, uri, html = 'URI', args.server, None
else: else:
endpoint = 'https://{}/{}'.format(args.server, if2prelogin[args.interface]) 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: if args.verbose:
print("Looking for SAML auth tags in response to %s..." % endpoint, file=stderr) print("Looking for SAML auth tags in response to %s..." % endpoint, file=stderr)
try: try: