summaryrefslogtreecommitdiffstats
path: root/ipalib/output.py
Commit message (Collapse)AuthorAgeFilesLines
* Use the Output tuple to determine the order of outputRob Crittenden2010-02-151-6/+44
| | | | | | | | | | | | | | The attributes displayed is now dependant upon their definition in a Param. This enhances that, giving some level of control over how the result is displayed to the user. This also fixes displaying group membership, including failures of adding/removing entries. All tests pass now though there is still one problem. We need to return the dn as well. Once that is fixed we just need to comment out all the dn entries in the tests and they should once again pass.
* Take 2: Extensible return values and validation; steps toward a single ↵Jason Gerard DeRose2009-12-101-0/+104
output_for_cli(); enable more webUI stuff