Add LDAP_PORT option in sample config file
This commit is contained in:
parent
ad6be57d73
commit
4d9e108f45
|
|
@ -108,6 +108,9 @@ define('LDAP_AUTH', false);
|
||||||
// LDAP server protocol, hostname and port URL (ldap[s]://hostname:port)
|
// LDAP server protocol, hostname and port URL (ldap[s]://hostname:port)
|
||||||
define('LDAP_SERVER', '');
|
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
|
// By default, require certificate to be verified for ldaps:// style URL. Set to false to skip the verification
|
||||||
define('LDAP_SSL_VERIFY', true);
|
define('LDAP_SSL_VERIFY', true);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue