Bug 794900

Summary: authconfig crashes with traceback
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: authconfigAssignee: Tomas Mraz <tmraz>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 17CC: tmraz
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: authconfig-6.2.1-1.fc17 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-06 20:43:27 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:

Description Orion Poplawski 2012-02-17 21:24:41 UTC
Description of problem:

During install:

13:20:38,135 INFO program: Running... /usr/sbin/authconfig --update --nostart --enablemd5 --enableshadow --enableldap --ldapserver=ldap.cora.nwra.com --ldapbasedn=dc=nwra,dc=com --enableldaptls --ldaploadcacert=http://www.cora.nwra.com/cgi-bin/getca.pl --enablekrb5 --krb5kdc=kerberos.cora.nwra.com --krb5adminserver=kerberos.cora.nwra.com --krb5realm=CORA.NWRA.COM --enablefingerprint
13:20:38,674 ERR program: Traceback (most recent call last):
13:20:38,682 ERR program:   File "/usr/sbin/authconfig", line 1018, in <module>
13:20:38,683 ERR program:     sys.exit(module.run())
13:20:38,683 ERR program:   File "/usr/sbin/authconfig", line 605, in run
13:20:38,683 ERR program:     self.overrideSettings()
13:20:38,684 ERR program:   File "/usr/sbin/authconfig", line 492, in overrideSettings
13:20:38,684 ERR program:     if getattr(self.options, "enable"+opt):
13:20:38,685 ERR program: AttributeError: Values instance has no attribute 'enablereqdigit'

Version-Release number of selected component (if applicable):
authconfig-6.2.0-1.fc17.x86_64

Seems pretty fundamental:

# /usr/sbin/authconfig --update
Traceback (most recent call last):
  File "/usr/sbin/authconfig", line 1018, in <module>
    sys.exit(module.run())
  File "/usr/sbin/authconfig", line 605, in run
    self.overrideSettings()
  File "/usr/sbin/authconfig", line 492, in overrideSettings
    if getattr(self.options, "enable"+opt):
AttributeError: Values instance has no attribute 'enablereqdigit'

Comment 1 Fedora Update System 2012-02-18 19:33:41 UTC
authconfig-6.2.1-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/authconfig-6.2.1-1.fc17

Comment 2 Fedora Update System 2012-02-19 04:36:36 UTC
Package authconfig-6.2.1-1.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing authconfig-6.2.1-1.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-1987/authconfig-6.2.1-1.fc17
then log in and leave karma (feedback).

Comment 3 Fedora Update System 2012-03-06 20:43:27 UTC
authconfig-6.2.1-1.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.