diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-02-14 22:11:30 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-02-14 22:11:30 +0100 |
commit | 3a5b5cf787cac386c6c65806a9ca612b389f85af (patch) | |
tree | 3569895d48953cfcc30d0afd4a4eb1a04b63d78d /pynslcd/ether.py | |
parent | f3cca68a9016d7f043950a7ef3d41e628ebd1135 (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.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) |