Bug 717729
| Summary: | [ipa webui] Config: Missing configurable options | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Jenny Severance <jgalipea> |
| Component: | ipa | Assignee: | Rob Crittenden <rcritten> |
| Status: | CLOSED ERRATA | QA Contact: | Chandrasekar Kannan <ckannan> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.1 | CC: | benl, dpal, grajaiya, nsoman |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ipa-2.1.0-1.el6 | Doc Type: | Bug Fix |
| Doc Text: |
Do not document
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-12-06 18:40:54 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: | |||
master: 21dd4a2a826ae6572bdddf72ec42d8a0e3571cd0
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
Do not document
ipa help config-mod:
--maxusername=INT Max. username length
--homedirectory=IA5STR
Default location of home directories.
--defaultshell=STR Default shell for new users.
--defaultgroup=STR Default group for new users.
--emaildomain=STR Default e-mail domain new users.
--searchtimelimit=INT
Max. amount of time (sec.) for a search (> 0, or -1
for unlimited).
--searchrecordslimit=INT
Max. number of records to search (-1 is unlimited).
--usersearch=IA5STR A comma-separated list of fields to search when
searching for users.
--groupsearch=IA5STR A comma-separated list of fields to search when
searching for groups.
--enable-migration=BOOL
Enable migration mode.
--groupobjectclasses=LIST
Default group objectclasses (comma-separated list).
--userobjectclasses=LIST
Default user objectclasses (comma-separated list).
--pwdexpnotify=INT Number of days's notice of impending password
expiration.
Above all options are available in WebUI.
[root@decepticons ~]# rpm -qi ipa-server
Name : ipa-server Relocations: (not relocatable)
Version : 2.1.3 Vendor: Red Hat, Inc.
Release : 8.el6 Build Date: Wed 02 Nov 2011 03:21:27 AM IST
Install Date: Thu 03 Nov 2011 10:13:53 AM IST Build Host: x86-012.build.bos.redhat.com
Group : System Environment/Base Source RPM: ipa-2.1.3-8.el6.src.rpm
Size : 3381421 License: GPLv3+
Signature : (none)
Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL : http://www.freeipa.org/
Summary : The IPA authentication server
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2011-1533.html |
Description of problem: ipa config-mod has three configurable options which are missing from the Web UI: --groupobjectclasses=LIST Default group objectclassses (comma-separated list). --userobjectclasses=LIST Default user objectclassses (comma-separated list). --pwdexpnotify=INT Number of days's notice of impending password expiration. Version-Release number of selected component (if applicable): ipa-server-2.0.99-2.20110629T0200zgit66eeace.el6.x86_64 How reproducible: always Steps to Reproduce: 1. Log into the IPA Server Web UI 2. IPA Server ---> Configuration 3. from command line: # ipa help config-mod Actual results: missing configurable options Expected results: matching configurable options between CLI and Web UI. Additional info: