[Samba] I have issue in configuring file servers with AD integration.

Rowland Penny rpenny at samba.org
Mon Jan 28 10:51:59 UTC 2019


On Mon, 28 Jan 2019 15:57:56 +0530
venkat ramu <ramut123 at gmail.com> wrote:

> [inherit]
>  path = /srv/samba/test/inherit
>  valid users = "SBX\Inherit-Group"
>  invalid users = "SBX\Test-Group"
>  read only = No
> [inherit1]
>  comment = inherit1
>  path = /srv/samba/test/inherit1
>  valid users = "SBX\Inherit-Group"
>  read only = No

Try it like this:

[inherit]
 path = /srv/samba/test/inherit
 read only = No

[inherit1]
 comment = inherit1
 path = /srv/samba/test/inherit1
 read only = No

Rowland



More information about the samba mailing list