Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit fe23b8d

Browse files
committed
adjust casing of new field of EmailLDAPConverter
1 parent 7c5283f commit fe23b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/core/publishers/EmailLDAPConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public string LdapQueryField
9393
/// </summary>
9494
/// <version>1.9</version>
9595
/// <default>SAMAccountName</default>
96-
[ReflectorProperty("SourceControlFieldToLdapMapper", Required = false)]
96+
[ReflectorProperty("sourceControlFieldToLdapMapper", Required = false)]
9797
public string SourceControlFieldToLdapMapper
9898
{
9999
get { return sourceControlFieldToLdapMapper; }

0 commit comments

Comments
 (0)