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

Фильтр LDAP (Добавление пользователей по почте) #72

Open
AngryDwarf1 opened this issue Apr 27, 2024 · 0 comments

Comments

@AngryDwarf1
Copy link

AngryDwarf1 commented Apr 27, 2024

День добрый! Решил поделиться настройкой фильтра синхронизации по LDAP чтобы добавлялись пользователи у которых имеется в профиле почта.

Достаточно прописать при установке в фильтре:
(&(objectCategory=person)(sAMAccountName=Звездочка)(mail=звездочка))

Данная строчка редактируется в файле который находится в корне - inc.config.php, выглядит у меня она так:

define('PB_LDAP_FILTER', '(&(objectCategory=person)(sAMAccountName=звездочка)(mail=звездочка))');

PS - символ не отображается, это знак умножения\звездочка

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

1 participant