<C_BIND_LDAP> : Simple binding for a LDAP directory

Java class : leon.info.binding.LyLdapClassBinding

ROLE

This case is used when the data source is a LDAP directory.

ATTRIBUTES

<!ATTLIST C_BIND_LDAP
	  value CDATA #REQUIRED
	  location IDREF #IMPLIED
	  fdnFormat CDATA #IMPLIED
	  rdn CDATA #REQUIRED
	  classFilter CDATA #IMPLIED>
Attribute Mand. Description Default
value yes Corresponds to the Id of the LDAP connector. This attribute is shared by all the bindings of C_BIND type.  
location no Corresponds to the LDAP object class corresponding to this class, with its inheritance tree. For example, for an object of organizationalUnit type, this value will be "top,organizationalunit".  
fdnFormat no Corresponds to the full distinguished name for the class (without the part, corresponding to the FDN of the base object, that is declared in the connector).  
rdn yes C_BIND_LDAP.rdn  
classFilter no C_BIND_LDAP.classFilter  

ELEMENTS

<!ELEMENT C_BIND_LDAP 
	  (FILTER |
	   FILTER_REF)?>
Element Mand. Mult. Description
FILTER yes no Filter used to define a partial binding (restricted to objects that match the filter).
FILTER_REF yes no Filter reference used to define a partial binding (restricted to objects that match the filter).

SAMPLE

<C_BIND_LDAP value="top,organizationalunit" fdnFormat="ou"/>