HomeSort by relevance Sort by last modified time
    Searched refs:lusername (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/lib/pam_modules/rhosts_auth/
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)
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/common/
store_forw_creds.h 40 char *lusername,
store_forw_creds.c 47 char *lusername,
57 if (!(pwd = getpwnam(lusername)))
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
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 and a brie
    [all...]
  /onnv/onnv-gate/usr/src/cmd/login/
login.c 343 static char rusername[NMAX+1], lusername[NMAX+1]; variable
    [all...]

Completed in 240 milliseconds