DragonFlyBSD / DPorts

The dedicated application build system for DragonFly BSD
Other
89 stars 46 forks source link

samba48-4.8.12_1: Not compiled with ACL #207

Closed Yetoo1 closed 4 years ago

Yetoo1 commented 5 years ago

I compiled samba48-4.8.12_1 with options including but not limited to ADS, AC_DC, and LDAP but when I try to provision a domain I get this error: ERROR(<class 'samba.provision.ProvisioningError'>): Provision failed - ProvisioningError: Samba was compiled without the ACL support that s3fs requires. Try installing libacl1-dev or libacl-devel, then re-run configure and make. File "/usr/local/lib/python2.7/site-packages/samba/netcmd/domain.py", line 500, in run plaintext_secrets=plaintext_secrets) File "/usr/local/lib/python2.7/site-packages/samba/provision/init.py", line 2275, in provision skip_sysvolacl=skip_sysvolacl) File "/usr/local/lib/python2.7/site-packages/samba/provision/init.py", line 1891, in provision_fill names.domaindn, lp, use_ntvfs) File "/usr/local/lib/python2.7/site-packages/samba/provision/init.py", line 1628, in setsysvolacl raise ProvisioningError("Samba was compiled without the ACL support that s3fs requires. "

I tried compiling py-pylibacl then deinstalling and remaking samaba and this still occurs. This occurs with or without compiling NTVFS.

tuxillo commented 4 years ago

net/samba48 won't build if ACL support is enabled. Also there is no ACL support in DragonFly.