Bug 643182
Summary: | --sizelimit unhelpful error with *-find commands | |||
---|---|---|---|---|
Product: | [Retired] freeIPA | Reporter: | Jenny Severance <jgalipea> | |
Component: | ipa-admintools | Assignee: | Rob Crittenden <rcritten> | |
Status: | CLOSED ERRATA | QA Contact: | Chandrasekar Kannan <ckannan> | |
Severity: | low | Docs Contact: | ||
Priority: | low | |||
Version: | 2.0 | CC: | benl, dpal, jgalipea | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | freeipa-2.0.0-1.fc15 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 714238 (view as bug list) | Environment: | ||
Last Closed: | 2012-03-27 07:14:37 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 714238 |
Description
Jenny Severance
2010-10-14 20:51:05 UTC
This was fixed as a side-effect of adding a default max value to integer type options. The new error is a more reasonable: ipa: ERROR: invalid 'sizelimit': can be at most 2147483647 master: 886e417fd76b25a28cde70be8de2851047ed0338 # ipa user-find --sizelimit=20000000000 ipa: ERROR: invalid 'sizelimit': can be at most 2147483647 # rpm -qi ipa-server Name : ipa-server Relocations: (not relocatable) Version : 2.0.0 Vendor: Red Hat, Inc. Release : 23.el6 Build Date: Wed 20 Apr 2011 09:57:13 AM EDT Install Date: Thu 19 May 2011 12:47:52 PM EDT Build Host: x86-003.build.bos.redhat.com Group : System Environment/Base Source RPM: ipa-2.0.0-23.el6.src.rpm Size : 2565882 License: GPLv3+ Signature : RSA/8, Thu 21 Apr 2011 03:48:25 PM EDT, Key ID 199e2f91fd431d51 Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> URL : http://www.freeipa.org/ Summary : The IPA authentication server Description : IPA is an integrated solution to provide centrally managed Identity (machine, user, virtual machines, groups, authentication credentials), Policy (configuration settings, access control information) and Audit (events, logs, analysis thereof). If you are installing an IPA server you need to install this package (in other words, most people should NOT install this package). Automated regression test exists. |