summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLucas Kanashiro <lucas.kanashiro@collabora.com>2018-12-04 00:00:34 -0200
committerMax Illfelder <illfelder@users.noreply.github.com>2018-12-03 18:00:34 -0800
commitce4334e00b15ca467440d023ee5f2e583a04439e (patch)
tree0c803af20705aa05b456a9414c4a5bef89c32a4a /README.md
parentc2cd318c5b0ba310915ef71dd16ae9ce27a31909 (diff)
downloadgoogle-compute-image-packages-ce4334e00b15ca467440d023ee5f2e583a04439e.tar.gz
Accounts: separate gpasswd command in two (#699)
* Accounts: separate gpasswd command in two Specify different commands to add and remove users from a group. In FreeBSD, the flags used by pw utility are not the same used by gpasswd.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 57461f5..7afe2e0 100644
--- a/README.md
+++ b/README.md
@@ -239,7 +239,8 @@ 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 | gpasswd\_add\_cmd | Command string to add a user to a group.
+Accounts | gpasswd\_remove\_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.