From: Ignoramus30238 on
I have a ubuntu based server and a windows client. I have some SMB shares
that I want to be read only and available without password (for anyone
coming from legitimate IPs).

My issue is that the ubuntu server insists on authenticating the user,
even for read only shares. How can I make it acept anyone, without
password?

NFS works great for linux clients though.

i
From: Josef Moellers on
Ignoramus30238 wrote:
> I have a ubuntu based server and a windows client. I have some SMB shares
> that I want to be read only and available without password (for anyone
> coming from legitimate IPs).
>
> My issue is that the ubuntu server insists on authenticating the user,
> even for read only shares. How can I make it acept anyone, without
> password?

Have you tried "guest ok = yes"?

--
These are my personal views and not those of Fujitsu Siemens Computers!
Josef M�llers (Pinguinpfleger bei FSC)
If failure had no penalty success would not be a prize (T. Pratchett)
Company Details: http://www.fujitsu-siemens.com/imprint.html
From: Ignoramus15568 on
On 2008-04-15, Josef Moellers <josef.moellers(a)fujitsu-siemens.com> wrote:
> Ignoramus30238 wrote:
>> I have a ubuntu based server and a windows client. I have some SMB shares
>> that I want to be read only and available without password (for anyone
>> coming from legitimate IPs).
>>
>> My issue is that the ubuntu server insists on authenticating the user,
>> even for read only shares. How can I make it acept anyone, without
>> password?
>
> Have you tried "guest ok = yes"?
>

Yes, at share level.

i
From: Josef Moellers on
Ignoramus15568 wrote:
> On 2008-04-15, Josef Moellers <josef.moellers(a)fujitsu-siemens.com> wrote:
>> Ignoramus30238 wrote:
>>> I have a ubuntu based server and a windows client. I have some SMB shares
>>> that I want to be read only and available without password (for anyone
>>> coming from legitimate IPs).
>>>
>>> My issue is that the ubuntu server insists on authenticating the user,
>>> even for read only shares. How can I make it acept anyone, without
>>> password?
>> Have you tried "guest ok = yes"?
>>
>
> Yes, at share level.

I recall that some registry entry is required for this, but can't
remember which.
Maybe this triggers someone else's mind.

--
These are my personal views and not those of Fujitsu Siemens Computers!
Josef M�llers (Pinguinpfleger bei FSC)
If failure had no penalty success would not be a prize (T. Pratchett)
Company Details: http://www.fujitsu-siemens.com/imprint.html
From: Ignoramus15568 on
On 2008-04-15, Josef Moellers <josef.moellers(a)fujitsu-siemens.com> wrote:
> Ignoramus15568 wrote:
>> On 2008-04-15, Josef Moellers <josef.moellers(a)fujitsu-siemens.com> wrote:
>>> Ignoramus30238 wrote:
>>>> I have a ubuntu based server and a windows client. I have some SMB shares
>>>> that I want to be read only and available without password (for anyone
>>>> coming from legitimate IPs).
>>>>
>>>> My issue is that the ubuntu server insists on authenticating the user,
>>>> even for read only shares. How can I make it acept anyone, without
>>>> password?
>>> Have you tried "guest ok = yes"?
>>>
>>
>> Yes, at share level.
>
> I recall that some registry entry is required for this, but can't
> remember which.
> Maybe this triggers someone else's mind.
>

Registry entry??????

i