From f3519d4d0cb5be981cfeec16ad07f1477d053878 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 14 Feb 2011 21:12:05 +0000 Subject: implement module for hostname lookups git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1373 ef36b2f9-881f-0410-afb5-c4e39611909c --- pynslcd/pynslcd.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pynslcd/pynslcd.py') 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')) -- cgit v1.2.3