#1220 Batch commands executed by using json do not get logged correctly
Closed: Fixed None Opened 12 years ago by jraquino.

When using a json file to batch commands to the FreeIPA framework, I noticed that the /var/log/httpd/error_log is not reflecting all of the executions performed by the interaction. This should not be the case. Any means of execution through the framework should be logged.


After further inspection, it appears that the logging is correctly happening.

Instead, what is failing is the backend ldap2.py / baseldap.py pieces which are incorrectly appending objectclass data during each iteration through the loop, which triggers a DataBase Error preventing any of the following batched executions from successfully running.

Metadata Update from @jraquino:
- Issue assigned to rcritten
- Issue set to the milestone: FreeIPA 2.1 - 2011/05

7 years ago

Login to comment on this ticket.

Metadata