Hi every one,
I'm trying to setup AuthLDAP module, but every time login look to success I have this error :
500 : Internal server error - ldap count_entries(): Argument #2 ($result) must be of type LDAP\Result, false given
My installation is a docker one (acspri/limesurvey) on the last limesurvey version.
My AuthLDAP setup is :
LDAP server:
ldap://ad.local
Port number:
389
LDAP version:
LDAPv3
Enable Start-TLS:
False
Select how to perform authentication.:
Bind
Attribute to compare to the given login can be uid, cn, mail, ..:
mail
Base DN for the user search operation. Multiple bases may be separated by a semicolon (
:
CN=LIMESURVEY,CN=APPLICATIONS,CN=GROUPES,CN=SUBLOCAL,DC=DOMAINE,DC=fr
Optional extra LDAP filter to be ANDed to the basic (searchuserattribute=username) filter. Don't forget the outmost enclosing parentheses:
None
LDAP attribute of email address
None
LDAP attribute of full name
None
Check to make default authentication method:
Yes
Automatically create user if it exists in LDAP server:
Yes
Grant survey creation permission to automatically created users:
Yes
Optional base DN for group restriction:
None
Optional filter for group restriction:
None
Allow initial user to login via LDAP:
Yes
Our ActiveDirectory server is a Samba4 one LDAP Auth works on other web apps.
Any idear ?
Regards