Lines Matching defs:userconf
54 struct userconf { struct
55 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 */
64 char *shelldir; /* Where shells are located */
65 char **shells; /* List of shells */
66 char *shell_default; /* Default shell */
67 char *default_group; /* Default group number */
68 StringList *groups; /* Default (additional) groups */
69 char *default_class; /* Default user class */
70 uid_t min_uid, max_uid; /* Allowed range of uids */
71 gid_t min_gid, max_gid; /* Allowed range of gids */
72 time_t expire_days; /* Days to expiry */
73 time_t password_days; /* Days to password expiry */