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.
1<converters>
2 <ldapConverter domainName="TheCompany" />
3</converters>
This will search the LDAP for source control userid "js" , specifying a user for querying the LDAP.
1<converters>
2 <ldapConverter domainName="TheCompany" ldapLogOnUser="LdapQuery" ldapLogOnPassword="LdapQueryPW" />
3</converters>
Configuration Elements¶
Element | Description | Type | Required | Default | Version |
domainName | The domain to query for the LDAP service. | String | Yes | n/a | 141 |
ldapLogOnPassword | The password to use for connecting to the LDAP service. | PrivateString | No | None | 141 |
ldapLogOnUser | Username for logging into the LDAP service. | String | No | None | 141 |
ldapQueryField | The field in the LDAP service to use for mapping the source control userid. | String | No | MailNickName | 141 |
Automatically Generated¶
Documentation generated on Monday, 26 May 2014 at 7:18:00 AM