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 -- Manage your subscription for the Freeipa-users mailing list: https://www.redhat.com/mailman/listinfo/freeipa-users Go to http://freeipa.org for more info on the project
