Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd/pynslcd.py
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2011-02-14 22:12:05 +0100
committerArthur de Jong <arthur@arthurdejong.org>2011-02-14 22:12:05 +0100
commitf3519d4d0cb5be981cfeec16ad07f1477d053878 (patch)
tree9839097f6da543086606890b6d370aba8b5ba4be /pynslcd/pynslcd.py
parent3a5b5cf787cac386c6c65806a9ca612b389f85af (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-xpynslcd/pynslcd.py1
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'))