Please help us help you and fill where relevant:
LimeSurvey version: Docker 7.0.14
Own server or LimeSurvey Cloud: own
Survey theme/template: default
==================
Greetings, LimeSurvey Community!
Already have an instance of docker Limesurvey 7.0.14. Everything works fine, but users login using internal limesurvey database with their local accounts, so I need to configure a LDAP Authentication method (with Active Directory).
During the manuals reading I've been confused. I've found 2 ways of configuring LDAP:
1. Via *ldap.php file (/opt/containers/limesurvey/config)
2. Via web interface when enabling AuthLDAP plugin (Core: LDAP Authentication, author: Menno Dekker, version: 1.0.0, Last update: 2018-01-24).
When I'm trying to configure it via web AuthPlugin, I see that it makes no changes to ldap.php config file. So I can conclude that the web plugin does not depend on *.php configurations files.
Trying to find another LDAP Plugin, but that one in LimeStore is compatible only with 6.x vesion, and another one LDAP Extender is only for older versions.
Already read this articles:
Authentication plugins - LimeSurvey Manual
LDAP settings - LimeSurvey Manual
Which way to configure LDAP authentication is correct in my case?