forked from dnaeon/zabbix-ldap-sync
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
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
| memberid = memberid.decode("utf-8") |
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 ?
Metadata
Metadata
Assignees
Labels
No labels