BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element auth-protocol

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

Documentation
The type of authentication used to authenticate the LDAP
 server.



The following values are available:


  - 


None for no authentication.



  - 


Simple for password authentication.



  - 


CRAM-MD5 for certificate authentication.






Netscape Directory Server supports CRAM-MD5.
 Microsoft Site Server and Novell NDS support
 Simple.

 


 Default: "none"


 Secure Value: true
Properties
This component is not nillable.

Model
<auth-protocol>

</auth-protocol>

Source
<xs:element minOccurs="0" name="auth-protocol" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="none"/>
<xs:enumeration value="simple"/>
<xs:enumeration value="CRAM-MD5"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation