cctools
auth_all.h
Go to the documentation of this file.
1/*
2Copyright (C) 2003-2004 Douglas Thain and the University of Wisconsin
3Copyright (C) 2022 The University of Notre Dame
4This software is distributed under the GNU General Public License.
5See 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
43int auth_register_byname(const char *name);
44
51
52#endif
int auth_register_byname(const char *name)
Enables a specific authentication mode.
int auth_register_all(void)
Enable all authentication modes.