[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: deleting a DN deletes all its member pointers?
At 04:33 PM 2/20/01 -0800, Jeff Costlow wrote:
>If I have a number of "groupOfNames" that contain "member"s that point to specific DNs (probably users), and I delete one of the referenced DNs (some user), do my "member" pointers also get deleted for me, or do I have to do the cleanup myself?
The server is obligated by the specification not to muck with
user application data. You are responsible to managing your
own data.
Kurt