# HG changeset patch # User Andrew Shadura # Date 2015-01-07 16:54:28 # Node ID 46c6eb7f1d663dbb3c2b02c8be4872d79698a3c8 # Parent b5d899e51ffe1bd56f5766a963e65ca28111a140 auth: enable selecting PAM authentication module diff --git a/kallithea/controllers/admin/auth_settings.py b/kallithea/controllers/admin/auth_settings.py --- a/kallithea/controllers/admin/auth_settings.py +++ b/kallithea/controllers/admin/auth_settings.py @@ -57,6 +57,7 @@ class AuthSettingsController(BaseControl 'kallithea.lib.auth_modules.auth_container', 'kallithea.lib.auth_modules.auth_ldap', 'kallithea.lib.auth_modules.auth_crowd', + 'kallithea.lib.auth_modules.auth_pam' ] c.enabled_plugins = Setting.get_auth_plugins()