Blame SOURCES/authconfig-6.2.8-nsswitch-no-update.patch

ee2f06
diff -up authconfig-6.2.8/authinfo.py.no-update authconfig-6.2.8/authinfo.py
ee2f06
--- authconfig-6.2.8/authinfo.py.no-update	2016-06-16 14:27:56.335158214 +0200
ee2f06
+++ authconfig-6.2.8/authinfo.py	2016-06-16 14:35:32.114373306 +0200
ee2f06
@@ -2498,8 +2498,10 @@ class AuthInfo:
ee2f06
 		reallyimplicit = self.sssdSupported()
ee2f06
 		if self.implicitSSSD and not reallyimplicit and not self.enableIPAv2:
ee2f06
 			self.setParam("enableSSSD", True, ref)
ee2f06
+			self.implicitSSSD = False
ee2f06
 		if self.implicitSSSDAuth and not reallyimplicit and not self.enableIPAv2:
ee2f06
 			self.setParam("enableSSSDAuth", True, ref)
ee2f06
+			self.implicitSSSDAuth = False
ee2f06
 
ee2f06
 		self.readLogindefs(ref)
ee2f06
                 self.readPWQuality(ref)