freeipa/ipalib
Rob Crittenden 8d164569d0 Allow replicas of an IPA server using an internal dogtag server as the CA
This involves creating a new CA instance on the replica and using pkisilent
to create a clone of the master CA.

Also generally fixes IPA to work with the latest dogtag SVN tip. A lot of
changes to ports and configuration have been done recently.
2009-07-15 09:00:01 -04:00
..
plugins Implement support for non-LDAP-based actions that use the LDAP ACI subsystem. 2009-07-10 16:41:05 -04:00
__init__.py Completed Param.use_in_context() functionality, which is now used by Command and Object 2009-05-21 14:32:45 -04:00
aci.py Fix DS ACI parsing. 2009-06-02 16:20:48 -04:00
backend.py Add textui function to display and prompt user for selection for *-find. 2009-07-10 16:44:22 -04:00
base.py Further migration toward new xmlrcp code; fixed problem with unicode Fault.faultString; fixed problem where ServerProxy method was not called correctly 2009-02-03 15:29:01 -05:00
cli.py Require a password only once when it is passed in via a pipe 2009-07-10 16:47:35 -04:00
config.py Added Param 'include' and 'exclude' kwargs; added frontend.UsesParams base class with methods implementing the filtering to restrict params to only certain contexts 2009-05-19 13:49:15 -06:00
constants.py Allow replicas of an IPA server using an internal dogtag server as the CA 2009-07-15 09:00:01 -04:00
crud.py Generate crud.Search arguments with get_args. 2009-06-10 11:53:20 -04:00
encoder.py Add support for incomplete (truncated) search results. 2009-06-15 11:18:55 -04:00
errors.py Add a return value to exceptions. 2009-07-10 16:44:54 -04:00
frontend.py Remove use_ldap2 constant. 2009-07-02 13:33:01 -04:00
ipauuid.py Changed ipauuid.py docstring slightly so epydoc formats it correctly 2009-01-21 13:36:53 -07:00
parameters.py Add a one-character option for parameters 2009-07-10 16:46:34 -04:00
plugable.py Modify PluginProxy to use __public__ defined in derived classes instead of base classes. 2009-06-10 11:53:07 -04:00
request.py Ported xmlclient to subclass from Connectible 2009-02-03 15:29:03 -05:00
rpc.py Catch and handle HTTP exceptions (like 401, 404, etc) 2009-07-15 08:59:58 -04:00
util.py Rename errors2.py to errors.py. Modify all affected files. 2009-04-23 10:29:14 -04:00