Hello,
We have a connection problem with the configuration of the LDAP plugin Authentication : LDAP and Active Directory.
Server information
osTicket version v1.18.2 (53339df) - Up to date
Web server software Apache/2.4.62 (AlmaLinux)
MySQL version 10.5.27
PHP version 8.2.29
The following commands are successful:
nc -vz domain 389
Ncat: Version 7.92 ( https://nmap.org/ncat )
Ncat: Connected to XXX:389.
Ncat: 0 bytes sent, 0 bytes received in 0.09 seconds.
ldapsearch -x -H ldap://.domain:389 -D "CN=,CN=Users,DC=,DC=" -w "" -b "DC=,DC=" "cn=*"
Error:
Could not connect to *.domain:389:389: Unable to bind to server *.domain.fr:389

When you fill in the LDAP servers field with the DNS Server IP, you get the following error message:
Bind failed: Can't contact LDAP server: Unable to bind to server XXX
Thank you for your feedback.