[Freeipa-users] DNS search timeouts and incomplete results

Mike Driscoll mike.driscoll at oracle.com
Mon Nov 28 22:44:10 UTC 2016


I'm running:
# rpm -qa | grep ipa-server
ipa-server-4.4.0-12.0.1.el7.x86_64
ipa-server-dns-4.4.0-12.0.1.el7.noarch
ipa-server-common-4.4.0-12.0.1.el7.noarch

Searching DNS for all hostnames containing "qa" times out in the GUI.  Setting aside the option to change server defaults, this cli command isn't giving me the content I need:

# ipa dnsrecord-find mydomain.com --sizelimit=10000 --timelimit=20 | grep qa
ipa: WARNING: Search result has been truncated: Configured size limit exceeded

It seems like the sizelimit parameter greater than two thousand is being ignored:

# ipa dnsrecord-find mydomain.com --sizelimit=1900 --timelimit=20
...
-------------------------------
Number of entries returned 1900
-------------------------------

# ipa dnsrecord-find mydomain.com --sizelimit=2100 --timelimit=20
...
-------------------------------
Number of entries returned 2000
-------------------------------

Any suggestions?

Mike




More information about the Freeipa-users mailing list