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:
slerena 2012-10-01 10:31:54 +00:00
parent f4cced2ee0
commit 4dfc0b52ce
2 changed files with 7 additions and 2 deletions

View File

@ -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>
* lib/PandoraFMS/Tools.pm: Fixed an SQL query.

View File

@ -3242,11 +3242,11 @@ sub pandora_manage_main ($$$) {
}
elsif ($param eq '--disable_eacl') {
param_check($ltotal, 0);
cli_disable_eacl ($conf, $dbh);
cli_disable_eacl ($conf, $dbh);
}
elsif ($param eq '--enable_eacl') {
param_check($ltotal, 0);
pandora_enable_eacl ($conf, $dbh);
cli_enable_eacl ($conf, $dbh);
}
elsif ($param eq '--disable_group') {
param_check($ltotal, 1);