Hullo, All... I have HPUX 10.20 with SaMBa 2.2.3a installed... All I want to do is make a single share with read only access for everybody, no matter the user people are using, in other words, they don't need to have the user on the server side. I tried to setup, with no success. Anybody knows something? Thanks...
might we perhaps see an smb.conf file? Demerson Zounar wrote:>Hullo, All... >I have HPUX 10.20 with SaMBa 2.2.3a installed... All I want to do is >make a single share with read only access for everybody, no matter the >user people are using, in other words, they don't need to have the user >on the server side. >I tried to setup, with no success. Anybody knows something? > >Thanks... > > > > >
Have you tried guest account = ftp and guest ok = yes [global] security = user guest account = ftp [AllFiles] comment = EverybodyComeIn path = /Whatever read only = yes guest ok = yes Then, make sure that the permissions on your server are set properly. Joel On Mon, Aug 12, 2002 at 05:17:05PM -0300, Demerson Zounar wrote:> Hullo, All... > I have HPUX 10.20 with SaMBa 2.2.3a installed... All I want to do is > make a single share with read only access for everybody, no matter the > user people are using, in other words, they don't need to have the user > on the server side. > I tried to setup, with no success. Anybody knows something? > > Thanks... > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba
# Global parameters [global] workgroup = workgroup netbios name = Server security = SHARE log level = 0 log file = /var/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 os level = 0 dns proxy = No [admin$] path = /path/to/share username = pcguest guest account = pcguest read list = pcguest read only = Yes only user = no browseable = yes should do it, just add pcguest as a unix user Rasmus At 17:17 12-08-2002 -0300, Demerson Zounar wrote:>Hullo, All... >I have HPUX 10.20 with SaMBa 2.2.3a installed... All I want to do is >make a single share with read only access for everybody, no matter the >user people are using, in other words, they don't need to have the user >on the server side. >I tried to setup, with no success. Anybody knows something? > >Thanks... > > > >-- >To unsubscribe from this list go to the following URL and read the >instructions: http://lists.samba.org/mailman/listinfo/samba
Add the lines guest ok = yes guest only = yes to the share definition.> -Larry Engleman > The Burgiss Group > 201-795-5144-----Original Message----- From: Info - Demerson [mailto:demerson@zaffari.com.br] Sent: Tuesday, August 13, 2002 9:32 AM To: 'Rasmus Reinholdt Nielsen'; Info - Demerson; samba@lists.samba.org Subject: RES: [Samba] Simple and Stupid Share... for your information, it didn't work... it needs a password... but i don't want to send any password... any ideasd? -----Mensagem original----- De: Rasmus Reinholdt Nielsen [mailto:rasmus@narani.dk] Enviada em: segunda-feira, 12 de agosto de 2002 17:34 Para: Demerson Zounar; samba@lists.samba.org Assunto: Re: [Samba] Simple and Stupid Share... # Global parameters [global] workgroup = workgroup netbios name = Server security = SHARE log level = 0 log file = /var/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 os level = 0 dns proxy = No [admin$] path = /path/to/share username = pcguest guest account = pcguest read list = pcguest read only = Yes only user = no browseable = yes should do it, just add pcguest as a unix user Rasmus At 17:17 12-08-2002 -0300, Demerson Zounar wrote:>Hullo, All... >I have HPUX 10.20 with SaMBa 2.2.3a installed... All I want to do is >make a single share with read only access for everybody, no matter the >user people are using, in other words, they don't need to have the user >on the server side. >I tried to setup, with no success. Anybody knows something? > >Thanks... > > > >-- >To unsubscribe from this list go to the following URL and read the >instructions: http://lists.samba.org/mailman/listinfo/samba-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba