summaryrefslogtreecommitdiffstats
path: root/ipaserver/ipaldap.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't pass non-existent arguments to _handle_errors()Rob Crittenden2009-05-191-9/+5
|
* Add a reason to the NotFound exception so we can provide more robust errorsRob Crittenden2009-05-131-4/+4
|
* Fix replica installation for self-signed CA (no dogtag)Rob Crittenden2009-05-041-0/+58
|
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-14/+14
|
* Finish work replacing the errors module with errors2Rob Crittenden2009-04-201-39/+71
| | | | | | Once this is committed we can start the process of renaming errors2 as errors. I thought that combinig this into one commit would be more difficult to review.
* Raise a more specific error when a user lacks the proper permissions.Rob Crittenden2009-03-251-1/+5
| | | | | The info part of the message will contain details on what permission failed on what attribute.
* Enforce netgroup uniqueness, allow netgroups to be members of netgroupsRob Crittenden2009-02-271-0/+6
| | | | | When adding an entry, convert a constraint violation of "already exists" into a DuplicateEntry exception so the user gets a useful response
* Remove more unused files and functions, replace ipaerror with new error classesRob Crittenden2009-02-061-3/+3
|
* Applied Rob's errors patchRob Crittenden2009-02-031-6/+6
|
* Add new method, delAttr(), to completely remove an attributeRob Crittenden2009-01-191-3/+10
| | | | Fix some errors that weren't being raised properly
* Renamed ipa_server/ to ipaserver/ and tests/test_ipa_server/ to ↵Jason Gerard DeRose2009-01-041-0/+546
tests/test_ipaserver