Bug 852746
| Summary: | RHEL5 ipa-client-install --no-sssd fails because of authconfig --enableforcelegacy option | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Scott Poore <spoore> |
| Component: | ipa-client | Assignee: | Rob Crittenden <rcritten> |
| Status: | CLOSED WONTFIX | QA Contact: | IDM QE LIST <seceng-idm-qe-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.9 | CC: | dpal, jgalipea, mkosek |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Known Issue | |
| Doc Text: |
Attempting to run the ipa-client-install command with the "--no-sssd" option fails with the following error message:
authconfig: error: no such option: --enableforcelegacy
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-10-04 22:16:26 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux release for currently deployed products. This request is not yet committed for inclusion in a release. Upstream ticket: https://fedorahosted.org/freeipa/ticket/3042 Upstream ticket was closed - not an upstream bug. Is this bugzilla to be closed won't fix? Yes, it is not something we will do. |
Description of problem: Trying to run ipa-client-install with --no-sssd option fails. Version-Release number of selected component (if applicable): ipa-client-2.1.3-4.el5 How reproducible: always Steps to Reproduce: 1. <setup IPA server> 2. on other client server: ipa-client-install --domain=$DOMAIN --realm=$RELM -p $ADMINID -w $ADMINPW -U --server=$MASTER --no-sssd Actual results: [root@vm6 install-client-cli]# ipa-client-install --domain=testrelm.com --realm=TESTRELM.COM -p admin -w XXXXXXXX -U --server=vm4.testrelm.com --no-sssd Discovery was successful! Hostname: vm6.testrelm.com Realm: TESTRELM.COM DNS Domain: testrelm.com IPA Server: vm4.testrelm.com BaseDN: dc=testrelm,dc=com Synchronizing time with KDC... Enrolled in IPA realm TESTRELM.COM Created /etc/ipa/default.conf Configured /etc/krb5.conf for IPA realm TESTRELM.COM Traceback (most recent call last): File "/usr/sbin/ipa-client-install", line 1289, in ? sys.exit(main()) File "/usr/sbin/ipa-client-install", line 1276, in main rval = install(options, env, fstore, statestore) File "/usr/sbin/ipa-client-install", line 1189, in install auth_config.execute() File "/usr/lib/python2.4/site-packages/ipaclient/ipapython/platform/redhat.py", line 110, in execute ipautil.run(["/usr/sbin/authconfig"]+args) File "/usr/lib/python2.4/site-packages/ipaclient/ipapython/ipautil.py", line 183, in run raise CalledProcessError(p.returncode, args) ipapython.ipautil.CalledProcessError: Command '/usr/sbin/authconfig --enableforcelegacy --update --enableldap' returned non-zero exit status 2 [root@vm6 install-client-cli]# /usr/sbin/authconfig --enableforcelegacy --update --enableldap usage: authconfig [options] <--update|--test|--probe> authconfig: error: no such option: --enableforcelegacy Expected results: no error and client successfully installed. Additional info: