Path access control
Cantor, Scott
cantor.2 at osu.edu
Wed Jul 12 14:58:32 EDT 2017
On 7/12/17, 2:52 PM, "users on behalf of Young, Darren" <users-bounces at shibboleth.net on behalf of Darren.Young at chicagobooth.edu> wrote:
> I have the following section in the Shibboleth2.xml,
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>
-- Scott
More information about the users
mailing list