View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
12255Bug reportsSurvey participants (Tokens)public2018-05-23 12:14
Reporterbodonne2 Assigned ToLouisGac 
PrioritynoneSeverityminor 
Status closedResolutionwon't fix 
Product Version2.58.x 
Summary12255: $config['enableLdap'] ignored
Description

The $config['enableLdap'] setting in config.php seems to be ignored. Setting it to 'false' does not disable the "Import participants from LDAP query" option.

Removing the LDAP php module from the system causes that menu option to disappear.

Steps To Reproduce

Add "$config['enableLdap'] = false" to config.php and restart the web server.

Additional Information

It appears that setting isn't referenced in the code anywhere, despite appearing in config-defaults.php

grep -R enableLdap .

./application/config/config-defaults.php:$config['enableLdap'] = false;
./application/config/config.php: 'enableLdap'=>false,

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)2.58.2
I will donate to the project if issue is resolvedNo
Browser
Database type & versionmysql
Server OS (if known)RHEL7
Webserver software & version (if known)Apache 2.4.6
PHP Version5.4.16

Users monitoring this issue

There are no users monitoring this issue.

Activities

LouisGac

LouisGac

2017-04-25 13:07

developer   ~43459

the setting is clearly not used.

Issue History

Date Modified Username Field Change
2017-04-04 17:09 bodonne2 New Issue
2017-04-25 13:07 LouisGac Note Added: 43459
2018-05-23 12:14 LouisGac Assigned To => LouisGac
2018-05-23 12:14 LouisGac Status new => closed
2018-05-23 12:14 LouisGac Resolution open => won't fix