This file is indexed.

/usr/include/cctools/auth_globus.h is in coop-computing-tools-dev 4.0-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
/*
Copyright (C) 2003-2004 Douglas Thain and the University of Wisconsin
Copyright (C) 2005- The University of Notre Dame
This software is distributed under the GNU General Public License.
See the file COPYING for details.
*/

#ifndef AUTH_GLOBUS_H
#define AUTH_GLOBUS_H

int auth_globus_register(void);
int auth_globus_has_delegated_credential(void);
void auth_globus_use_delegated_credential(int yesno);

#endif