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
 
@@ -54,12 +54,13 @@ class AuthSettingsController(BaseControl
 
    def __load_defaults(self):
 
        c.available_plugins = [
 
            'kallithea.lib.auth_modules.auth_internal',
 
            '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()
 

	
 
    def index(self, defaults=None, errors=None, prefix_error=False):
 
        self.__load_defaults()
 
        _defaults = {}
0 comments (0 inline, 0 general)