Bug: AD distinguishedName attribute name

This commit is contained in:
Gary Sharp
2018-04-19 17:05:02 +10:00
parent d477ad5d9c
commit 8278efb9a6
@@ -25,7 +25,7 @@ namespace Disco.Services.Interop.ActiveDirectory
this.LdapFilter = LdapFilter;
LdapPath = _result.Path;
DistinguishedName = Value<string>("dn");
DistinguishedName = Value<string>("distinguishedName");
}
public bool Contains(string PropertyName)