nss-pam-ldapd commit: r1372 - nss-pam-ldapd/pynslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1372 - nss-pam-ldapd/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: r1372 - nss-pam-ldapd/pynslcd
- Date: Mon, 14 Feb 2011 22:11:33 +0100 (CET)
Author: arthur
Date: Mon Feb 14 22:11:30 2011
New Revision: 1372
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1372
Log:
fix comment
Modified:
nss-pam-ldapd/pynslcd/ether.py
Modified: nss-pam-ldapd/pynslcd/ether.py
==============================================================================
--- nss-pam-ldapd/pynslcd/ether.py Mon Feb 14 22:08:45 2011 (r1371)
+++ nss-pam-ldapd/pynslcd/ether.py Mon Feb 14 22:11:30 2011 (r1372)
@@ -47,7 +47,7 @@
def write(self, entry):
dn, attributes = entry
- # get name and check against requested user name
+ # get name and check against requested name
names = attributes.get(self.attmap_cn, [])
if not names:
print 'Error: entry %s does not contain %s value' % ( dn,
self.attmap_cn)
--
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: r1372 - nss-pam-ldapd/pynslcd,
Commits of the nss-pam-ldapd project