Searched defs:userconf (Results 1 – 1 of 1) sorted by relevance
54 struct userconf { struct55 int default_password; /* Default password for new users? */56 int reuse_uids; /* Reuse uids? */57 int reuse_gids; /* Reuse gids? */58 char *nispasswd; /* Path to NIS version of the passwd file */59 char *dotdir; /* Where to obtain skeleton files */60 char *newmail; /* Mail to send to new accounts */61 char *logfile; /* Where to log changes */62 char *home; /* Where to create home directory */63 mode_t homemode; /* Home directory permissions */[all …]