URL Protection for Access Manager

Hi,

I am setting up some policies in Access Manager, and have the following requirements :-

URL pattern https://www.whitepages.com/* needs to be accessed by all users in my LDAP store.

URL pattern https://www.whitepages.com/admin/* needs to be accessed by only users who have role as 'Admin' in the LDAP.

From the SUN docs it appears like "The lower URI pattern take priority".

So, if i protect https://www.whitepages.com/* with a role i cannot restrict only the admin users to https://www.whitepages.com/admin/*

So, is there a way i can acheive this.

Thanks.

[611 byte] By [Subhodeepa] at [2007-11-27 7:45:39]
# 1

You can do it this way.

policy 1:

rule: https://www.whitepages.com/* allow subject: all LDAP users

policy2:

rule: https://www.whitepages.com/admin/* deny

subject: exclusive admin role

(there is an option to exclude certain users from the subject) while applying policy.

shivaram

shivarambhata at 2007-7-12 19:26:23 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Hi,How do you set policy2:rule: https://www.whitepages.com/admin/* deny subject: exclusive admin role policy2:If i exclude the admin role for Policy 2 how do i deny access.
Subhodeepa at 2007-7-12 19:26:23 > top of Java-index,Web & Directory Servers,Directory Servers...