<L_LDAP> : LDAP directory data location

Java class : leon.info.location.LyLdapLocation

ROLE

This element enables to parameter the connection to a LDAP directory.

ATTRIBUTES

<!ATTLIST L_LDAP
	  id ID #IMPLIED
	  condition CDATA #IMPLIED
	  url CDATA #REQUIRED
	  user CDATA #IMPLIED
	  password CDATA #IMPLIED
	  baseObjectName CDATA #REQUIRED
	  securityType ( Simple | SSL) "Simple">
Attribute Mand. Description Default
id no Identifier of the data location. The default value is the identifier of the application.  
condition no The value of this attribute enables to control the existence of this location. This condition refers to a property defined or not inside the initialisation file of the application. If the property does not exists or equals false or equals 0, this location is no taken into account. This attribute may be used to manage several connections and several applications inside a same system.  
url yes URL used to connect to the LDAP directory.  
user no User name used to connect to the LDAP directory (corresponds to PRINCIPAL).  
password no Password used to connect to the LDAP directory (corresponds to CREDENTIALS).  
baseObjectName yes Identifier of the base object that gives access to the data of the LDAP directory.  
securityType no L_LDAP.securityType Simple

ELEMENTS

<!ELEMENT L_LDAP 
	  (NOTIFIER |
	   NOTIFIER_REF)?>
Element Mand. Mult. Description
NOTIFIER yes no Notification service associated to this location.
NOTIFIER_REF yes no Reference of the notification service associated to this location.

SAMPLE

<L_LDAP id="ldap"
	url="ldap://lyria002:389" 
	baseObjectName="dc=lyria,dc=com"/>