Add LDAP_PORT option in sample config file

This commit is contained in:
Frédéric Guillot 2023-09-22 19:59:20 -07:00 committed by Frédéric Guillot
parent ad6be57d73
commit 4d9e108f45
1 changed files with 3 additions and 0 deletions

View File

@ -108,6 +108,9 @@ define('LDAP_AUTH', false);
// LDAP server protocol, hostname and port URL (ldap[s]://hostname:port)
define('LDAP_SERVER', '');
// LDAP server port (389 by default)
define('LDAP_PORT', 389);
// By default, require certificate to be verified for ldaps:// style URL. Set to false to skip the verification
define('LDAP_SSL_VERIFY', true);