diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-02-14 22:12:05 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-02-14 22:12:05 +0100 |
commit | f3519d4d0cb5be981cfeec16ad07f1477d053878 (patch) | |
tree | 9839097f6da543086606890b6d370aba8b5ba4be /pynslcd/pynslcd.py | |
parent | 3a5b5cf787cac386c6c65806a9ca612b389f85af (diff) |
implement module for hostname lookups
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1373 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'pynslcd/pynslcd.py')
-rwxr-xr-x | pynslcd/pynslcd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pynslcd/pynslcd.py b/pynslcd/pynslcd.py index 4644a35..a30023a 100755 --- a/pynslcd/pynslcd.py +++ b/pynslcd/pynslcd.py @@ -141,6 +141,7 @@ handlers = {} handlers.update(common.get_handlers('alias')) handlers.update(common.get_handlers('ether')) handlers.update(common.get_handlers('group')) +handlers.update(common.get_handlers('host')) handlers.update(common.get_handlers('pam')) handlers.update(common.get_handlers('passwd')) handlers.update(common.get_handlers('shadow')) |