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>2013-07-29 23:07:36 +0200
committerArthur de Jong <arthur@arthurdejong.org>2013-07-29 23:07:36 +0200
commitfa97bcc376777f87ee661852ad0a8ed60d002466 (patch)
tree42b30bf308eb5a6c4f523a92924e0a965bf2bf52 /pynslcd/pynslcd.py
parenta3acbecc071b4138a36fa2a155f7fab2eb94209b (diff)
Implement config request handling in pynslcd
This allows the PAM module to request the pam_password_prohibit_message option for denying password change.
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 e0add71..cd3a171 100755
--- a/pynslcd/pynslcd.py
+++ b/pynslcd/pynslcd.py
@@ -178,6 +178,7 @@ def getpeercred(fd):
handlers = {}
+handlers.update(common.get_handlers('config'))
handlers.update(common.get_handlers('alias'))
handlers.update(common.get_handlers('ether'))
handlers.update(common.get_handlers('group'))