Home
last modified time | relevance | path

Searched refs:auth_granted (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vntsd/
H A Dauth.c120 int auth_granted = 0; in auth_check_username() local
137 auth_granted = chkauthattr(VNTSD_AUTH_ALLCONS, username); in auth_check_username()
138 if (auth_granted) in auth_check_username()
141 auth_granted = chkauthattr(authname, username); in auth_check_username()
142 if (auth_granted) in auth_check_username()
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dchkauthattr.c385 int auth_granted = 0; in chkauthattr() local
391 &auth_granted); in chkauthattr()
393 return (auth_granted); in chkauthattr()