This patch enables a new checkbox in the unix
authentication screen in webmin users:
"Map unix groups to webmin users of the same name"
(text pulled from $text{'unix_groups'})
When enabled, this adds the unixgroups=1 option to
miniserv.conf.
With this patch, if unixauth is enabled, webmin will
get a list of a users secondary groups and try to match
the group names against the list of existing webmin
users. If it finds a match, it will set '$baseauthuser'
to the webmin user that matches the group name.
This patch won't handle multiple matching groups; the
first matching group is used.
files changed:
miniserv.pl
acl/edit_unix.cgi
acl/save_unix.cgi
acl/lang/en
patch to add unix group support - unified diff
Logged In: YES
user_id=129364
Thanks for the patch .. but could you update this to work
against Webmin 1.250 or later? It doesn't apply against the
latest source code.