[Samba] Share does not exist

Richard Potter rpotter at rpcs.net
Tue Apr 10 00:39:33 GMT 2007


On Tue, Apr 10, 2007 at 01:33:00AM +0200, Sturla Holm Hansen wrote:

> Hi list, I'm trying to set up a samba server and have run into a problem:
> Whenever I try to access a share other than /home/<user> I get a message
> saying that this resource is nonexistant on the server...
> I have problems getting "net groupmap modify" work, the commands I'm using
> is:
> 
> net groupmap modify ntgroup="Domain Admins" unixgroup=root
> net groupmap modify ntgroup="Domain Users" unixgroup=users
> net groupmap modify ntgroup="Domain Guests" unixgroup=nogroup
> 
> and the error for all three is:
> 
> Can't map to an unknown group type.

<snip>

The error wants to know the group type. Tell it, with a type=d like 
this:

net groupmap modify ntgroup="Domain Guests" unixgroup=nobody type=d
                                                             ^^^^^^

Cheers!
-- 
Richard Potter


More information about the samba mailing list