summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLucas Kanashiro <lucas.kanashiro@collabora.com>2018-11-01 14:08:13 -0300
committerMax Illfelder <illfelder@users.noreply.github.com>2018-11-01 10:08:13 -0700
commitea4a1d9d6576de6a562028a247af7098e636ffb6 (patch)
treebd4c1b9982e71fcbbd3d53dce4dc421c1e6e5aca /README.md
parentdf282277c3d9cdc39ad7311809de8b60b4e4530c (diff)
downloadgoogle-compute-image-packages-ea4a1d9d6576de6a562028a247af7098e636ffb6.tar.gz
Read gpasswd_cmd from config file (#658)
* Read gpasswd_cmd from config file With this we can configure the specific FreeBSD command to remove an user from a group enabling the sudoers removal feature in it. * Add gpasswd_cmd to README and config file generation
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a745b5c..57461f5 100644
--- a/README.md
+++ b/README.md
@@ -239,6 +239,7 @@ Accounts | groups | Comma separated list of groups for
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 | gpasswd\_cmd | Command string to remove a user from a group.
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.