How can I check if a client has used the pdc or one of the bdc's for domain logon? regards martin
Martin I use "root preexec" in the netlogon share to run a script which: a) Update DNS with the fqdn username.domain b) Update a MySQL db with the username, logon time, machine name and server name in combination with an entry in the logon script on each dc which writes to a logfile at each logon with the username, server and time. Alex On Thu, 2009-08-27 at 08:36 +0200, Martin Hochreiter wrote:> How can I check if a client has used > the pdc or one of the bdc's for domain logon? > > regards > martin-- This message is intended only for the addressee and may contain confidential information. Unless you are that person, you may not disclose its contents or use it in any way and are requested to delete the message along with any attachments and notify us immediately. "Transact" is operated by Integrated Financial Arrangements plc Domain House, 5-7 Singer Street, London EC2A 4BQ Tel: (020) 7608 4900 Fax: (020) 7608 1200 (Registered office: as above; Registered in England and Wales under number: 3727592) Authorised and regulated by the Financial Services Authority (entered on the FSA Register; number: 190856)
On Thu, Aug 27, 2009 at 2:29 PM, Alex Crow<acrow at integrafin.co.uk> wrote:> Martin > > I use "root preexec" in the netlogon share to run a script which: > > a) Update DNS with the fqdn username.domain > b) Update a MySQL db with the username, logon time, machine name and > server name > > in combination with an entry in the logon script on each dc which writes > to a logfile at each logon with the username, server and time. > > AlexAlex, I have been trying to use "root preexec" to add domain users to Power users group on the local workstation, it never works.. http://us1.samba.org/samba/docs/man/Samba-HOWTO-Collection/NetCommand.html#autopoweruserscript Have you used this?? thanks Avinash
> > Alex, > > I have been trying to use "root preexec" to add domain users to Power > users group on the local workstation, it never works.. > http://us1.samba.org/samba/docs/man/Samba-HOWTO-Collection/NetCommand.html#autopoweruserscript > > Have you used this?? > > thanks > Avinash > >I have already heard of that hint - thank your for the link. Is there really no tool inside samba that can show you what client has logged on on what certain dc? What about this IPC$ - is that a hint for a domain logon? martin