Hi Fyodor

Is there any way to configure VisualSVN Server to use usernames (cn) 
instead of SIDs (objectSid)?
That is similar to *nix variant in authz.

Regards,
Ivan Boyko.


On Saturday, 9 August 2008 17:38:49 UTC+1, VisualSVN Team wrote:
>
> Hi Grant,
>
> The authz-windows file maps Windows SIDs to the access rights. You
> could use Windows API functions [1] to get account name from SID.
>
> [1] http://msdn.microsoft.com/en-us/library/aa379594.aspx
>
> Fyodor Sheremetyev
> VisualSVN Team
>
> On Fri, Aug 8, 2008 at 10:38 PM, Grant Rettke <gre...@gmail.com<javascript:>> 
> wrote:
> >
> > I would like to generate a report that makes it very easy to identify/
> > visualize the permissions within the repository. I figured the easiest
> > way to do this would be to automate the following:
> >
> > 'svn ls' the repo
> > extract the contents of authz-windows
> > get a list of users for the groups from authz-windows
> > generate the report
> >
> > The problem is that right now I am stuck on step #2.
> >
> > What is the format of the entries in there?
> >
> > They look like:
> >
> > [repo:/path]
> > A-N-N-N-bigN-bigN-n=rw
> >
> > I need to take that and look up an AD group from it. Is that possible?
> >
>
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to