Hi,

i configured openldap to use the dynlist overlay, wite the uid into the attr memberUid dependening on the result off an ldap filter (in attr memberURL)

in slapd.conf:
---
overlay dynlist
dynlist-attrset posixGroup memberURL memberUid:uid
---

After set ldap deref threshold to 0 the groups are listed correct (getent group -s sss) but with id the membership is not shown.

so something is wrong but i have no idea.

Thanks for your help
Ansgar