setproctitle("%s", pw ? user : "unknown");
#ifdef USE_PAM
if (pw)
start_pam(pw == NULL ? "NOUSER" : user);
start_pam(user);
#endif
/*