• Модуль: ldap
  • Путь к файлу: ~/bitrix/modules/ldap/classes/general/ldap_util.php
  • Класс: CLdapUtil
  • Вызов: CLdapUtil::isBitrixVMAuthSupported
static function isBitrixVMAuthSupported()
{
	$eventManager = BitrixMainEventManager::getInstance();
	$hndl = $eventManager->findEventHandlers("main", "OnEpilog", array("ldap"));
	return !empty($hndl);
}