diff options
-rw-r--r-- | pynslcd/ether.py | 2 |
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) |