![]() |
Sun ONE Identity Server Administration Guide |
Chapter 29 Policy Configuration Attributes
The Policy Configuration attributes consist of global and organization attributes.The values applied to the global attributes are applied across the Sun ONE Identity Server configuration and are inherited by every configured organization. (They can not be applied directly to roles or organizations as the goal of global attributes is to customize the Identity Server application.) The values applied to the organization attributes under Service Management become the default values for Policy configuration. The service template needs to be created after registering the service for the organization. The default values can be changed after registration by the organization's administrator. Organization attributes are not inherited by entries in the organization. The Policy Configuration attributes are separated into:
Global Attribute
Global Attribute
The global attribute in the Policy Configurative service is:
Resource Comparator
Resource Comparator
This attribute specifies the resource comparator information, which is used to compare resources specified in a Policy rule definition. Resource comparison is used for both policy creation and evaluation. This attribute contains the following values:
Organization Attributes
The organization attributes in the Policy Configuration service are:
LDAP Server and Port
LDAP Organization Search Attribute
Maximum Results Returned From Search
LDAP Connection Pool Minimal Size
LDAP Server and Port
This field specifies the host name and port number of the primary LDAP server specified during Identity Server installation that will be used to search for Policy subjects, such as LDAP users, LDAP roles, LDAP groups, etc.
The format is hostname:port. (If there is no port number, assume 389.) Multiple entries must be prefixed by the local server name.
LDAP Base DN
This field specifies the base DN in the LDAP server from which to begin the search. By default, it is the top-level organization of the Identity Server installation.
LDAP Bind DN
This field specifies the bind DN in the LDAP server.
LDAP Bind Password
This attribute defines the password to be used for binding to the LDAP server. By default, the amldapuser password that was entered during installation is used as the bind user.
LDAP Bind Password (Confirm)
Confirmation of the LDAP Bind password.
LDAP Org Search Filter
Specifies the search filter to be used to find organization entries. The default is (objectclass=sunMangagedOrganization).
LDAP Org Search Scope
This attribute defines the scope to be used to find organization entries. The scope must be one of the following:
LDAP Groups Search Filter
Specifies the search filter to be used to find group entries. The default is (objectclass=groupOfUniqueNames).
LDAP Groups Search Scope
This attribute defines the scope to be used to find group entries. The scope must be one of the following:
LDAP Users Search Filter
Specifies the search filter to be used to find user entries. The default is (objectclass=inetorgperson).
LDAP Users Search Scope
This attribute defines the scope to be used to find user entries. The scope must be one of the following:
LDAP Roles Search Filter
Specifies the search filter to be used to find entries for roles. The default is (&(objectclass=ldapsubentry)(objectclass=nsroledefinitions)
LDAP Roles Search Scope
This attribute defines the scope to be used to find entries for roles. The scope must be one of the following:
LDAP Organization Search Attribute
This field defines the attribute type for which to conduct a search on an organization. The default is o.
LDAP Groups Search Attribute
This field defines the attribute type for which to conduct a search on a group. The default is cn.
LDAP Users Search Attribute
This field defines the attribute type for which to conduct a search on a user. The default is uid.
LDAP Roles Search Attribute
This field defines the attribute type for which to conduct a search on a role. The default is cn.
Maximum Results Returned From Search
This field defines the maximum number of results returned from a search. The default value is 100. If the search limit exceeds the amount specified, the entries that have been found to that point will be returned.
Timeout For Search (seconds)
This attribute specifies the amount of time before a timeout on a search occurs. If the search exceeds the specified time, the entries that have been found to that point will be returned
LDAP SSL Enabled
This attribute specifies whether or not the LDAP server is running SSL. Selected enables SSL, unselected (default) disables SSL.
LDAP Connection Pool Minimal Size
This attribute specifies the minimal size of connection pools to be used for connecting to the Directory Server, as specified in the LDAP server attribute. The default is 1.
LDAP Connection Pool Maximum Size
This attribute specifies the maximum size of connection pools to be used for connecting to the Directory Server, as specified in the LDAP server attribute. The default is 10.
Selected Policy Subjects
This attribute allows you to select a set of subject types available to be used for policy definition in the organization.
Selected Policy Conditions
This attribute allows you to select a set of conditions types available to be used for policy definition in the organization.
Selected Policy Referrals
This attribute allows you to select a set of referral types available to be used for policy definition in the organization.
Subjects Result Time To Live
This attribute specifies the amount of time (in minutes) that a cached subject result can be used to evaluate the same policy request based on an single sign-on token.
When a policy is initially evaluated for an SSO token, the subject instances in the policy are evaluated to determine whether the policy is applicable to a given user. The subject result, which is keyed by the SSO token ID, is cached in the policy. If another evaluation occurs for the same policy for the same SSO token ID within the time specified in the Subject Result Time To Live attribute, the policy framework retrieves the cached subjects result, instead of evaluating the subject instances. This significantly reduces the time for policy evaluation.
Previous Contents Index Next
Copyright 2002 Sun Microsystems, Inc. All rights reserved.
Last Updated December 04, 2002