Hi All, We are trying to set up a process to handle permissions in the authz-windows file using WMI querying. Is there any direct query to fetch all the VisualSVn_SecurityDescriptor objects to which a particular user has access. SELECT * FROM VisualSVN_SecurityDescriptor WHERE ...('user sid' is in any of the object in the array) The permisssions property of the VisualSVN_SecurityDescriptor class is an array of objects . Is there a way to include an array of objects column in the where clause. Looping through all records, and then through all permissions object will affect the performace beacuse of the large number of entries in the authz-windows file. Hence looking for a direct query. Any help is appreciated. Thanks, Secita
-- You received this message because you are subscribed to the Google Groups "VisualSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to visualsvn+unsubscr...@googlegroups.com. To post to this group, send email to visualsvn@googlegroups.com. Visit this group at http://groups.google.com/group/visualsvn. For more options, visit https://groups.google.com/groups/opt_out.