I install and configure AD provider 1.0.3.
But only Anonymous Type Authentication is work. Other Type not allow login to DNN.
I input domain\UserName at Windows login form and have access to my Site. All right, but i have a same exceptions when I login using Windows login:
AssemblyVersion: 04.08.04
PortalID: 10
PortalName: Hichens
UserID: -1
UserName:
ActiveTabID: 956
ActiveTabName: Home
RawURL: /Default.aspx?TabId=956&ctl=Login&language=en-US&returnurl=%2fDefault.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://mydnn.com/Home/tabid/956/ctl/Login/language/en-US/Default.aspx?returnurl=%2fDefault.aspx
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 94dd1472-9e74-43e3-a3eb-e688229f3101
InnerException: An operations error occurred.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.DirectoryServices.DirectoryEntry.Bind
StackTrace:
Message: System.Runtime.InteropServices.COMException (0x80072020): An operations error occurred. at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) at System.DirectoryServices.DirectoryEntry.Bind() at System.DirectoryServices.DirectoryEntry.get_AdsObject() at System.DirectoryServices.PropertyValueCollection.PopulateList() at System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry entry, String propertyName) at System.DirectoryServices.PropertyCollection.get_Item(String propertyName) at DotNetNuke.Authentication.ActiveDirectory.ADSI.Domain.PopulateInfo() at DotNetNuke.Authentication.ActiveDirectory.ADSI.Domain..ctor(String Path, String UserName, String Password, AuthenticationTypes AuthenticationType) at DotNetNuke.Authentication.ActiveDirectory.ADSI.Domain.GetDomain(String Path, String UserName, String Password, AuthenticationTypes AuthenticationType) at DotNetNuke.Authentication.ActiveDirectory.ADSI.Utilities.GetRootDomain()
Source:
Server Name:
And on one of my portal I have an error at Authentication page in Admin tab:
|
Error: is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Authentication.ActiveDirectory.Settings.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace --- |
I using impersonate in my web.config