Merge pull request #299 from lnussel/master
useradd: use built-in settings by default
This commit is contained in:
@ -97,12 +97,12 @@ const char *Prog;
|
||||
/*
|
||||
* These defaults are used if there is no defaults file.
|
||||
*/
|
||||
static gid_t def_group = 100;
|
||||
static gid_t def_group = 1000;
|
||||
static const char *def_gname = "other";
|
||||
static const char *def_home = "/home";
|
||||
static const char *def_shell = "";
|
||||
static const char *def_shell = "/bin/bash";
|
||||
static const char *def_template = SKEL_DIR;
|
||||
static const char *def_create_mail_spool = "no";
|
||||
static const char *def_create_mail_spool = "yes";
|
||||
|
||||
static long def_inactive = -1;
|
||||
static const char *def_expire = "";
|
||||
|
Reference in New Issue
Block a user