cctools
auth_unix.h
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_UNIX_H
9 #define AUTH_UNIX_H
10 
11 int auth_unix_register(void);
12 
13 void auth_unix_challenge_dir( const char *path );
14 void auth_unix_passwd_file( const char *path );
15 void auth_unix_timeout_set( int secs );
16 
17 #endif