hello,
I want to track which user has logged in to my logon server(linux).We have 15 client machine (window98) who log into the logon server using username and password.
My aim is to give user a welcome message through winpop when he logs on to the logon server.
I am able to give winpopup message from my logon server to all the user individually through smbclient -M <username>.
Now I am not able to find which script in my linux box validate and allows a user to logon.If I find this i can write a script which can do the above mentioned things.Please help how I can do this.
