sgetpwnam
sgetpwnam(const char *, struct passwd *);
else if ((pw = sgetpwnam("ftp", NULL)) != NULL) {
if ((pw = sgetpwnam(name, NULL))) {
pw = sgetpwnam(NULL, pw);