We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! We using FreeIPA as LDAP Auth Service. With that line we facing with problem when memberid contains full DN to account
zabbix-ldap-sync/lib/ldapconn.py
Line 112 in bcb898d
For quick hack
memberid = memberid.decode("utf-8") memberid = memberid.split(',')[0]
Config is
[openldap] type = posix filtergroup = (&(objectClass=posixGroup)(cn=%s)) filteruser = (&(objectClass=posixAccount)(%s)) groupattribute = member userattribute = uid
Maybe add some option to choose cut or not ?
The text was updated successfully, but these errors were encountered:
Thanks for investigating. Probably its a good idea to have a ldap-server-flavour toggle in zabbix-ldap-sync to enable transformations like this.
zabbix-ldap-sync
We are very happy to receive contributions from users who actually use the tool. Would you like to try it out?
Sorry, something went wrong.
No branches or pull requests
Hi!
We using FreeIPA as LDAP Auth Service.
With that line we facing with problem when memberid contains full DN to account
zabbix-ldap-sync/lib/ldapconn.py
Line 112 in bcb898d
For quick hack
Config is
Maybe add some option to choose cut or not ?
The text was updated successfully, but these errors were encountered: