Hi to all,
up to now I only used:
olcDlAttrSet: groupOfURLs memberURL member+memberOf@groupOfNames
to dynamically add the Attribute memberOf to all members of a groupOfURLs. Is it possible to do the same with members for groupOfNames and groupOfUniqueNames? I yes, can someone please post the syntax?
Stefan
Am 29.02.24 um 12:00 schrieb Stefan Kania:
up to now I only used:
olcDlAttrSet: groupOfURLs memberURL member+memberOf@groupOfNames
to dynamically add the Attribute memberOf to all members of a groupOfURLs. Is it possible to do the same with members for groupOfNames and groupOfUniqueNames? I yes, can someone please post the syntax?
You can set it twice:
dn: olcOverlay=dynlist,olcDatabase={1}mdb,cn=config changetype: add objectClass: olcDynListConfig objectClass: olcOverlayConfig olcOverlay: dynlist olcDynListAttrSet: groupOfURLs memberURL member+memberOf@groupOfNames olcDynListAttrSet: groupOfURLs memberURL uniqueMember+memberOf@groupOfUniqueNames
Best regards
Ulf
Hi Ulf,
Am 29.02.24 um 18:20 schrieb Ulf Volmer:
olcDynListAttrSet: groupOfURLs memberURL member+memberOf@groupOfNames olcDynListAttrSet: groupOfURLs memberURL uniqueMember+memberOf@groupOfUniqueNames
But these to entries are still for groupOfURLs and not groupOfNames or groupOfUniqeNames. Or am I wrong?
Stefan
Am 01.03.24 um 10:47 schrieb Stefan Kania:
Hi Ulf,
Am 29.02.24 um 18:20 schrieb Ulf Volmer:
olcDynListAttrSet: groupOfURLs memberURL member+memberOf@groupOfNames olcDynListAttrSet: groupOfURLs memberURL uniqueMember+memberOf@groupOfUniqueNames
But these to entries are still for groupOfURLs and not groupOfNames or groupOfUniqeNames. Or am I wrong?
Honestly, I don't get your point.
What I can say, with the config from above I got memberof attributes containing groupOfNames and groupUniqueOfNames.
I assume, that is that what you want to archive, but I may be wrong.
Best regards
Ulf
openldap-technical@openldap.org