Blame SOURCES/authconfig-6.2.8-sssd-auth-for-local-users.patch

977b74
diff -Naur old/authconfig.spec.in new/authconfig.spec.in
977b74
--- old/authconfig.spec.in	2013-11-01 16:08:01.000000000 +0100
977b74
+++ new/authconfig.spec.in	2017-03-28 13:31:57.676934533 +0200
977b74
@@ -9,7 +9,7 @@
977b74
 Source: https://fedorahosted.org/releases/a/u/%{name}/%{name}-%{version}.tar.bz2
977b74
 Requires: newt-python, pam >= 0.99.10.0, python, libpwquality > 0.9
977b74
 Conflicts: pam_krb5 < 1.49, samba-common < 3.0, samba-client < 3.0
977b74
-Conflicts: nss_ldap < 254, sssd < 0.99.1
977b74
+Conflicts: nss_ldap < 254, sssd < 1.15.1
977b74
 Conflicts: freeipa-client < 2.2.0, ipa-client < 2.2.0
977b74
 BuildRequires: glib2-devel, python >= 2.6, python-devel
977b74
 BuildRequires: desktop-file-utils, intltool, gettext, perl-XML-Parser
977b74
diff -Naur old/authinfo.py new/authinfo.py
977b74
--- old/authinfo.py	2017-03-28 13:30:42.159279958 +0200
977b74
+++ new/authinfo.py	2017-03-28 13:34:02.955701552 +0200
977b74
@@ -3827,7 +3827,7 @@
977b74
 			# do not continue to following modules if authentication fails
977b74
 			if name == "unix" and stack == "auth" and (self.enableSSSDAuth or
977b74
 				self.implicitSSSDAuth or self.enableIPAv2) and (not self.enableNIS):
977b74
-				logic = LOGIC_FORCE_PKCS11 # make it or break it logic
977b74
+				logic = LOGIC_SUFFICIENT
977b74
 			# use oddjob_mkhomedir if available
977b74
 			if name == "mkhomedir" and os.access("%s/pam_%s.so"
977b74
 				% (AUTH_MODULE_DIR, "oddjob_mkhomedir"), os.X_OK):