Re: [Dgwebminmodule-users] acl
Brought to you by:
fuzzbawl
|
From: Nerijus B. <ne...@us...> - 2009-12-15 13:10:15
|
Hello, I don't think so. "This kind of detailed access control is separate from the first level ACLs that control which users have access to which modules. As long as your module calls init_config, the Webmin API will automatically block users who do not have access to the entire module." I think they talk about the first level ACLs here, and not about the ACLs in the module itself (2nd level ACLs). Nerijus On Mon, 14 Dec 2009 23:13:13 -0500 Adam Kennedy <fu...@fu...> wrote: > It's a good possibility that is what is causing the issue. I have opened > a bug report at > https://sourceforge.net/tracker/?func=detail&atid=465236&aid=2914571&group_id=51969 > > I'll take a look at the issue and update the bug report. > > > On 12/14/09 2:52 PM, John Franklin wrote: > > On this website http://doxfer.com/Webmin/AdvancedModuleDevelopment, I > > found this: > > > > As long as your module calls |init_config|, the Webmin API will > > automatically block users who do not have access to the entire module. > > > > Could this be part of the issue, as dansguardian-lib.pl > > <http://dansguardian-lib.pl> in /usr/libexec/webmin/dansguardian/ calls > > init_config? |