user logon problem

  • Thread starter Thread starter Balaji
  • Start date Start date
B

Balaji

I created a user in windows 2000 server( which was
origianlly configured as domain controller.)when I tried
to login with the new user ID, it says "the local policy
does not allow the user to login interactively".
can anyone help me in this.
Thanx
 
You have experienced something that is by design by
Microsoft for the 2000 server. Normal users are not
permitted to log onto the server. However, there is a
resource kit tool called NTRIGHTS.exe that will permit it.
Ntrights.exe is a Resource Kit utility that can be used to
set user rights from a command prompt. Ntrights.exe can be
used to manipulate the rights on either the local computer
or a remote computer. The Help output for Ntrights.exe
does not list all the logon rights that can be modified.

Syntax
NTRights.Exe +r SeInteractiveLogonRight -u taccount
+r grants the rights
-U user/group

regards
 
Back
Top