Update Copyright header point to COPYING file
[cascardo/ipsilon.git] / tests / ldap.py
index 52676d3..76797b8 100755 (executable)
@@ -1,7 +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
@@ -25,7 +24,7 @@ idp_a = {'hostname': '${ADDRESS}:${PORT}',
          'instance': '${NAME}',
          'secure': 'no',
          'pam': 'no',
-         'krb': 'no',
+         'gssapi': 'no',
          'ipa': 'no',
          'ldap': 'yes',
          'ldap_server_url': 'ldap://${ADDRESS}:45389/',