"Thomas H" <(E-Mail Removed)> wrote in message
news:OrLRH%(E-Mail Removed)...
> (..snip..)
> Although- hey, speaking of credentials, every time I can't log in to the
> test domain from my laptop, the event log on the test server/dc gives the
> code for "incorrect password". Now, I'm typing the password correctly-
for
> testing, I even changed it to something incredibly simple- but not blank-
so
> it's just about impossible to mis-type. It doesn't give the code for
> "unknown user"- which tells me my login of ttest03@maintest is a valid
> username. But why the invalid password? Is that related to credentials
> too? Both my laptop, pc, and test domain all sync their time from the
same
> NTP server...
>
> Thanks!
>
> -TH
Just an update!! I fixed the laptop problem!!
On the test server, I was going through my installation notes carefully, and
found a spot where I deviated from the real domain/server's setup. I started
un-doing the changes- and found the problem. I had disabled LM and NTLM
authentication completely, and only allowed the stronger NTLMv2. You guys
can find more info about this at
http://www.sans.org/top20/#w3 , roll down
to step "5" of this W3 vulnerability. I had edited the registry for a
setting of 5, which would prevent any older machines from accessing my
server (and therefore transmitting a not-too-secure password hash across the
'net). Only systems that transmit an NTLMv2 password would be able to
connect. (The proper way for doing this is on Win2k is through
administrative tools / local security policy / local policies / security
options / "Lan Manager Authentication Level".)
At the same time that I changed the server for just NTLMv2, I had changed my
desktop PC to be the same. That's why I could connect to the test
server/domain from my pc, but not from my laptop. Oops!
All I had to do was boost my XP Pro laptop to use level 5 (Send NTLMv2
response only, refuse LM & NTLM), and now I can connect with no problems.
In XP Pro, you can either change the registry or use the local security
policy snap-in (administrative tools / local security policy / local
policies / security options / "Network security: LAN Manager authentication
level"). I don't have to worry about connecting to older NT4 or Win9x
networks, so setting level 5 is perfect for me.
Curiously, the start / run / \\ipaddress method of access won't work from my
desktop workstation (Win2kPro), it still tells me that the network path
isn't found. So there's still some kind of dependency between my real
domain and my test domain. If anybody has any ideas on that one, let me
know! Otherwise, I'll keep testing, and let the newsgroup know what I find.
-TH