[Bug 236738] net/samba4*: Wrong "samba4/private" directory permissions for using with bind backend.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 23 18:52:33 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236738

            Bug ID: 236738
           Summary: net/samba4*: Wrong "samba4/private" directory
                    permissions for using with bind backend.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: nikita at druba.su

I'm using samba AD with Bind backend. And every time, when i'm updating samba,
i need to set 
chgrp bind /var/db/samba4/private 
and correct rc,d/samba_server file at line 63:
        install -d -m 0700 "${samba_server_privatedir}"
to
        install -d -m 0750 "${samba_server_privatedir}"
Sorry, if it have another decision, except correcting port data, but i'm really
dont known which one.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list