Hi, i was wondering if there is an existing report for Oracle which shows the effective permissions of a user or group(user input) , to a specific item(user input),
Thank you in advance
Effective Permissions Posted byalexandros.kokkinos@ecb.europa.eu (Kokkinos, Alexandros)On 10/04/2014 04:49 PM Hi, i was wondering if there is an existing report for Oracle which shows the effective permissions of a user(user input)or a group to a specific item(user input), Thank you in advance[To post a comment, use the normal reply function]Forum:Content Server LiveReports ForumContent Server:Knowledge Center
This electronic message contains information from MeadWestvaco Corporation or subsidiary companies, which may be confidential, privileged or otherwise protected from disclosure. The information is intended to be used solely by the recipient(s) named. If you are not an intended recipient, be aware that any review, disclosure, copying, distribution or use of this transmission or its contents is prohibited. If you have received this transmission in error, please notify MeadWestvaco immediately at postmaster@mwv.com.
Hi Colin,
Does this LiveReport only report the direct access rights on a node? Can it also be used to determine a user's effective permissions (that may only be granted via a group membership)?
Thanks Chris
Re Effective Permissions Posted bychris.meyer@kwe.li (Meyer, Chris)On 10/06/2014 08:51 AM Hi Colin, Does this LiveReport only report the direct access rights on a node? Can it also be used to determine a user's effective permissions (that may only be granted via a group membership)? Thanks Chris[To post a comment, use the normal reply function]Topic:Effective PermissionsForum:Content Server LiveReports ForumContent Server:Knowledge Center
I'd be curious to see the LiveReport once it's finished. I'm puzzled as to how one can do a bitwise OR on the permission masks to get the effective permission for a user. I'm wondering if this is the most efficient way...?
OR
This also got me thinking and I solved it a little differently. I have a module that allows me to write and run OScript directly from the interface (sort of how LiveReports lets you write and run SQL; this allows you to write and run OScript). I solved the problem by impersonating the target user and calling the appropriate DAPI function to get the permission mask on the node (followed by other calls to decompose the mask into something human readable). It might be the least error-prone solution since it's based on the same logic Content Server uses to determine permissions.
DAPI
I thought I'd throw this into the discussion since it's not obvious to me if LiveReports is the way to solve this particular problem. If it is I'm curious to see how.
Re Re Effective Permissions Posted bychris.meyer@kwe.li (Meyer, Chris)On 10/06/2014 09:58 AM Hi Colin, I'd be curious to see the LiveReport once it's finished. I'm puzzled as to how one can do a bitwise OR on the permission masks to get the effective permission for a user. I'm wondering if this is the most efficient way...? This also got me thinking and I solved it a little differently. I have a module that allows me to write and run OScript directly from the interface (sort of how LiveReports lets you write and run SQL; this allows you to write and run OScript). I solved the problem by impersonating the target user and calling the appropriate DAPI function to get the permission mask on the node (followed by other calls to decompose the mask into something human readable). It might be the least error-prone solution since it's based on the same logic Content Server uses to determine permissions. I thought I'd throw this into the discussion since it's not obvious to me if LiveReports is the way to solve this particular problem. If it is I'm curious to see how. Thanks Chris[To post a comment, use the normal reply function]Topic:Effective PermissionsForum:Content Server LiveReports ForumContent Server:Knowledge Center
Thanks a lot Colin, that was really helpful.
I really appreciate,
Best regards,
Re Re Re Effective Permissions Posted byalexandros.kokkinos@ecb.europa.eu (Kokkinos, Alexandros)On 10/07/2014 10:05 AM Thanks a lot Colin, that was really helpful. I really appreciate, Best regards,[To post a comment, use the normal reply function]Topic:Effective PermissionsForum:Content Server LiveReports ForumContent Server:Knowledge Center