LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   samba logon script question (https://www.linuxquestions.org/questions/linux-networking-3/samba-logon-script-question-54778/)

kcourser 04-12-2003 10:00 PM

samba logon script question
 
does anyone know of a way to display a motd at logon for samba clients? the only way I've thought of is to echo motd in the logon script but i don't want to do that. I'd like to have a neat gui popup that would read motd and i could change it daily.

any suggestions? is preexec an answer?

thanks

kevin

Sutekh 04-20-2003 10:06 PM

you send a winpopup message with preexec, so when a user logs on and connects to say a home share preexec smbclient -M `cat motd` The only problem is that the user need to be running winpopup although I guess you could run this from the login script.

kcourser 04-24-2003 12:45 PM

Thanks, i'll give it a try and let you know


kevin


All times are GMT -5. The time now is 06:55 PM.