nss-pam-ldapd commit: r1879 - in nss-pam-ldapd: nslcd pynslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1879 - in nss-pam-ldapd: nslcd pynslcd
- 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: r1879 - in nss-pam-ldapd: nslcd pynslcd
- Date: Mon, 24 Dec 2012 18:46:35 +0100 (CET)
Author: arthur
Date: Mon Dec 24 18:46:35 2012
New Revision: 1879
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1879&view=revision
Log:
more comment fixes
Modified:
nss-pam-ldapd/nslcd/common.h
nss-pam-ldapd/pynslcd/alias.py
nss-pam-ldapd/pynslcd/shadow.py
Modified: nss-pam-ldapd/nslcd/common.h
==============================================================================
--- nss-pam-ldapd/nslcd/common.h Mon Dec 24 18:40:49 2012 (r1878)
+++ nss-pam-ldapd/nslcd/common.h Mon Dec 24 18:46:35 2012 (r1879)
@@ -126,7 +126,7 @@
MYLDAP_ENTRY *shadow_uid2entry(MYLDAP_SESSION *session, const char *username,
int *rcp);
-/* return shadown information */
+/* return shadow information */
void get_shadow_properties(MYLDAP_ENTRY *entry, long *lastchangedate,
long *mindays, long *maxdays, long *warndays,
long *inactdays, long *expiredate,
Modified: nss-pam-ldapd/pynslcd/alias.py
==============================================================================
--- nss-pam-ldapd/pynslcd/alias.py Mon Dec 24 18:40:49 2012 (r1878)
+++ nss-pam-ldapd/pynslcd/alias.py Mon Dec 24 18:46:35 2012 (r1879)
@@ -1,5 +1,5 @@
-# alias.py - lookup functions for aliasnet addresses
+# alias.py - lookup functions for email aliases
#
# Copyright (C) 2010, 2011, 2012 Arthur de Jong
#
Modified: nss-pam-ldapd/pynslcd/shadow.py
==============================================================================
--- nss-pam-ldapd/pynslcd/shadow.py Mon Dec 24 18:40:49 2012 (r1878)
+++ nss-pam-ldapd/pynslcd/shadow.py Mon Dec 24 18:46:35 2012 (r1879)
@@ -1,5 +1,5 @@
-# shadow.py - lookup functions for shadownet addresses
+# shadow.py - lookup functions for shadow information
#
# Copyright (C) 2010, 2011, 2012 Arthur de Jong
#
--
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: r1879 - in nss-pam-ldapd: nslcd pynslcd,
Commits of the nss-pam-ldapd project