I was able to set my wcf service to trace...and here it is :
Stack trace:
System.DirectoryServices.Protocols.LdapConnection.BindHelper(NetworkCredential newCredential, Boolean needSetCredential)
System.DirectoryServices.Protocols.LdapConnection.Bind(NetworkCredential newCredential)
System.DirectoryServices.AccountManagement.CredentialValidator.lockedLdapBind(LdapConnection current, NetworkCredential creds, ContextOptions contextOptions)
System.DirectoryServices.AccountManagement.CredentialValidator.BindLdap(NetworkCredential creds, ContextOptions contextOptions)
System.DirectoryServices.AccountManagement.CredentialValidator.Validate(String userName, String password, ContextOptions connectionMethod)
System.DirectoryServices.AccountManagement.PrincipalContext.ValidateCredentials(String userName, String password, ContextOptions options)
CenturaServices.AdAccountMgrServiceImplementation.validateUser(String userName, String pwd) in C:\Projects\PasswordResetTool\WCFServices\WCFADService\CenturaServices\CenturaServices\AdAccountMgrServiceImplementation.cs:line 1163
CenturaServices.AdAccountMgrServiceImplementation.GetUser(String userName, String pwd) in C:\Projects\PasswordResetTool\WCFServices\WCFADService\CenturaServices\CenturaServices\AdAccountMgrServiceImplementation.cs:line 552
SyncInvokeGetUser(Object , Object[] , Object[] )
System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)
System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc)
System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc)
System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc)
System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc)
System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)
Exception type:
System.DirectoryServices.Protocols.DirectoryOperationException, System.DirectoryServices.Protocols, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Message:
The server is unavailable.
Thank you for your help.