This page last changed on Mar 28, 2010 by ccnet-doc-gen.

LDAP Email Converter

Looks up the email address via LDAP.

Version

Available from version 1.4.1

Examples

This will search the LDAP for source control userid "js" , using default settings.

<converters>
  <ldapConverter domainName="TheCompany" />
</converters>

This will search the LDAP for source control userid "js" , specifying a user for querying the LDAP.

<converters>
  <ldapConverter domainName="TheCompany" ldapLogOnUser="LdapQuery" ldapLogOnPassword="LdapQueryPW" />
</converters>

Configuration Elements

Element Description Type Required Default Version
domainName The domain to query for the LDAP service. String Yes n/a 1.0
ldapLogOnPassword The password to use for connecting to the LDAP service. PrivateString No None 1.0
ldapLogOnUser Username for logging into the LDAP service. String No None 1.0
ldapQueryField The field in the LDAP service to use for mapping the source control userid. String No MailNickName 1.0
Automatically Generated

Documentation generated on Sunday, 28 Mar 2010 at 8:03:15 PM
Using assembly version 1.6.7027.1

Document generated by Confluence on Jan 23, 2011 08:52