[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#5258) memberof-Overlay issue when deleting all values of the "memberof-member-ad" attribute
Full_Name: Ralf Haferkamp
Version: HEAD, RE24
OS: -
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (89.166.197.88)
I use the following slapo-memberof config:
memberof-group-oc mygroup
memberof-member-ad mymember
memberof-memberof-ad mymemberof
where "mygroup" has "mymember" as an optional ('MAY') attribute. If I know
remove all values of "mymember" from a "mygroup" object. With an operation like
this:
dn: <groupdn>
changetype: modify
delete: mymember
The "mymemberof" Attributes of the associated objects are not updated
accordingly.