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
f4cced2ee0
commit
4dfc0b52ce
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue