#3042 RHEL5 ipa-client-install --no-sssd fails because of authconfig --enableforcelegacy option
Closed: Invalid None Opened 11 years ago by dpal.

https://bugzilla.redhat.com/show_bug.cgi?id=852746 (Red Hat Enterprise Linux 5)

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:

Not an upstream issue.

Metadata Update from @dpal:
- Issue assigned to rcritten
- Issue set to the milestone: 0.0 NEEDS_TRIAGE

7 years ago

Login to comment on this ticket.

Metadata