Searched refs:lusername (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/pam_modules/rhosts_auth/ |
H A D | rhosts_auth.c | 54 char *host = NULL, *lusername = NULL; local 69 if (pam_get_item(pamh, PAM_USER, (void **) &lusername) != PAM_SUCCESS) 76 if (lusername == NULL || *lusername == '\0') 86 lusername, host); 89 if (getpwnam_r(lusername, &pwd, pwd_buffer, sizeof (pwd_buffer)) 98 return (ruserok(host, is_superuser, rusername, lusername)
|
/illumos-gate/usr/src/cmd/cmd-inet/common/ |
H A D | store_forw_creds.h | 40 char *lusername,
|
H A D | store_forw_creds.c | 47 char *lusername, 57 if (!(pwd = getpwnam(lusername))) 44 store_forw_creds(krb5_context context, krb5_creds **creds, krb5_ticket *ticket, char *lusername, krb5_ccache *ccache) argument
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rlogind.c | 75 static char lusername[UT_NAMESIZE+1]; variable 433 getstr(f, lusername, sizeof (lusername), "locuser"); 439 getstr(f, lusername, sizeof (lusername), "locuser"); 481 buflen = strlen(term) + strlen(lusername) + 32; 499 term, lusername); 620 creds, *ticket, lusername, 670 if (client && krb5_kuserok(krb_context, client, lusername)) 693 * krusername, lusername an [all...] |
/illumos-gate/usr/src/cmd/login/ |
H A D | login.c | 334 static char rusername[NMAX+1], lusername[NMAX+1]; variable 1511 SCPYL(lusername, user_name); 1592 if (!strlen(lusername)) 1593 getstr(lusername, sizeof (lusername), "locuser"); 1605 if (pam_set_item(pamh, PAM_USER, lusername) != PAM_SUCCESS) 1608 pwd = getpwnam(lusername); 1618 if (strlen(lusername) && 1619 pam_set_item(pamh, PAM_USER, lusername) != PAM_SUCCESS) 1626 SCPYL(user_name, lusername); [all...] |
Completed in 67 milliseconds