Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd/ether.py
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2011-02-14 22:11:30 +0100
committerArthur de Jong <arthur@arthurdejong.org>2011-02-14 22:11:30 +0100
commit3a5b5cf787cac386c6c65806a9ca612b389f85af (patch)
tree3569895d48953cfcc30d0afd4a4eb1a04b63d78d /pynslcd/ether.py
parentf3cca68a9016d7f043950a7ef3d41e628ebd1135 (diff)
fix comment
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1372 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'pynslcd/ether.py')
-rw-r--r--pynslcd/ether.py2
1 files changed, 1 insertions, 1 deletions
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)