Searched refs:rusername (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/pam_modules/rhosts_auth/ |
H A D | rhosts_auth.c | 58 char *rusername; in pam_sm_authenticate() local 73 if (pam_get_item(pamh, PAM_RUSER, (void **)&rusername) != PAM_SUCCESS) in pam_sm_authenticate() 78 if (rusername == NULL || *rusername == '\0') in pam_sm_authenticate() 98 return (ruserok(host, is_superuser, rusername, lusername) in pam_sm_authenticate()
|
/titanic_41/usr/src/cmd/login/ |
H A D | login.c | 334 static char rusername[NMAX+1], lusername[NMAX+1]; variable 1462 SCPYL(rusername, optarg); in get_options() 1590 if (!Uflag && !strlen(rusername)) in process_rlogin() 1591 getstr(rusername, sizeof (rusername), "remuser"); in process_rlogin() 1622 if (strlen(rusername) && in process_rlogin() 1623 pam_set_item(pamh, PAM_RUSER, rusername) != PAM_SUCCESS) in process_rlogin()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rlogind.c | 76 static char rusername[UT_NAMESIZE+1]; variable 432 getstr(f, rusername, sizeof (rusername), "remuser"); in recvauth() 531 getstr(f, rusername, sizeof (rusername), "remuser"); in recvauth() 1192 "-U", rusername, /* Remote User */ in doit()
|