Blame SOURCES/nss-pam-ldapd-0.8.12-str-cmp.patch

20b078
diff -up nss-pam-ldapd-0.8.13/nslcd/pam.c.str_cmp nss-pam-ldapd-0.8.13/nslcd/pam.c
20b078
--- nss-pam-ldapd-0.8.13/nslcd/pam.c.str_cmp	2017-10-23 21:18:19.867943857 +0200
20b078
+++ nss-pam-ldapd-0.8.13/nslcd/pam.c	2017-10-23 21:18:35.935986527 +0200
20b078
@@ -133,7 +133,7 @@ static void update_username(MYLDAP_ENTRY
20b078
     return;
20b078
   }
20b078
   /* check if the username is different and update it if needed */
20b078
-  if (strcmp(username,value)!=0)
20b078
+  if (STR_CMP(username,value)!=0)
20b078
   {
20b078
     log_log(LOG_INFO,"username changed from \"%s\" to \"%s\"",username,value);
20b078
     strcpy(username,value);