View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
08493 | Feature requests | Authentication | public | 2013-12-27 18:54 | 2013-12-27 21:55 |
Reporter | aivokoger | Assigned To | |||
Priority | normal | Severity | feature | ||
Status | new | Resolution | open | ||
Summary | 08493: Enhancements for application/core/plugins/AuthLDAP/AuthLDAP.php | ||||
Description | AuthLDAP plugin should read LDAP parameters from config/ldap.php or they both should have central config db. Ldap.php has more options like filters and groups. It would be nice to have also optional Kerberos support. Basically it means that before showing login form you check for logged in username given by your webserver: isset($_SERVER['REMOTE_USER']) and if set, you log it in. There is no need for password in that case, as authentication is made by Apache/IIS/nginx. I made the same functionality for Piwik, you can get ideas from: Sadly I am not aware with limesurvey architecture to complete this request myself but I am glad to test and help finding bugs. | ||||
Tags | No tags attached. | ||||
Bug heat | 2 | ||||
Story point estimate | |||||
Users affected % | |||||
Also, is this a better solution for user auto-creation or not? $iNewUID = User::model()->insertUser($sUser, $password, $name, 1, $mail); Seen in: https://github.com/pitbulk/limesurvey-saml/blob/master/AuthSAML/AuthSAML.php |
|