I am getting the following errors in ssl_error_log when trying to login with AD/LDAP configured:
[Sun Apr 03 14:46:26.039483 2022] [fcgid:warn] [pid 151200:tid 140248315057920] [client 10.113.3.226:57456] mod_fcgid: stderr: PHP Fatal error: Uncaught TypeError: ldap_close(): Argument #1 ($ldap) must be of type resource, bool given in phar:///var/www/osTicket/include/plugins/auth-ldap.phar/include/Net/LDAP2.php:701, referer: https://mydomain/support/scp/plugins.php?id=1
[Sun Apr 03 14:46:26.039524 2022] [fcgid:warn] [pid 151200:tid 140248315057920] [client 10.113.3.226:57456] mod_fcgid: stderr: Stack trace:, referer: https://mydomain/support/scp/plugins.php?id=1
[Sun Apr 03 14:46:26.039533 2022] [fcgid:warn] [pid 151200:tid 140248315057920] [client 10.113.3.226:57456] mod_fcgid: stderr: #0 phar:///var/www/osTicket/include/plugins/auth-ldap.phar/include/Net/LDAP2.php(701): ldap_close(), referer: https://mydomain/support/scp/plugins.php?id=1
[Sun Apr 03 14:46:26.039541 2022] [fcgid:warn] [pid 151200:tid 140248315057920] [client 10.113.3.226:57456] mod_fcgid: stderr: #1 /var/www/osTicket/include/pear/PEAR.php(755): Net_LDAP2->_Net_LDAP2(), referer: https://mydomain/support/scp/plugins.php?id=1
[Sun Apr 03 14:46:26.039549 2022] [fcgid:warn] [pid 151200:tid 140248315057920] [client 10.113.3.226:57456] mod_fcgid: stderr: #2 [internal function]: _PEAR_call_destructors(), referer: https://mydomain/support/scp/plugins.php?id=1
[Sun Apr 03 14:46:26.039556 2022] [fcgid:warn] [pid 151200:tid 140248315057920] [client 10.113.3.226:57456] mod_fcgid: stderr: #3 {main}, referer: https://mydomain/support/scp/plugins.php?id=1
[Sun Apr 03 14:46:26.039563 2022] [fcgid:warn] [pid 151200:tid 140248315057920] [client 10.113.3.226:57456] mod_fcgid: stderr: thrown in phar:///var/www/osTicket/include/plugins/auth-ldap.phar/include/Net/LDAP2.php on line 701, referer: https://mydomain/support/scp/plugins.php?id=1
Any guidance anyone can give is greatly appreciated! I've looked through the forums and multiple Google searches, and have been banging my head against the wall with this. Thanks!