+#!/usr/bin/python
+
# Copyright (C) 2010 by the Massachusetts Institute of Technology.
# All rights reserved.
#
# this software for any purpose. It is provided "as is" without express
# or implied warranty.
-#!/usr/bin/python
from k5test import *
appdir = os.path.join(buildtop, 'appl', 'gss-sample')
+#!/usr/bin/python
+
# Copyright (C) 2011 by the Massachusetts Institute of Technology.
# All rights reserved.
# this software for any purpose. It is provided "as is" without express
# or implied warranty.
-#!/usr/bin/python
from k5test import *
# Create two independent realms (no cross-realm TGTs).
+#!/usr/bin/python
+
# Copyright (C) 2011 by the Massachusetts Institute of Technology.
# All rights reserved.
# this software for any purpose. It is provided "as is" without express
# or implied warranty.
-#!/usr/bin/python
from k5test import *
realm = K5Realm(create_host=False)
+#!/usr/bin/python
+
# Copyright (C) 2011 by the Massachusetts Institute of Technology.
# All rights reserved.
# this software for any purpose. It is provided "as is" without express
# or implied warranty.
-#!/usr/bin/python
from k5test import *
enctype = "aes128-cts"
+#!/usr/bin/python
+
# Copyright (C) 2011 by the Massachusetts Institute of Technology.
# All rights reserved.
# this software for any purpose. It is provided "as is" without express
# or implied warranty.
-#!/usr/bin/python
from k5test import *
realm = K5Realm(start_kadmind=True, create_host=False, get_creds=False)
+#!/usr/bin/python
+
# Copyright (C) 2011 by the Massachusetts Institute of Technology.
# All rights reserved.
#
# this software for any purpose. It is provided "as is" without express
# or implied warranty.
-#!/usr/bin/python
from k5test import *
# Test krb5 negotiation under SPNEGO for all enctype configurations.