Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)