[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: Storing references...



>No, not alias object. As far as I understood from alias object, if I use
>alias instead of complete DN and if I delete this entry which has reference
>to original object then the original object also gets deleted !!!
>I have a structure wherein I have all users defined under "Employee"
>node. When I declare different modules, I specify all users having access to
>that perticular module. If I use alias here and lateron try to remove any
>user from the module then it'll delete that user from original list under
>"Employees" !!!
>Please, Correct me If I'm wrong !!

Ok, I understand better now.  Why not use a groupOfUniqueNames object
for each module?  This is pretty much exactly what they are for, or do
you need to store additional information per user for each module they
have access to?

I don't know if the alias manages auto-deletion of the referred object, 
I'd be rather surprised if it does.  Anyone?