RAD_USER
if ((pw = getpwnam(RAD_USER)) == NULL)
if (getpwnam(RAD_USER) == NULL)
errx(1, "unknown user %s", RAD_USER);