Typo in samples/roundcubemail/global_ldap_address_book.inc.php.

This commit is contained in:
Zhang Huangbin
2025-12-29 11:04:43 +08:00
parent d040bbcba6
commit 0994041ef8
@@ -1,8 +1,7 @@
// Global LDAP address book.
$config['ldap_public']["global_ldap_abook"] = array(
'name' => 'Global LDAP Address Book',
'hosts' => array('PH_LDAP_SERVER_HOST'),
'port' => PH_LDAP_SERVER_PORT,
'hosts' => array('PH_LDAP_SERVER_HOST:PH_LDAP_SERVER_PORT'),
'use_tls' => false,
'ldap_version' => '3',
'network_timeout' => 10,