summaryrefslogtreecommitdiffstats
path: root/tests/test_ipaserver
Commit message (Collapse)AuthorAgeFilesLines
* Fix LDAP client backend failing test caseRob Crittenden2010-10-011-1/+3
|
* Add some tests for using the ldap2 Backend.Rob Crittenden2010-09-241-0/+118
| | | | | | Fix a logic problem in ldap2:get_schema() for determining if it can fetch the schema or not. Normally we only want to do this for servers but if you pass in your own connection it will use that.
* XML-RPC signature changeJason Gerard DeRose2010-03-301-4/+2
|
* Consolidate to single WSGI entry pointJason Gerard DeRose2010-03-011-1/+95
|
* Fixed 'import json' for simplejson compatabilityJason Gerard DeRose2009-10-161-1/+1
|
* Giant webui patch take 2Jason Gerard DeRose2009-10-131-0/+63
|
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-1/+1
|
* Ported xmlserver to subclass from ExecutionerJason Gerard DeRose2009-02-031-28/+1
|
* rpcserver now uses xml_dumps() and xml_loads() functionsJason Gerard DeRose2009-01-161-8/+7
|
* Renamed ipaserver.rpc to ipaserver.rpcserverJason Gerard DeRose2009-01-161-6/+6
|
* Renamed ipa_server/ to ipaserver/ and tests/test_ipa_server/ to ↵Jason Gerard DeRose2009-01-042-0/+102
tests/test_ipaserver