Hi!
Please, help!
AD Provider was established without problems.
A name of the domain: test.domain.net.
In authentication settings: Root Domain: dc=test, dc=domain, dc=net.
It has found two domains: test.domain.net и test2.domain.net.
Mistakes at connection was not. But at attempt to be authorized on a site gives out a mistake:
Login Failed, remember that Passwords are case sensitive.
DNN logs:
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 9c463a97-ed45-4c7b-8fa6-6d2879b39322
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Authentication.ActiveDirectory.ADSI.ADSIProvider.GetUser
StackTrace:
Message: System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Authentication.ActiveDirectory.ADSI.ADSIProvider.GetUser(String LoggedOnUserName, String LoggedOnPassword)
I shall be authorized by the domain user: test\user
To test\user has given the right the full rights to the catalogue with DNN
Also I use impersonation in my web.config:
In what there can be a problem?