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

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

UnixRealm

Syntax

<!ELEMENT UnixRealm EMPTY >
<!ATTLIST UnixRealm
   AuthProgram                CDATA                    "wlauth"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   RealmClassName             CDATA                    #IMPLIED
>

Parent Elements

The UnixRealm element is a child of the Domain element.

Attributes

Table 78-1 UnixRealmMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Auth-Program

The name of the program used to authenticate users in the UNIX security realm. In most cases, the name of the program is wlauth. The authentication program must run setuid root.

  • If the program name is wlauth and is in the CLASSPATH, you need not explicitly set this attribute; leave the attribute blank.

  • If the program name is different than wlauth, ir of it is not in the CLASSPATH of WebLogic Server, specify this attribute.

Default: "wlauth"

Auth Program

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

Realm-Class-Name


Realm Class Name


 

 

Back to Top Previous Next