auth_getpwd
struct passwd *auth_getpwd(auth_session_t *);
DEF_WEAK(auth_getpwd);
pwd = auth_getpwd(as);
PROTO_NORMAL(auth_getpwd);
if (auth_setpwd(as, NULL) || (pwd = auth_getpwd(as)) == NULL) {