From 3a5b5cf787cac386c6c65806a9ca612b389f85af Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 14 Feb 2011 21:11:30 +0000 Subject: fix comment git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1372 ef36b2f9-881f-0410-afb5-c4e39611909c --- pynslcd/ether.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pynslcd/ether.py') diff --git a/pynslcd/ether.py b/pynslcd/ether.py index 0995377..c432be2 100644 --- a/pynslcd/ether.py +++ b/pynslcd/ether.py @@ -47,7 +47,7 @@ class EtherRequest(common.Request): 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) -- cgit v1.2.3