nss-pam-ldapd commit: r1130 - nss-pam-ldapd/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1130 - nss-pam-ldapd/nslcd
- From: "Commits of the nss-pam-ldapd project." <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1130 - nss-pam-ldapd/nslcd
- Date: Tue, 1 Jun 2010 22:57:37 +0200 (CEST)
Author: arthur
Date: Tue Jun 1 22:57:35 2010
New Revision: 1130
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1130
Log:
fix bug in test (r1127)
Modified:
nss-pam-ldapd/nslcd/pam.c
Modified: nss-pam-ldapd/nslcd/pam.c
==============================================================================
--- nss-pam-ldapd/nslcd/pam.c Tue Jun 1 22:24:23 2010 (r1129)
+++ nss-pam-ldapd/nslcd/pam.c Tue Jun 1 22:57:35 2010 (r1130)
@@ -166,7 +166,7 @@
}
/* try authentication */
rc=try_bind(userdn,password);
- if (rc=NSLCD_PAM_SUCCESS)
+ if (rc==NSLCD_PAM_SUCCESS)
log_log(LOG_DEBUG,"bind successful");
/* write response */
WRITE_INT32(fp,NSLCD_RESULT_BEGIN);
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1130 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project.