Skip to content
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

Open
dkhv opened this issue Aug 9, 2024 · 6 comments
Open

Новая установка на Windows #78

dkhv opened this issue Aug 9, 2024 · 6 comments

Comments

@dkhv
Copy link

dkhv commented Aug 9, 2024

Что то не могу понять что за ерунда.
новая установка и при синхронизации с 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');

@pfzim
Copy link
Owner

pfzim commented Aug 10, 2024

У вас опечатка в названии схемы. Должно быть ldap://

@dkhv
Copy link
Author

dkhv commented Aug 11, 2024

исправил. теперь другая ошибка
Exception: File: C:\xampp\htdocs\pb\routes\contacts_sync.php[34]: ldap_search(): supplied argument is not a valid ldap link resource Trace: #0 C:\xampp\htdocs\pb\routes\contacts_sync.php(34): ldap_search(NULL, 'DC=DV=loc...', '(&(objectCatego...', Array, 0, 0, 0, 0, Array)
#1 C:\xampp\htdocs\pb\modules\Router.php(103): contacts_sync(Object(Core), Array, Array)
#2 C:\xampp\htdocs\pb\pb.php(320): Router->process('contacts_sync', Array)
#3 {main}

@pfzim
Copy link
Owner

pfzim commented Aug 12, 2024

При установке проверка подключения к LDAP проходила успешно?

@dkhv
Copy link
Author

dkhv commented Aug 12, 2024

Да, все было хорошо

@pfzim
Copy link
Owner

pfzim commented Aug 12, 2024

Как тогда получилось, что в конфиге параметры неправильные?
Проблема именно в невозможности подключиться к LDAP.
Попробуйте так:
define('LDAP_USER', 'dv\\ad-reader');
или так:
define('LDAP_USER', 'ad-reader@dv.local');

@dkhv
Copy link
Author

dkhv commented Aug 13, 2024

так получилось
define('LDAP_USER', 'ad-reader@dv.local');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants