k5_getpwnam_r
code = k5_getpwnam_r(localuser, &pw, pwbuf, sizeof(pwbuf), &pwd);
ret = k5_getpwnam_r(lname, &pwx, pwbuf, sizeof(pwbuf), &pwd);