added support for "runas" from garp@opustel.com

This commit is contained in:
Todd C. Miller
1996-04-28 01:03:06 +00:00
parent 6b725ac513
commit fdcd430472

View File

@@ -58,6 +58,7 @@ static char rcsid[] = "$Id$";
/*
* Globals
*/
char *runas_user = "oracle";
int parse_error = FALSE;
extern int clearaliases;
extern struct interface *interfaces;
@@ -268,6 +269,9 @@ main(argc, argv)
(void) printf("user_match : %d\n", user_matches);
(void) printf("host_match : %d\n", host_matches);
(void) printf("cmnd_match : %d\n", cmnd_matches);
(void) printf("no_passwd : %d\n", no_passwd);
(void) printf("runas_match: %d\n", runas_matches);
(void) printf("runas : %s\n", runas_user);
top--;
}
}