BEA Logo BEA WebLogic Server Release 6.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

   Administration Console Online Help:   Previous topic   |   Next topic   |   Contents   

 

Security

 

Configuration

General

Attribute

Description

Range of Values

Default Value

SystemUser

 

This attribute reports the administrative user who controls system-level WebLogic Server operations, such as starting and stopping servers, and locking and unlocking resources. The system User is defined during the WebLogic Server installation procedure.

 

Alphanumeric string of up to 256 characters, not to include commas or spaces.

 

system

 

Caching Realm

 

This attribute allows you to select the caching realm for which you want to set or review security.

 

List

 

None Selected

 

Connection Filter

 

This attribute allows you to select the connection filter for your security realm.

 

List

 

None Selected

 

Guest Disabled

 

This attribute disables the default user Guest.

 

Boolean

True = selected

False = not selected

 

Selected

 

FileRealm

Attribute

Description

Range of Values

Default Value

Max Users

 

Specifies the maximum number of Users to be used with the File realm. The File realm is intended to be used with 10,000 or fewer Users.

 

1 to 10000

 

1000

 

Max Groups

 

Specifies the maximum number of Groups to be used with the File realm.

 

1 to 10000

 

1000

 

Max ACLs

 

Specifies the maximum number of ACLs to be used with the File realm.

 

1 to 10000

 

1000

 

Auditing

Attribute

Description

Range of Values

Default Value

Audit Providers

 

This attribute allows you to specify an Audit Provider.

 

The name of a valid Audit Provider class

 

Null

 

Passwords

Attribute

Description

Range of Values

Default Value

Minimum Password Length

 

This attribute sets the number of characters required in a password. Passwords must contain a minimum of 8 characters.

 

Integer

 

8

 

Lockout Enabled

 

This attribute is selected to lock user accounts when invalid login attempts occur.

 

Boolean

Enabled = selected

Disabled = not selected

 

Selected

 

Lockout Threshold

 

This attribute specifies the number of failed username/password combinations that can occur before the offending user account will be locked. Any subsequent attempts to access the user account (even if the username/password combination is correct) will raise a Security exception. The account remains locked until it is explicitly unlocked by the system administrator or another login attempt is made after the lockout duration period ends.

 

Integer

 

5 Minutes

 

Lockout Duration

 

This attribute specifies the number of minutes that a user's account will be locked after the number of invalid login attempts occurs within the time specified by the Lockout Reset Duration attribute.

 

Integer

 

30 Minutes

 

Lockout Reset Duration

 

This attribute specifies the number of minutes within which invalid login attempts must occur in order for the user's account to be locked. An account is locked if the number of invalid login attempts defined in the Lockout Threshold field happens within the amount of time defined by this field.

 

Integer

 

5 Minutes

 

Lockout Cache Size

 

This attribute is used to set the intended cache size of unused and invalid login attempts.

 

0 to 10

 

5

 

Notes

Attribute

Description

Range of Values

Default Value

Notes

 

This attribute provides a space for user supplied information.

 

The value must be an alphanumeric string.

 

Null

 

 

Back to Top