Displaying 4 results from an estimated 4 matches for "samarone".
Did you mean:
iavarone
2004 Apr 22
2
Application accesing file on samba sharing
Hi,
I'm using Samba 2.2.8 on a Linux server and I have an application that
access some file on the samba sharing. There are about 50 users that use
this application. I'm having the follow problem: Some informations, that the
application write on files, is not writed. Are there any problem when there
are a lot of users accessing a file ?
My smb.conf has the follow line for this
2003 Jun 21
1
Doubts about Winbindd
...e on Linux PDC
server where the Linux clients will autenticate ?
4. Could Win2000/XP clients be autenticate to a Linux PDC server
without I need to add the users on the Win2000/XP clients ? How ?
Sorry for this newbie questions and thanks,
Roberto Samarone Araujo
2003 Jul 01
0
Re: Winpopup message to all user on a PDC
...ew days.. But if you have any
ideas let me know..
-Mike
-----Original Message-----
From: Marco De Vitis [mailto:starless@supereva.it]
Sent: Tuesday, July 01, 2003 7:03 AM
To: samba@lists.samba.org
Subject: [Samba] Re: Winpopup message to all user on a PDC
Il 01/07/2003, alle ore 14:19, Roberto Samarone Araujo (RSA) ha scritto:
> It it possible to send messages to all users logged in a PDC at
same
> time ?
I didn't find a ready-to-use program, so I use something like this
inside an executable script:
for i in $(cat /path/clientlist.txt)
do
echo message_text | smbc...
2003 Jul 02
0
Winpopup message to all user on a PDC
>
> Il 01/07/2003, alle ore 14:19, Roberto Samarone Araujo (RSA) ha scritto:
>
> > It it possible to send messages to all users logged in a PDC at
same
> > time ?
>
> I didn't find a ready-to-use program, so I use something like this
> inside an executable script:
>
> for i in $(cat /path/clientlist.txt)...