I am attempting to combine the dynlist overlay with the memberOf overlay.

I have the following configuration:

overlay dynlist
dynlist-attrset groupOfURLs memberURL member

overlay memberof
memberof-group-oc groupOfURLs
memberof-member-ad member
memberof-memberof-ad memberOf

I then have inserted the following entries:

dn: uid=test1,ou=People,dc=hcm,dc=com
objectClass: top
objectClass: person
objectClass: inetOrgPerson
uid: test1
cn: test1
sn: account

dn: cn=WebSelfServiceUser,ou=group,dc=hcm,dc=com
cn: WebSelfServiceUser
objectClass: groupOfURLs
memberURL: ldap:///ou=people,dc=hcm,dc=com??one?(objectClass=inetOrgPerson)

If I query the WebSelfService group it indicates that test1 is a member of the group. However, the memberOf attribute never gets set on the user entry.  I think the issue is that the dynamic group never gets updated and hence doesn't force the memberOf updates. Is it possible to combine these two overlays?

Thanks,
Pete