summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/auth.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index 2ce9f57..ad434ab 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -275,7 +275,7 @@ function local_user_set(& $user) {
/* determine add or mod */
if (!strncmp($pwread, "pw:", 3)) {
- $user_op = "useradd -m -o";
+ $user_op = "useradd -m -k /usr/share/skel -o";
} else {
$user_op = "usermod";
}
OpenPOWER on IntegriCloud