cctools
auth_all.h
Go to the documentation of this file.
1 /*
2 Copyright (C) 2003-2004 Douglas Thain and the University of Wisconsin
3 Copyright (C) 2005- The University of Notre Dame
4 This software is distributed under the GNU General Public License.
5 See the file COPYING for details.
6 */
7 
8 #ifndef AUTH_ALL_H
9 #define AUTH_ALL_H
10 
22 #include "auth.h"
23 #include "auth_unix.h"
24 #include "auth_kerberos.h"
25 #include "auth_globus.h"
26 #include "auth_hostname.h"
27 #include "auth_address.h"
28 #include "auth_ticket.h"
29 
42 int auth_register_byname(const char *name);
43 
49 int auth_register_all(void);
50 
51 #endif
int auth_register_byname(const char *name)
Enables a specific authentication mode.
int auth_register_all(void)
Enable all authentication modes.