changeset 4765:46c6eb7f1d66

auth: enable selecting PAM authentication module
author Andrew Shadura <andrew@shadura.me>
date Wed, 07 Jan 2015 16:54:28 +0100
parents b5d899e51ffe
children 61d7fffbdf52
files kallithea/controllers/admin/auth_settings.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/controllers/admin/auth_settings.py	Wed Jan 07 16:03:59 2015 +0100
+++ b/kallithea/controllers/admin/auth_settings.py	Wed Jan 07 16:54:28 2015 +0100
@@ -57,6 +57,7 @@
             '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()