summaryrefslogtreecommitdiffstats
path: root/ipa-python/ipaerror.py
Commit message (Collapse)AuthorAgeFilesLines
* Initial support for Groupsrcritten@redhat.com2007-08-241-0/+5
| | | | | | | | | Create separate object for Users and Groups (using same base class) Check for uniqueness before adding new users and groups Remove user_container from everything but add operations Abstract out a number of functions that are common across users and groups Make sure all strings passed in to be in a filter are checked Add new error message: No modifications specified
* Create ipaerror module.Kevin McCarthy2007-08-221-0/+126
Move LDAPError trapping/conversion into the ipaldap module. Fix xmlrpc layer to encode/decode ipaerrors properly. Also, implement mid-air collision exception for updates.