00001 /* 00002 Copyright (C) 2003-2004 Douglas Thain and the University of Wisconsin 00003 Copyright (C) 2005- The University of Notre Dame 00004 This software is distributed under the GNU General Public License. 00005 See the file COPYING for details. 00006 */ 00007 00008 #ifndef AUTH_UNIX_H 00009 #define AUTH_UNIX_H 00010 00011 int auth_unix_register(void); 00012 00013 void auth_unix_challenge_dir( const char *path ); 00014 void auth_unix_passwd_file( const char *path ); 00015 void auth_unix_timeout_set( int secs ); 00016 00017 #endif