BGmot / zabbix

This repository is a fork of official Zabbix repository https://github.com/zabbix/zabbix.git. See README why it was forked.
GNU General Public License v2.0
31 stars 8 forks source link

Group information #2

Closed ehno5 closed 4 years ago

ehno5 commented 4 years ago

Hi, I don't understand, where in LDAP is group information. My example:

cn=USER,ou=people,dc=company,dc=com cn=GROUP,ou=groups,dc=company,dc=com and in member field is value cn=USER,ou=people,dc=company,dc=com

BGmot commented 4 years ago

What kind of LDAP server are you using? I tested with Microsoft AD and OpenLDAP, with OpenLDAP there is an issue, by default in the response it does not provide memberof field, to achieve that you need to 'activate' memberof OpenLDAP overlay.

ehno5 commented 4 years ago

OpenLDAP, thank you for response