-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Новая установка на Windows #78
Comments
У вас опечатка в названии схемы. Должно быть |
исправил. теперь другая ошибка |
При установке проверка подключения к LDAP проходила успешно? |
Да, все было хорошо |
Как тогда получилось, что в конфиге параметры неправильные? |
так получилось |
Что то не могу понять что за ерунда.
новая установка и при синхронизации с LDAP ошибка
Exception: File: C:\xampp\htdocs\pb\modules\LDAP.php[47]: ldap_error(): Argument #1 ($ldap) must be of type resource, bool given Trace: #0 C:\xampp\htdocs\pb\modules\LDAP.php(47): ldap_error(false)
#1 C:\xampp\htdocs\pb\modules\LDAP.php(120): LDAP->connect()
#2 C:\xampp\htdocs\pb\routes\contacts_sync.php(26): LDAP->get_link()
#3 C:\xampp\htdocs\pb\modules\Router.php(103): contacts_sync(Object(Core), Array, Array)
#4 C:\xampp\htdocs\pb\pb.php(320): Router->process('contacts_sync', Array)
#5 {main}
очень похоже, что ошибка подключения. что не правильно?
define('LDAP_URI', 'dlap://192.168.2.222');
define('LDAP_USER', 'dv.local\ad-reader');
define('LDAP_PASSWD', 'Pa$$w0rd');
define('LDAP_BASE_DN', 'DC=DV, DC=local');
The text was updated successfully, but these errors were encountered: