Blame SOURCES/nss-pam-ldapd-exitcode.patch

df3ee2
diff -up nss-pam-ldapd-0.8.14/nslcd/nslcd.c.retcode nss-pam-ldapd-0.8.14/nslcd/nslcd.c
df3ee2
--- nss-pam-ldapd-0.8.14/nslcd/nslcd.c.retcode	2017-02-08 09:52:39.687834074 +0100
df3ee2
+++ nss-pam-ldapd-0.8.14/nslcd/nslcd.c	2017-02-08 09:52:54.630891580 +0100
df3ee2
@@ -866,5 +866,5 @@ int main(int argc,char *argv[])
df3ee2
       log_log(LOG_ERR,"thread %d is still running, shutting down anyway",i);
df3ee2
   }
df3ee2
   /* we're done */
df3ee2
-  return EXIT_FAILURE;
df3ee2
+  return EXIT_SUCCESS;
df3ee2
 }