-
Feb 25th, 2011, 02:33 PM
#1
How do I acheive readAclBySid(List<Sid> sids) ?
Is there a way to read ACL Sid.
I have a requirement, where I need to get ACL for my logged in user.
I don't know Oid for these users. is there a straight way to
readAclBySid(List<Sid> sids) ?
-
Mar 3rd, 2011, 10:54 AM
#2
Did you solve your issue?
-
Mar 3rd, 2011, 06:04 PM
#3
No direct way 
Map<ObjectIdentity, Acl> m = readAclsById(List<ObjectIdentity> oid, List<Sid> sids)
then iterate the list and pick oids for my list.
-
Mar 3rd, 2011, 09:10 PM
#4
You could extend the interface and add the method
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules