BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element user-authentication

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
The method for allowing or denying a user the right to
 communicate with WebLogic Server.



The following values are available:


  - 


Bind--The LDAP security realm retrieves user data,
 including the password for the LDAP server, and checks the password
 in WebLogic Server.



  - 


External--The LDAP security realm authenticates a
 user by attempting to bind to the LDAP server with the username and
 password supplied by the WebLogic client.



  - 


Local--The LDAP security realm authenticates a user
 by looking up the UserPassword attribute in the LDAP directory and
 checking its value against a set of passwords in WebLogic
 Server.




 


 Default: "bind"


 Secure Value: true
Properties
This component is not nillable.

Model
<user-authentication>

</user-authentication>

Source
<xs:element minOccurs="0" name="user-authentication" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="bind"/>
<xs:enumeration value="external"/>
<xs:enumeration value="local"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation