> What I'm trying to achieve is to use another LDAP attribute to search > this user in the LDAP DataConnector, like employeeNumber for example, or > pass the entire DN coming from JAAS/VT-LDAP to use it in this > DataConnector. Just make sure that attribute is a dependency of the connector, and then do $employeeNumber.get(0) -- Scott