Home
last modified time | relevance | path

Searched defs:userconf (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/pw/
H A Dpwupd.h54 struct userconf { struct
56 int reuse_uids; /* Reuse uids? */
57 int reuse_gids; /* Reuse gids? */
61 char *logfile; /* Where to log changes */
64 char *shelldir; /* Where shells are located */
65 char **shells; /* List of shells */
66 char *shell_default; /* Default shell */
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 */
[all …]