This repository was archived by the owner on Jul 24, 2023. It is now read-only.
This repository was archived by the owner on Jul 24, 2023. It is now read-only.
500 Error When Enabling SSL for Secure LDAP #866
Open
Description
- Laravel Version: Requirements could not be reolved from Composer #5.8.*#
- Adldap2-Laravel Version: Driver [adldap] not supported #6.0#
- PHP Version: Cannot access adldap property of model. #7.2.14#
- LDAP Type: ActiveDirectory
Description:
We are atttempting to implement secure LDAP connection in order to write back to Active Directory. I have the following configured in config/ldap.php
'port' => env('LDAP_PORT', 636), // SSL
'username' => env('LDAP_USERNAME', 'serviceaccount@localdomain'),
'password' => env('LDAP_PASSWORD', 'xxxxxxxxxxx'),
'use_ssl' => env('LDAP_USE_SSL', true),
Steps To Reproduce:
When I change config file to the above setting and clear the configuration cache and then attempt to login, I get a 500 internal server error. I am not sure how to identify the error in order to troubleshoot it further. We are running on Windows Server 2016 and our system administrator assures me that the server and DC's are all configured to allow secure LDAP.