summaryrefslogtreecommitdiffstats
path: root/ipa-python/aci.py
Commit message (Collapse)AuthorAgeFilesLines
* Use ldap_explode_dn instead of ldap_str2dn so we can use python-ldap 2.2.0Rob Crittenden2008-02-111-5/+4
|
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-1/+1
|
* Require uniqueness in the name/comment field of delegationsRob Crittenden2007-11-091-0/+10
| | | | | | Fix error reporting in the UI to include the detailed message Sort delegations by name when displaying them Update the name field from "Name" to "Delegation Name"
* Add an LDAP attribute -> label mapping function to XML-RPC layerRob Crittenden2007-10-221-0/+26
| | | | Move some ACI functions around in preparation for cli delegation
* Add basic delegation editing.Kevin McCarthy2007-10-151-0/+15
|
* Adds delegation listing and creation to the GUI.Kevin McCarthy2007-10-121-6/+8
|
* This is a really simple (and dumb) ACI parser for the ACI's weKevin McCarthy2007-10-111-0/+114
will need in the delegation UI.