nss-pam-ldapd commit: r1878 - nss-pam-ldapd/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1878 - 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: r1878 - nss-pam-ldapd/nslcd
- Date: Mon, 24 Dec 2012 18:40:50 +0100 (CET)
Author: arthur
Date: Mon Dec 24 18:40:49 2012
New Revision: 1878
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1878&view=revision
Log:
fix typo in comment
Modified:
nss-pam-ldapd/nslcd/pam.c
Modified: nss-pam-ldapd/nslcd/pam.c
==============================================================================
--- nss-pam-ldapd/nslcd/pam.c Sun Dec 23 21:05:50 2012 (r1877)
+++ nss-pam-ldapd/nslcd/pam.c Mon Dec 24 18:40:49 2012 (r1878)
@@ -157,7 +157,7 @@
return NSLCD_PAM_SUCCESS; /* no shadow entry found, nothing to check */
/* get today's date */
today = (long)(time(NULL) / (60 * 60 * 24));
- /* get shadown information */
+ /* get shadow information */
get_shadow_properties(entry, &lastchangedate, &mindays, &maxdays, &warndays,
&inactdays, &expiredate, &flag);
/* check account expiry date */
--
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: r1878 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project