Displaying 8 results from an estimated 8 matches for "exampleshare".
2019 Feb 01
2
group membership inconsistency on AD domain member
...workgroup = FOOBAR
idmap config foobar : range = 10000-999999
idmap config foobar : backend = rid
idmap config * : range = 3000-7999
idmap config * : backend = tdb
map acl inherit = Yes
store dos attributes = Yes
strict sync = No
[exampleshare]
browseable = No
path = /srv/samba01/lv01/exampleshare
read only = No
vfs objects = acl_xattr
2018 Oct 08
2
missing group affiliation on ad dc
...ain Controller has some shares for my users.
>>
>> One user just told me he can't access the share...before the
>> migration he was able to access the share btw! So I checked the ACL's
>> of this share.
>>
>> Its:
>> root at server:~# getfacl /media/exampleshare
>> # file: media/exampleshare
>> # owner: EXAMPLE\134fileadmin
>> # group: EXAMPLE\134mitarbeiter
>> user::rwx
>> group::---
>> group:BUILTIN\134administrators:rwx
>> group:EXAMPLE\134sharegroup:rwx
>> mask::rwx
>> other::---
>> default:us...
2018 Oct 08
1
missing group affiliation on ad dc
...d on my debian stretch (samba version is 4.5.12).
The Domain Controller has some shares for my users.
One user just told me he can't access the share...before the migration he was able to access the share btw! So I checked the ACL's of this share.
Its:
root at server:~# getfacl /media/exampleshare
# file: media/exampleshare
# owner: EXAMPLE\134fileadmin
# group: EXAMPLE\134mitarbeiter
user::rwx
group::---
group:BUILTIN\134administrators:rwx
group:EXAMPLE\134sharegroup:rwx
mask::rwx
other::---
default:user::rwx
default:group::---
default:group:EXAMPLE\134sharegroup:rwx
default:mask::rwx
defau...
2019 Apr 30
5
Windows clients require reboot once a day in order to access mapped drives
Hi Viktor,
I didn't go through all the conversations and I'm not sure if this will
> be of any help, I just wanted to inform that I've been using mapped
> drives with Windows 10 for ages and never had the problems you
> described. I also never added or changed the "smb encrypt" option. My
> Samba file server (AD member) was set up pretty much the way as is
>
2018 Oct 08
0
missing group affiliation on ad dc
...my users.
> >>
> >> One user just told me he can't access the share...before the
> >> migration he was able to access the share btw! So I checked the
> >> ACL's of this share.
> >>
> >> Its:
> >> root at server:~# getfacl /media/exampleshare
> >> # file: media/exampleshare
> >> # owner: EXAMPLE\134fileadmin
> >> # group: EXAMPLE\134mitarbeiter
> >> user::rwx
> >> group::---
> >> group:BUILTIN\134administrators:rwx
> >> group:EXAMPLE\134sharegroup:rwx
> >> mask::rwx...
2020 May 31
2
Cannot change NTACL for share from Windows
...0000-999999
idmap config hq:schema_mode = rfc2307
idmap config hq:backend = ad
idmap config * : range = 3000-7999
idmap config * : backend = tdb
map acl inherit = Yes
printing = bsd
vfs objects = acl_xattr
[myshare]
path = /srv/samba/EXAMPLESHARE
read only = No
my user.map:
!root = SAMDOMAIN\Administrator SAMDOMAIN\administrator
getfacl output:
ubuntu at fs1:/srv/samba/$ getfacl EXAMPLESHARE
# file: EXAMPLESHARE
# owner: root
# group: HQ\\unix\040admins
user::rwx
user:root:rwx
group::rwx
group:HQ\\unix\040admins:rwx
mask::rwx
othe...
2019 May 01
0
Windows clients require reboot once a day in order to access mapped drives
...ind use default domain = yes
winbind enum users = yes
winbind enum groups = yes
winbind refresh tickets = Yes
vfs objects = acl_xattr
map acl inherit = Yes
store dos attributes = Yes
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
[exampleshare]
path = /srv/samba/exampleshare
comment = "Example Data"
writeable = yes
These particular files are on Samba 4.9.4, clients are Win10.
Just fyi, I have a second installation where I'm not using keytabs on
the member and it works just as well.
Viktor
2019 May 01
0
Windows clients require reboot once a day in order to access mapped drives
...winbind enum groups = yes
> winbind refresh tickets = Yes
>
> vfs objects = acl_xattr
> map acl inherit = Yes
> store dos attributes = Yes
>
> load printers = no
> printing = bsd
> printcap name = /dev/null
> disable spoolss = yes
>
> [exampleshare]
> path = /srv/samba/exampleshare
> comment = "Example Data"
> writeable = yes
>
> These particular files are on Samba 4.9.4, clients are Win10.
>
> Just fyi, I have a second installation where I'm not using keytabs on
> the member and it works just...