LDAP
#1462
Replies: 1 comment
-
Also $ldapUserDomain in the configuration file is also not used anywhere else in the code as far as I can see? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am getting an error when trying to setup LDAP.
Message I'm getting is;
Warning: ldap_search(): Search: Operations error in E:\leantime\app\domain\ldap\services\class.ldap.php on line 144
Unable to search LDAP server
Error logs has
[23-Feb-2023 11:13:05 Europe/London] PHP Warning: ldap_search(): Search: Operations error in E:\leantime\app\domain\ldap\services\class.ldap.php on line 144
What I'm curious about is line 71 and line 72 in the configuration.php
public $bindUser = 'user'; //ldap user that can search directory. (Should be read only)
public $bindPassword = 'password';
I can't see these variables getting used in class.ldap.php ?
Beta Was this translation helpful? Give feedback.
All reactions