<F_BIND_LDAP> : Simple field binding for a LDAP directory

Java class : leon.info.binding.LyLdapFieldBinding

ROLE

This is a particular case of simple binding with an LDAP directory as the data source (see C_BIND_LDAP)

ATTRIBUTES

<!ATTLIST F_BIND_LDAP
	  value CDATA #REQUIRED
	  parent ( true | false) "false"
	  binary ( true | false) "false">
Attribute Mand. Description Default
value yes Corresponds to the distinguished name.  
parent no Indicates whether current field points on parent or not. false
binary no F_BIND_LDAP.binary false

SAMPLE

<F_BIND_LDAP value="ou"/>