Displaying 2 results from an estimated 2 matches for "int_samba_version".
2003 Jul 01
1
Re: Winpopup message to all user on a PDC
...name.. As its there login name.. However
> there subnet is a whole different ballgame.. Im hoping it will clear
up
> after browse lists have propagated in a few days.. But if you have any
> ideas let me know..
if your PDC is an Linux-Samba-Server and the clients have active
connections:
int_samba_version=`smbd -V | cut -d" " -f2`
status=`smbstatus -b \
| grep -vi "Samba version $int_samba_version" \
| grep -vi "PID Username Machine
Time logged in" \
| grep -vi "-" | grep '[1-9]' | cut -c19-48`
if [ &...
2003 Jul 01
1
Re: Winpopup message to all user on a PDC
...name.. As its there login name.. However
> there subnet is a whole different ballgame.. Im hoping it will clear up
> after browse lists have propagated in a few days.. But if you have any
> ideas let me know..
if your PDC is an Linux-Samba-Server and the clients have active connections:
int_samba_version=`smbd -V | cut -d" " -f2`
status=`smbstatus -b \
| grep -vi "Samba version $int_samba_version" \
| grep -vi "PID Username Machine Time logged in" \
| grep -vi "-" | grep '[1-9]'...