Fix #16: Include AD Primary Group when Searching

Fix regression when searching for users.
This commit is contained in:
Gary Sharp
2013-09-09 17:02:00 +10:00
parent 60f7384c97
commit 122f719e3b
@@ -341,6 +341,7 @@ namespace Disco.BI.Interop.ActiveDirectory
"sn", "sn",
"givenName", "givenName",
"memberOf", "memberOf",
"primaryGroupID",
"mail", "mail",
"telephoneNumber" "telephoneNumber"
}, SearchScope.Subtree)) }, SearchScope.Subtree))