summaryrefslogtreecommitdiffstats
path: root/ipa_server/ipaldap.py
Commit message (Collapse)AuthorAgeFilesLines
* Some PEP-257 and reStructuredText fixes in ipalib/aci.py, ipa_server/ipaldap.pyJason Gerard DeRose2008-10-171-17/+25
|
* Raise the right exceptionsRob Crittenden2008-10-131-4/+3
|
* Slight change to how exceptions are handledRob Crittenden2008-10-101-2/+1
|
* Mechanism to convert from xmlrpclib.Fault to an IPAError exceptionRob Crittenden2008-10-101-9/+8
| | | | Include slew of new exceptions, not all of which are used yet
* Remove some dead codeRob Crittenden2008-10-101-135/+30
|
* Implement user-modRob Crittenden2008-10-071-0/+9
|
* Implement user-find and user-add backend functions so they work over XML-RPCRob Crittenden2008-10-041-2/+7
| | | | | Change port to 8880 to not conflict with a running IPA v1 instance Encode incoming values from unicode as utf-8 before sending to LDAP
* 345: Moved server code from Rob into ipa_server/ packageJason Gerard DeRose2008-09-241-0/+627