nss-pam-ldapd commit: r1165 - nss-pam-ldapd/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1165 - 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: r1165 - nss-pam-ldapd/nslcd
- Date: Sun, 18 Jul 2010 13:27:41 +0200 (CEST)
Author: arthur
Date: Sun Jul 18 13:27:41 2010
New Revision: 1165
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1165
Log:
fix comment
Modified:
nss-pam-ldapd/nslcd/pam.c
Modified: nss-pam-ldapd/nslcd/pam.c
==============================================================================
--- nss-pam-ldapd/nslcd/pam.c Sun Jul 18 13:25:57 2010 (r1164)
+++ nss-pam-ldapd/nslcd/pam.c Sun Jul 18 13:27:41 2010 (r1165)
@@ -148,8 +148,8 @@
/* write the response header */
WRITE_INT32(fp,NSLCD_VERSION);
WRITE_INT32(fp,NSLCD_ACTION_PAM_AUTHC);
- /* if the username is blank and rootpwmoddn is configure, try to authenticate
- as administrator, otherwise validate request as usual */
+ /* if the username is blank and rootpwmoddn is configured, try to
+ authenticate as administrator, otherwise validate request as usual */
if ((*username=='\0')&&(nslcd_cfg->ldc_rootpwmoddn!=NULL))
{
if (strlen(nslcd_cfg->ldc_rootpwmoddn)>=sizeof(userdn))
--
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: r1165 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project.