nss-pam-ldapd commit: r1107 - nss-pam-ldapd/pam
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1107 - nss-pam-ldapd/pam
- 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: r1107 - nss-pam-ldapd/pam
- Date: Fri, 14 May 2010 22:32:59 +0200 (CEST)
Author: arthur
Date: Fri May 14 22:32:56 2010
New Revision: 1107
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1107
Log:
print uid as a long
Modified:
nss-pam-ldapd/pam/pam.c
Modified: nss-pam-ldapd/pam/pam.c
==============================================================================
--- nss-pam-ldapd/pam/pam.c Fri May 14 12:20:27 2010 (r1106)
+++ nss-pam-ldapd/pam/pam.c Fri May 14 22:32:56 2010 (r1107)
@@ -208,7 +208,7 @@
if ((pwent!=NULL)&&(pwent->pw_uid<cfg->minimum_uid))
{
if (cfg->debug)
- pam_syslog(pamh,LOG_DEBUG,"uid below minimum_uid; user=%s
uid=%d",*username,(int)pwent->pw_uid);
+ pam_syslog(pamh,LOG_DEBUG,"uid below minimum_uid; user=%s
uid=%ld",*username,(long)pwent->pw_uid);
return cfg->ignore_unknown_user?PAM_IGNORE:PAM_USER_UNKNOWN;
}
}
--
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: r1107 - nss-pam-ldapd/pam,
Commits of the nss-pam-ldapd project.