View Issue Details

This bug affects 1 person(s).
 14
IDProjectCategoryView StatusLast Update
13115Bug reportsAuthenticationpublic2018-01-15 16:50
Reportertuxmaster Assigned ToDenisChenu  
PrioritynoneSeveritypartial_block 
Status closedResolutionduplicate 
Product Version3.0.0-rc.x 
Fixed in Version3.0.x 
Summary13115: After update from 2.72.6 to 3.0.1 LDAP login don't work any more
Description

After the update to 3.0.1 ldap login fails.

Additional Information

PHP Debug:
PHP warning

Creating default object from empty value

/var/www/limesurvey/application/libraries/PluginManager/AuthPluginBase.php(80)

68 }
69
70 /*
71
Set authentication result to success for the given user object.
72
73
@param User $user
74 @return AuthPluginBase
75
/
76 public function setAuthSuccess(User $user)
77 {
78 $event = $this->getEvent();
79 $identity = $this->getEvent()->get('identity');
80 $identity->id = $user->uid;
81 $identity->user = $user;
82 $this->getEvent()->set('identity', $identity);
83 $event->set('result', new LSAuthResult(self::ERROR_NONE));
84
85 return $this;
86 }
87
88 /*
89
Set authentication result to failure.
90
91
@param int $code Any of the constants defined in this class
92 * @param string $message An optional message to return about the failure

TagsNo tags attached.
Bug heat14
Complete LimeSurvey version number (& build)3.0.1+171228
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMariDB 10.2.8
Server OS (if known)CentOS 7.4
Webserver software & version (if known)Apache 2.4
PHP Version7.1

Relationships

has duplicate 13124 closedDenisChenu LDAP Authencation failed 

Users monitoring this issue

There are no users monitoring this issue.

Activities

LouisGac

LouisGac

2018-01-08 11:15

developer   ~45446

3.0.x is still not offered in the comfortUpdate, so the upgrade scripts from 2.7 are not ready.
Your bug report is still useful, so thank you.

DenisChenu

DenisChenu

2018-01-15 16:50

developer   ~45824

https://bugs.limesurvey.org/view.php?id=13124

Issue History

Date Modified Username Field Change
2018-01-03 08:21 tuxmaster New Issue
2018-01-08 11:15 LouisGac Note Added: 45446
2018-01-15 10:56 LouisGac Relationship added has duplicate 13124
2018-01-15 16:45 DenisChenu Assigned To => DenisChenu
2018-01-15 16:45 DenisChenu Status new => assigned
2018-01-15 16:50 DenisChenu Status assigned => closed
2018-01-15 16:50 DenisChenu Resolution open => duplicate
2018-01-15 16:50 DenisChenu Fixed in Version => 3.0.x
2018-01-15 16:50 DenisChenu Note Added: 45824
2021-08-02 22:24 guest Bug heat 12 => 14