What actions occur with at login?? auth?? ports used??etc..

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

all.

I am looking to find out what actions are taken when a domain user logs into
a domain and also what actions are taken when a user authenticates on a
domain. What ports are used?? If databases are being used what actions are
happening with ODBC and the like??

Thanks in advance.

r
 
One of the best ways to find out is to enable netmon or Ethereal on a domain
controller when a user logs on. This would be best done on a test network so
that the packet tracing only contains packets exchanged between the domain
controller and the domain client. Ports commonly used or 53 UDP for dns, 135
for RPC, 88 UDP for kerberos, 139/445 TCP for smb/cifs, 389 UDP for ldap,
and 1026 or above for dynamic RPC assignment. The link below is to a paper
on kerberos that explains the kerberos exchange so that a user can obtain a
session ticket, a ticket granting ticket, and a service ticket. The paper
is written to be very understandable. Computers also logon to the domain and
both computer and user have Group Policy applied/refreshed at startup and
logon. When a user simply authenticates to the domain, Group Policy is not
applied. --- Steve

http://www.microsoft.com/windows2000/techinfo/howitworks/security/kerberos.asp
 
thanks for the replies guys.. i am not really looking for generalities of my
system.. i can scan with ethereal if i need to .. i am really looking for the
actual microsoft use of a logon and actions that a guaranteed to happen on
any system, on any domain.. the extras that i have to look for are what i may
have changed with policies and software..

i will look at the links that you supplied me with.. they look good so far..

any others??


r
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top