Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c251 char *authtoks; in check_auth() local
279 authtoks = malloc(strlen(authname) + sizeof ("grant")); in check_auth()
280 strcpy(authtoks, authname); in check_auth()
282 while ((suffix = rindex(authtoks, '.')) && in check_auth()
285 if (chkauthattr(authtoks, pw->pw_name)) in check_auth()