Remove the GPO , when the last Drive mapping is removed (done).

Targeting filter issue fixed.
This commit is contained in:
vfedosevich 2014-06-24 04:57:34 +03:00
parent 34f2d2bb4f
commit fc2f121bf3
2 changed files with 25 additions and 72 deletions

View file

@ -61,6 +61,7 @@ namespace WebsitePanel.Providers.HostedSolution
public const string ExternalEmail = "mail";
public const string CustomAttribute2 = "extensionAttribute2";
public const string DistinguishedName = "distinguishedName";
public const string SID = "objectSid";
}
}