mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
16 lines
425 B
PHP
16 lines
425 B
PHP
<?php
|
|
/**
|
|
*
|
|
* This file is part of the phpBB Forum Software package.
|
|
*
|
|
* @copyright (c) phpBB Limited <https://www.phpbb.com>
|
|
* @license GNU General Public License, version 2 (GPL-2.0)
|
|
*
|
|
* For full copyright and license information, please see
|
|
* the docs/CREDITS.txt file.
|
|
*
|
|
*/
|
|
|
|
/** @link https://www.php.net/manual/en/ldap.constants.php */
|
|
define('LDAP_OPT_PROTOCOL_VERSION', 17);
|
|
define('LDAP_OPT_REFERRALS', 8);
|