Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c356 char *authstr = NULL; in check_authorization() local
396 authstr = scf_simple_prop_next_astring(prop); in check_authorization()
397 if (authstr != NULL) { in check_authorization()
399 if (chkauthattr(authstr, pw->pw_name)) { in check_authorization()