Searched defs:luser (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dkuserok.c243 * Given a Kerberos principal "principal", and a local username "luser",
245 * authorization file ("~luser/.k5login" by default). Returns TRUE
248 * If there is no account for "luser" on the local machine, returns
250 * name "server" translates to the same name as "luser" (using
262 krb5_kuserok(krb5_context context, krb5_principal principal, const char *luser) argument
281 if (k5_getpwnam_r(luser, &pwx, pwbuf, sizeof(pwbuf), &pwd) != 0)
298 && (strcmp(kuser, luser) == 0)) {
311 princname, uid, pwd->pw_uid, luser);
412 * If the given Kerberos name "server" translates to the same name as "luser"
416 krb5_kuserok(context, principal, luser)
[all...]
/osnet-11/usr/src/lib/libsocket/inet/
H A Drcmd.c77 static int _validuser(FILE *hostf, char *rhost, const char *luser,
557 ruserok(const char *rhost, int superuser, const char *ruser, const char *luser) argument
590 if (!_validuser(hostf, fhost, luser, ruser, baselen)) {
600 if ((pwd = getpwnam(luser)) == NULL)
636 if (!_validuser(hostf, fhost, luser, ruser, baselen)) {
656 _validuser(FILE *hostf, char *rhost, const char *luser, argument
761 usermatch = (strcmp(ruser, luser) == 0);

Completed in 16 milliseconds