NT LogOn

How Can i Log on to NT using my own methology into any domain, provided i
know atleast one system in the domain???
Can any one give me fair idea on how to go abut it???
thnx


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Try NtCreateToken.
This will log on any user by his/her SID without password validation and
audit trail.

Surely the process calling NtCreateToken must have a TCB (“Act as a part of
operation system”) privilege.

There is some danger that in this case LSASS will crash at logoff (there
will be no LSA logon session structure for the token, so, for instance, the
code which writes the logoff event to the log may crash) - but maybe this
will work.

I don’t think there are any other ways of logging on users without knowing
the password.

Max

----- Original Message -----
From:
To: “NT Developers Interest List”
Sent: Tuesday, July 31, 2001 6:46 PM
Subject: [ntdev] NT LogOn

> How Can i Log on to NT using my own methology into any domain, provided i
> know atleast one system in the domain???
> Can any one give me fair idea on how to go abut it???
> thnx
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com