mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
2012-10-01 Sancho Lerena <slerena@artica.es>
* util/pandora_manage.pl: Fixed problem in CLI enabling the eacl from command line. Function name was old and not working. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7013 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7b9c64468d
commit
4d12cb8ee5
@ -1,3 +1,8 @@
|
|||||||
|
2012-10-01 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
|
* util/pandora_manage.pl: Fixed problem in CLI enabling the eacl from
|
||||||
|
command line. Function name was old and not working.
|
||||||
|
|
||||||
2012-09-28 Ramon Novoa <rnovoa@artica.es>
|
2012-09-28 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* lib/PandoraFMS/Tools.pm: Fixed an SQL query.
|
* lib/PandoraFMS/Tools.pm: Fixed an SQL query.
|
||||||
|
@ -3246,7 +3246,7 @@ sub pandora_manage_main ($$$) {
|
|||||||
}
|
}
|
||||||
elsif ($param eq '--enable_eacl') {
|
elsif ($param eq '--enable_eacl') {
|
||||||
param_check($ltotal, 0);
|
param_check($ltotal, 0);
|
||||||
pandora_enable_eacl ($conf, $dbh);
|
cli_enable_eacl ($conf, $dbh);
|
||||||
}
|
}
|
||||||
elsif ($param eq '--disable_group') {
|
elsif ($param eq '--disable_group') {
|
||||||
param_check($ltotal, 1);
|
param_check($ltotal, 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user