diff options
author | rcritten@redhat.com <rcritten@redhat.com> | 2007-09-26 16:31:43 -0400 |
---|---|---|
committer | rcritten@redhat.com <rcritten@redhat.com> | 2007-09-26 16:31:43 -0400 |
commit | f8eda3da3e4cf7053947d365219e82fa7079b9cf (patch) | |
tree | ef47b1594ab4bb82644dfeea23631cf008dc0113 /ipa-server/xmlrpc-server/test/README | |
parent | 1a7ef0d1354b94ae6bd3acf5a9c29090742f56b9 (diff) | |
download | freeipa.git-f8eda3da3e4cf7053947d365219e82fa7079b9cf.tar.gz freeipa.git-f8eda3da3e4cf7053947d365219e82fa7079b9cf.tar.xz freeipa.git-f8eda3da3e4cf7053947d365219e82fa7079b9cf.zip |
Fix a couple of XML-RPC functions that were missing the opts argument
Include a kerberized XML-RPC client that will list the XML-RPC API
Diffstat (limited to 'ipa-server/xmlrpc-server/test/README')
-rw-r--r-- | ipa-server/xmlrpc-server/test/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ipa-server/xmlrpc-server/test/README b/ipa-server/xmlrpc-server/test/README index c46284d2..544efa52 100644 --- a/ipa-server/xmlrpc-server/test/README +++ b/ipa-server/xmlrpc-server/test/README @@ -52,3 +52,9 @@ Sucessfully bound to LDAP using SASL mechanism GSSAPI<br> It should print all of the environment variables available to mod_python and do a GSSAPI LDAP connection. + +A final test, which lists the capabilities of the XML-RPC server is +test_methods.py. This is more a sanity check that new functions added +to the server work as expected. + +Note that opts is added by the server itself and is not passed in by the user. |