freeipa/ipalib
Petr Spacek 34fc447c00 Add wait_for_dns option to default.conf.
This option makes record changes in DNS tree synchronous.
IPA calls will wait until new data are visible over DNS protocol
or until timeout.

It is intended only for testing. It should prevent tests from
failing if there is bigger delay between changes in LDAP and DNS.

Reviewed-By: Petr Viktorin <pviktori@redhat.com>
2014-04-04 11:56:34 +02:00
..
plugins Add wait_for_dns option to default.conf. 2014-04-04 11:56:34 +02:00
__init__.py Remove the unused ipalib.frontend.Property class 2014-02-21 11:58:00 +01:00
aci.py Remove some unused imports 2013-03-01 16:59:42 +01:00
backend.py Switch client to JSON-RPC 2013-11-26 16:59:59 +01:00
base.py Allow indexing API object types by class 2014-03-25 14:18:12 +01:00
capabilities.py Rewrite the Permission plugin 2013-12-13 15:08:52 +01:00
cli.py cli: Add mechanism for deprecated option name aliases 2014-03-21 12:49:21 +01:00
config.py Switch client to JSON-RPC 2013-11-26 16:59:59 +01:00
constants.py Add wait_for_dns option to default.conf. 2014-04-04 11:56:34 +02:00
crud.py Add optional_create flag 2013-10-08 16:46:20 +02:00
errors.py Add wait_for_dns option to default.conf. 2014-04-04 11:56:34 +02:00
frontend.py Remove the unused ipalib.frontend.Property class 2014-02-21 11:58:00 +01:00
krb_utils.py Pylint cleanup. 2013-01-29 15:39:49 +01:00
messages.py Add client capabilities, enable messages 2013-02-21 16:26:09 +01:00
output.py Typo fixes 2012-06-25 21:35:11 -04:00
parameters.py cli: Add mechanism for deprecated option name aliases 2014-03-21 12:49:21 +01:00
pkcs10.py Add function for parsing friendly name from certificate requests. 2014-03-25 16:54:55 +01:00
plugable.py ipalib.plugable: Always set the parser in bootstrap() 2014-03-05 19:57:37 +01:00
request.py Remove deprecated i18n code from ipalib/request and all references to it. 2011-03-01 10:31:36 -05:00
rpc.py ipa tool: Print the name of the server we are connecting to with -v 2014-02-05 15:35:36 +01:00
session.py Compliant client side session cookie behavior 2012-12-10 12:45:09 -05:00
text.py Add ConcatenatedLazyText object 2013-11-21 10:34:25 +01:00
util.py DNS classless support for reverse domains 2014-02-11 17:21:11 +01:00
x509.py Skip cert issuer validation in service and host commands in CA-less install. 2013-07-09 14:22:57 -04:00