Mike,
I get an authorization error attempting to configure:
|
Accessing Global Catalog:
FAIL
Checking Root Domain:
OK
Accessing LDAP:
FAIL
Find all domains in network:
Could not access LDAP to obtain domains info
Logon failure: unknown user name or bad password.
|
This is somewhat expected, after looking at configuration. I have to speak to a leaf, not the root node, and not the central AD server. I cannot set the path directly, which is what I had to do via .Net code in order to get it to function.
I therefore attempted to download the source and see what I needed to modify to do so. dnnauthad-29541 looks like the last DNN 4.6 version. However, when I fixed the Dotnetnuke references to what is in my project, I have a few errors:
Error 1 'IsDeleted' is not a member of 'DotNetNuke.Entities.Users.UserInfo'. C:\Documents and Settings\rinehmb\My Documents\Visual Studio 2008\Projects\dnnauthad-30187\Components\AuthenticationController.vb 96 25 DotNetNuke.Authentication.ActiveDirectory.VS2008
Error 3 'GetPortalSettingsDictionary' is not a member of 'DotNetNuke.Entities.Portals.PortalController'. C:\Documents and Settings\rinehmb\My Documents\Visual Studio 2008\Projects\dnnauthad-30187\Components\Config\Configuration.vb 109 77 DotNetNuke.Authentication.ActiveDirectory.VS2008
Error 4 'UpdatePortalSetting' is not a member of 'DotNetNuke.Entities.Portals.PortalController'. C:\Documents and Settings\rinehmb\My Documents\Visual Studio 2008\Projects\dnnauthad-30187\Components\Config\Configuration.vb 244 13 DotNetNuke.Authentication.ActiveDirectory.VS2008
Error 20 Too many arguments to 'Public MustOverride Function AddUser(PortalID As Integer, Username As String, FirstName As String, LastName As String, AffiliateId As Integer, IsSuperUser As Boolean, Email As String, DisplayName As String, UpdatePassword As Boolean, IsApproved As Boolean) As Integer'. C:\Documents and Settings\rinehmb\My Documents\Visual Studio 2008\Projects\dnnauthad-30187\Components\Users\UserController.vb 101 188 DotNetNuke.Authentication.ActiveDirectory.VS2008
I'm in trouble... please help