HomeSort by relevance Sort by last modified time
    Searched full:authdomain (Results 1 - 1 of 1) sorted by null

  /external/openssh/openbsd-compat/
port-aix.c 385 char *authname = NULL, *authdomain = NULL, *principal = NULL; local
388 if (getuserattr(pw_name, S_AUTHDOMAIN, &authdomain, SEC_CHAR) != 0)
393 if (authdomain != NULL)
394 xasprintf(&principal, "%s@%s", authname ? authname : pw_name, authdomain);

Completed in 95 milliseconds