From ea4a1d9d6576de6a562028a247af7098e636ffb6 Mon Sep 17 00:00:00 2001 From: Lucas Kanashiro Date: Thu, 1 Nov 2018 14:08:13 -0300 Subject: 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 --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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. -- cgit v1.2.1