Path access control

Young, Darren Darren.Young at chicagobooth.edu
Wed Jul 12 15:03:02 EDT 2017


On 7/12/17, 1:58 PM, "users on behalf of Cantor, Scott"
<users-bounces at shibboleth.net on behalf of cantor.2 at osu.edu> wrote:

>
>Look at native.log and it will be warning you that it's ignoring bits.
>
>Siblings CANNOT overlap.
>
>You cannot have:
>
><Path name="foo/bar" />
><Path name="foo/baz" />
>
>You must do:
>
><Path name="foo">
>	<Path name="bar"/>
>	<Path name="baz"/>
></Path>

>
I wondered on that, I think I¹m terminating the initial Path element
before starting up the child.



More information about the users mailing list