Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1443949 - authconfig generates sssd.conf with --updateall --enablesssd --enablesssdauth
authconfig generates sssd.conf with --updateall --enablesssd --enablesssdauth
Status: CLOSED ERRATA
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: authconfig (Show other bugs)
7.4
Unspecified Unspecified
medium Severity medium
: rc
: ---
Assigned To: Pavel Březina
Dalibor Pospíšil
: Regression
Depends On:
Blocks:
  Show dependency treegraph
 
Reported: 2017-04-20 06:18 EDT by Patrik Kis
Modified: 2017-08-01 03:27 EDT (History)
3 users (show)

See Also:
Fixed In Version: authconfig-6.2.8-23.el7
Doc Type: No Doc Update
Doc Text:
undefined
Story Points: ---
Clone Of:
Environment:
Last Closed: 2017-08-01 03:27:56 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2017:2285 normal SHIPPED_LIVE Moderate: authconfig security, bug fix, and enhancement update 2017-08-01 07:26:21 EDT

  None (edit)
Description Patrik Kis 2017-04-20 06:18:54 EDT
Description of problem:
This is a regression with the new version of authconfig. With older released versions the behavior was different.
Now authonfig generates an sssd.conf with names of sections and a few options (see below).

Not sure which change caused it or if it is intentional, but it is clearly changes the behavior fixed in bug 874527 (there is no attempt to start sssd, though).
If the change is intentional, please document it, and explain why it was added.

Version-Release number of selected component (if applicable):
authconfig-6.2.8-19.el7

How reproducible:
always

Steps to Reproduce:
# rm -rf /etc/sysconfig/authconfig /etc/sssd/sssd.conf 
# strace authconfig --enablesssd --enablesssdauth --updateall 2>&1  |grep sssd.conf
open("/etc/sssd/sssd.conf", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/etc/sssd/sssd.conf", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 7
#
# cat /etc/sssd/sssd.conf
[sssd]
services = nss, pam

[nss]
homedir_substring = /home

[pam]

[sudo]

[autofs]

[ssh]

[pac]

[ifp]

[secrets]

#

Interestingly, if there is already an sssd.conf file, the content is not added.

# rm -rf /etc/sysconfig/authconfig /etc/sssd/sssd.conf 
# touch /etc/sssd/sssd.conf
# strace authconfig --enablesssd --enablesssdauth --updateall 2>&1  |grep sssd.conf
open("/etc/sssd/sssd.conf", O_RDONLY)   = 3
read(7, "c/sssd.conf\n\n        === Returns"..., 4096) = 4096
# cat /etc/sssd/sssd.conf
#
Comment 8 errata-xmlrpc 2017-08-01 03:27:56 EDT
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.

https://access.redhat.com/errata/RHSA-2017:2285

Note You need to log in before you can comment on or make changes to this bug.