Unable to connect to the domain

Hi

I'm trying to resolve the issue I'm having with the permissions analyzer. The status when I add my credentials is "Unable to connect to the domain controller. The user name or password is incorrect." I know my credentials are good because I just used them to log in. Looking through the logs in verbose mode doesn't provide much detail however I'll post them below. I did get an event log when starting up the application that looks like the application isn't FIPS compliant. Are you going to develop this so it can be used in a secure environment?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Initialization of 'EpReader.MainWindow' threw an exception.

at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at EpReader.MainWindow..ctor()


Exception has been thrown by the target of an invocation.

at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Security.Cryptography.CryptoConfig.CreateFromName(String name, Object[] args)
at System.Security.Cryptography.MD5.Create()
at EpReader.WebBug.CreateUserHash()
at EpReader.WebBug.Initialize()
at EpReader.MainWindow.OnInitialized(EventArgs e)
at System.Windows.FrameworkElement.TryFireInitialized()
at MS.Internal.Xaml.Runtime.ClrObjectRuntime.InitializationGuard(XamlType xamlType, Object obj, Boolean begin)


This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.

at System.Security.Cryptography.MD5CryptoServiceProvider..ctor()

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

05/05/2020 16:10:49 [01] ERROR MainWindow System.ComponentModel.Win32Exception (0x80004005): The user name or password is incorrect
at EpReader.FileRights.Impersonator.ImpersonateValidUser(String domain, String userName, String password)
at EpReader.MainWindow.btnBrowse_Click(Object sender, RoutedEventArgs e)
05/05/2020 16:23:09 [01] INFO MainWindow Requesting data from AdButler...
05/05/2020 16:23:22 [01] DEBUG MainWindow Error getting data from AdButler: System.Net.WebException: The remote name could not be resolved: 'servedbyadbutler.com'
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)
05/05/2020 16:25:16 [09] DEBUG AdHelper Creating AdHelper - server 192.168.142.228, login **sanitized**
05/05/2020 16:29:23 [09] DEBUG AdHelper Creating AdHelper - server 192.168.142.227, login **sanitized**
05/05/2020 16:29:44 [01] DEBUG MainWindow Close App -----------------------------------
05/05/2020 16:31:18 [01] INFO MainWindow Requesting data from AdButler...
05/05/2020 16:31:30 [01] DEBUG MainWindow Error getting data from AdButler: System.Net.WebException: The remote name could not be resolved: 'servedbyadbutler.com'
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)