Hello,
Is Samba AD-DC mode possible on OpenBSD?
According to the official samba manual it is not possible
because of file system not supporting extended acl
(https://wiki.samba.org/index.php/File_System_Support)
or a workaround is required (which is not recommended):
"""
File systems without xattr support
Note: This is not recommended!!!

If you don't have a filesystem with xattr support, you can simulate it by adding the following line to your smb.conf:

  posix:eadb = /usr/local/samba/private/eadb.tdb
This will place all extra file attributes (NT ACLs, DOS EAs, streams, etc), in that tdb.

Note: This way it is not efficient and doesn't scale well. That's why it shouldn't be used in production!
"""

Is that workaround the only way to run an AD-DC on OpenBSD?

--
Best regards
Maksim Rodin

Reply via email to