From 383c06817f2878adce0bac074aa521c2bf9e9889 Mon Sep 17 00:00:00 2001 From: Max Illfelder Date: Fri, 28 Jul 2017 11:52:07 -0700 Subject: Add README documentation for config options. (#446) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index dfd13f5..6d628a9 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,10 @@ Section | Option | Value ----------------- | -------------------- | ----- Accounts | deprovision_remove | `true` makes deprovisioning a user destructive. Accounts | groups | Comma separated list of groups for newly provisioned users. +Accounts | useradd_cmd | Command string to create a new user. +Accounts | userdel_cmd | Command string to delete a user. +Accounts | usermod_cmd | Command string to modify a user's groups. +Accounts | groupadd_cmd | Command string to create a new group. Daemons | accounts_daemon | `false` disables the accounts daemon. Daemons | clock_skew_daemon | `false` disables the clock skew daemon. Daemons | ip_forwarding_daemon | `false` disables the IP forwarding daemon. -- cgit v1.2.1