Blob Blame History Raw
diff -up authconfig-6.2.6/authinfo.py.sssdservice authconfig-6.2.6/authinfo.py
--- authconfig-6.2.6/authinfo.py.sssdservice	2013-04-19 13:26:41.000000000 +0200
+++ authconfig-6.2.6/authinfo.py	2013-05-13 15:37:35.982137361 +0200
@@ -4198,9 +4198,10 @@ class AuthInfo:
 			PATH_WINBIND,
 			"winbind", nostart, onlystart)
 		toggleSplatbindService(self.implicitSSSD or self.implicitSSSDAuth or
-			self.enableIPAv2,
+			self.enableIPAv2 or self.enableSSSD or self.enableSSSDAuth,
 			PATH_SSSD,
-			"sssd", nostart, onlystart)
+			"sssd", nostart or not (self.implicitSSSD or self.implicitSSSDAuth
+			or self.enableIPAv2), onlystart)
 		toggleSplatbindService((self.enableLDAP or self.enableLDAPAuth) and
 			not self.implicitSSSD,
 			PATH_NSLCD,