Displaying 5 results from an estimated 5 matches for "using_the_xattr_tdb_vfs_module".
2023 Aug 22
1
DFS questions...
...#39;vfs objects' set in global.
>
>Rowland
Is this documented anywhere on the wiki? If not, what would be an appropriate location and title?
There are already pages with specific information on vfs modules, but none contains that configuration pitfall:
https://wiki.samba.org/index.php/Using_the_xattr_tdb_VFS_Module
https://wiki.samba.org/index.php/Using_the_acl_xattr_VFS_Module
https://wiki.samba.org/index.php/Using_the_streams_xattr_VFS_Module
https://wiki.samba.org/index.php/Using_the_xattr_tdb_VFS_Module
https://wiki.samba.org/index.php/NFS4_ACL_overview
https://wiki.samba.org/index.php/Using_the_worm_VF...
2020 Feb 28
2
LXC, ADDC and xattr_tdb...
...9-December/227626.html
there's no way to run samba AD DC on a unprivileged LXC container,
because samba need the XATTR SYSTEM namespace that is reserved on
container.
Could be doable 'offloading' all XATTR from filesystem with a module
like xattr_tdb?
https://wiki.samba.org/index.php/Using_the_xattr_tdb_VFS_Module
how much is 'inefficient' for an AD DC?
There's some way, eventually, to ''backup'' XATTR and restore it to
migrate from filesystem to xattr_tdb?
Thanks.
--
dott. Marco Gaiarin GNUPG Key ID: 240A3D66
Associazione ``La Nostra Famiglia''...
2023 Aug 21
1
DFS questions...
On Mon, 21 Aug 2023 22:18:22 +0200
Joachim Lindenberg via samba <samba at lists.samba.org> wrote:
> Hello Rowland,
> If someone wants full_audit, will adding 'vfs objects = full_audit'
> on a DC also have dfs_samba4 and acl_xattr enabled just because
> running on a DC, or would this cause both defaults to be turned off?
> Thanks, Joachim
>
>
On a DC both the
2023 Aug 22
1
DFS questions...
...>>
>> Rowland
>
> Is this documented anywhere on the wiki? If not, what would be an appropriate location and title?
> There are already pages with specific information on vfs modules, but none contains that configuration pitfall:
>
> https://wiki.samba.org/index.php/Using_the_xattr_tdb_VFS_Module
> https://wiki.samba.org/index.php/Using_the_acl_xattr_VFS_Module
> https://wiki.samba.org/index.php/Using_the_streams_xattr_VFS_Module
> https://wiki.samba.org/index.php/Using_the_xattr_tdb_VFS_Module
> https://wiki.samba.org/index.php/NFS4_ACL_overview
> https://wiki.samba.org/...
2020 Feb 28
1
LXC, ADDC and xattr_tdb...
...C on a unprivileged LXC container,
> > because samba need the XATTR SYSTEM namespace that is reserved on
> > container.
> >
> > Could be doable 'offloading' all XATTR from filesystem with a module
> > like xattr_tdb?
> > https://wiki.samba.org/index.php/Using_the_xattr_tdb_VFS_Module
> > how much is 'inefficient' for an AD DC?
> >
> > There's some way, eventually, to ''backup'' XATTR and restore it to
> > migrate from filesystem to xattr_tdb?
> >
> >
> > Thanks.
> >
> It doesn't scale, if it...