I am trying to get the currently assigned AD groups of the logged in user. However, I always get this error:
[1] The server could not be contacted. at ssADSecurity.RssExtensionAuthentication.MssActiveDirectory_GetAccountGroups(HeContext heContext, String inParamAccount, RecordList& outParamGroups) at ssADSecurity.Flows.FlowCommon.ScrnMyInfo.Preparation(HeContext heContext) at ssADSecurity.Flows.FlowCommon.ScrnMyInfo.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)All other Actions in this module seem to work. I am able to verify AD groups, get account details, etc.
[2] The LDAP server is unavailable. at System.DirectoryServices.Protocols.LdapConnection.Connect() at System.DirectoryServices.Protocols.LdapConnection.SendRequestHelper(DirectoryRequest request, Int32& messageID) at System.DirectoryServices.Protocols.LdapConnection.SendRequest(DirectoryRequest request, TimeSpan requestTimeout) at System.DirectoryServices.AccountManagement.PrincipalContext.ReadServerConfig(String serverName, ServerProperties& properties)