Changeset - 46c6eb7f1d66
[Not reviewed]
default
0 1 0
Andrew Shadura - 11 years ago 2015-01-07 16:54:28
andrew@shadura.me
Grafted from: eb5861159f17
auth: enable selecting PAM authentication module
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/controllers/admin/auth_settings.py
Show inline comments
 
@@ -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()
 

	
0 comments (0 inline, 0 general)