With the iPlanet Portal Server 3.0, how/where can I set privileges for specific users?

I would like to control permissions for an application by defining the a custom privilege and using the following method:public boolean isAllowed(java.lang.String privilege)thank you.
[211 byte] By [708843] at [2007-11-25 4:33:04]
# 1

for the individual users,roles and domain you can control policy using the policy option in the admin console ..

for custom privilges,

you can have an attribute associated with that privilege and control access based on the value you set for the attributes.

If you want use the isAllowed method within a custom provider, then you get the user profile information and read the attribute value to get his privilege ..

For adding custom attributes you need to use the ipsadmin command line tool ..

HTH ..

Karthik_Krishnamoorthy at 2007-6-29 2:42:40 > top of Java-index,Web & Directory Servers,Portal Servers...