From ce4334e00b15ca467440d023ee5f2e583a04439e Mon Sep 17 00:00:00 2001 From: Lucas Kanashiro Date: Tue, 4 Dec 2018 00:00:34 -0200 Subject: 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. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.1