bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

NTRealm

Syntax

<!ELEMENT NTRealm EMPTY >
<!ATTLIST NTRealm
   IgnoreBadDomainName        (true | false)           "false"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   PrimaryDomain              CDATA                    #IMPLIED
   RealmClassName             CDATA                    #IMPLIED
>

Parent Elements

The NTRealm element is a child of the Domain element.

Attributes

Table 56-1 NTRealmMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Ignore-Bad-Domain-Name

During initialization of NTRealm, some Domains may not be present on the network. The default configuration for this situation is to throw a SecurityException and halt server startup. This property will allow NTRealm to ignore uncontactable Primary Domain Controllers during startup with the hope that they will be reachable later on.

Default: false

Ignore Bad Domain Name

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.


Name

Notes

Optional information that you can include to describe this configuration.


Notes

Primary-Domain

The host and port number of the Windows NT Primary Domain Controller where users and groups are defined for the domain. If entering multiple sets of host and port numbers, delimit them with commas. If the local computer(where WebLogic Server executes) is the Primary Controller, you set set the attribute to period (".").

Default: null

Primary Domain

Realm-Class-Name


Realm Class Name


 

 

Back to Top Previous Next