Re: Enabling anonymous ldap in server 2003
From: Marin Marinov (mlmarinov_at_askme.ca)
Date: 07/04/04
- Next message: Cameron Ye: "RE: W2K Server to W2003 Server upgrade"
- Previous message: Marin Marinov: "Re: Upgrade NT 4.0 to W2003"
- In reply to: aaron: "Enabling anonymous ldap in server 2003"
- Next in thread: Charlie Li: "RE: Enabling anonymous ldap in server 2003"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 4 Jul 2004 18:17:13 -0400
In article <eWsr$ODYEHA.3112@tk2msftngp13.phx.gbl>, aaron@fake.net
says...
> I am doing a test upgrade for my domain 2k--->2k3. The problem that I am
> having is all of our RAS servers are still NT with no current plans to
> upgrade soon. In the test environment the upgraded 2k3 domain controllers
> would not authenticate users for the NT 4.0 machines, after several failed
> searches for a fix I found out that it was a problem with the LDAP
> connections, for the NT machines to talk to the 2k3 machines anonymous ldap
> has to be enabled, so I got on the MS site and found
> http://support.microsoft.com/?id=326690
>
> ....but I cannot get the command to run successfully, I am trying to add the
> dSHeuristics attribute with 0000002 so my remote users can authenticate, but
> I am getting the following error:
>
> Error: Add: Object Class Violation. <65>
>
> any ideas?
>
> tia,
>
> aaron
Aaron, forget about tampering with anonymous LDAP - you don't need it in
this case and it's a huuuge security hole. The issue with NT 4.0 RRAS is
that it tries to check if the user has dial-in permission by using a
null session,i.e. with anonymous credentials which doesn't work in the
higher security mode. In this case, you must add the Everyone and
Anonymous logon to the Pre-Windows 2000 Compatible Access group on the
Win2K3 DCs:
net localgroup "Pre-Windows 2000 Compatible Access" everyone /add
net localgroup "Anonymous logon" everyone /add
HOW TO: Add Users to the Pre-Windows 2000 Compatible Access Group in
Windows Server 2003
http://support.microsoft.com/default.aspx?scid=kb;en-us;325363
Enable Windows NT 4.0-Based RAS Servers in a Windows 2000-Based Domain
http://support.microsoft.com/default.aspx?scid=kb;EN-US;254311
Note that you must add the Anonymous logon explicitly since it's no
longer a member of Everyone in Win2K3 as opposed to Win2K.
HTH
-- Cheers, Marin Marinov MCT, MCSE 2003/2000/NT4.0, MCSE:Security 2003/2000, MCP+I - This posting is provided "AS IS" with no warranties, and confers no rights. "True knowledge exists in knowing that you know nothing." Socrates
- Next message: Cameron Ye: "RE: W2K Server to W2003 Server upgrade"
- Previous message: Marin Marinov: "Re: Upgrade NT 4.0 to W2003"
- In reply to: aaron: "Enabling anonymous ldap in server 2003"
- Next in thread: Charlie Li: "RE: Enabling anonymous ldap in server 2003"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|