<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic SAMBA/LINUX in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/samba-linux/m-p/3272205#M12059</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have successfully setup SAMBA 2.2.8a on Redhat Linux9. We use this for our production system/share for the NT side of the house. We share out the files through linux and mount them on the users desktop via NT. All permissions for the shares are controlled through the NT side/win2k. Here is my problem.&lt;BR /&gt;&lt;BR /&gt;I made a change to one of my shares. The change I made was 'force user = psoft'. Well the way we have things set up, this opened the door for all directories under this share. Users that have access to the top level share 'hrprd', now have rwx to all folders under this share. Well, I removed the force user entry. Then I run a 'getfacl hrprd' and it all looks ok. Somehow samba is still holding the change I made, allowing all users to access folders under this specific share. All other shares are working fine. Only this share is messed up after I madt the force user change. Is there a way that samba holds the acl entries in a database or something? Is there something I can flush in an ACL database?</description>
    <pubDate>Mon, 10 May 2004 10:53:19 GMT</pubDate>
    <dc:creator>Nobody's Hero</dc:creator>
    <dc:date>2004-05-10T10:53:19Z</dc:date>
    <item>
      <title>SAMBA/LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-linux/m-p/3272205#M12059</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have successfully setup SAMBA 2.2.8a on Redhat Linux9. We use this for our production system/share for the NT side of the house. We share out the files through linux and mount them on the users desktop via NT. All permissions for the shares are controlled through the NT side/win2k. Here is my problem.&lt;BR /&gt;&lt;BR /&gt;I made a change to one of my shares. The change I made was 'force user = psoft'. Well the way we have things set up, this opened the door for all directories under this share. Users that have access to the top level share 'hrprd', now have rwx to all folders under this share. Well, I removed the force user entry. Then I run a 'getfacl hrprd' and it all looks ok. Somehow samba is still holding the change I made, allowing all users to access folders under this specific share. All other shares are working fine. Only this share is messed up after I madt the force user change. Is there a way that samba holds the acl entries in a database or something? Is there something I can flush in an ACL database?</description>
      <pubDate>Mon, 10 May 2004 10:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-linux/m-p/3272205#M12059</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-05-10T10:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA/LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-linux/m-p/3272206#M12060</link>
      <description>by running testparm utility on samba config file you can see the settings that are in a file and if you restart the samba service they will be applied.&lt;BR /&gt;So if samba's config file is /etc/samba/smb.conf:&lt;BR /&gt;testparm /etc/samba/smb.conf |less&lt;BR /&gt;&lt;BR /&gt;What are other settings for this share?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 May 2004 11:07:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-linux/m-p/3272206#M12060</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-05-10T11:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA/LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-linux/m-p/3272207#M12061</link>
      <description>Load smb config files from /etc/samba/smb.conf&lt;BR /&gt;WARNING: The "alternate permissions"option is deprecated&lt;BR /&gt;Processing section "[printers]"&lt;BR /&gt;Processing section "[HRPRD]"&lt;BR /&gt;Processing section "[FSPRD]"&lt;BR /&gt;Processing section "[HRPT]"&lt;BR /&gt;Processing section "[HRTST]"&lt;BR /&gt;Processing section "[FSTST]"&lt;BR /&gt;Processing section "[HRCNV8]"&lt;BR /&gt;Processing section "[HRPTDEV]"&lt;BR /&gt;Loaded services file OK.&lt;BR /&gt;Press enter to see a dump of your service definitions&lt;BR /&gt;&lt;BR /&gt;# Global parameters&lt;BR /&gt;[global]&lt;BR /&gt;        coding system =&lt;BR /&gt;        client code page = 850&lt;BR /&gt;        code page directory = /usr/local/samba/lib/codepages&lt;BR /&gt;        workgroup = IHS-DOMAIN&lt;BR /&gt;        netbios name = MAHIMAHI&lt;BR /&gt;        netbios aliases =&lt;BR /&gt;        netbios scope =&lt;BR /&gt;        server string = Samba Server&lt;BR /&gt;        interfaces = eth0&lt;BR /&gt;        bind interfaces only = No&lt;BR /&gt;        security = DOMAIN&lt;BR /&gt;        encrypt passwords = Yes&lt;BR /&gt;        update encrypted = No&lt;BR /&gt;        allow trusted domains = Yes&lt;BR /&gt;        hosts equiv =&lt;BR /&gt;        min passwd length = 5&lt;BR /&gt;        map to guest = Never&lt;BR /&gt;        null passwords = No&lt;BR /&gt;        obey pam restrictions = Yes&lt;BR /&gt;        password server = *&lt;BR /&gt;        smb passwd file = /usr/local/samba/private/smbpasswd&lt;BR /&gt;        root directory =&lt;BR /&gt;        pam password change = Yes&lt;BR /&gt;        passwd program = /usr/bin/passwd %u&lt;BR /&gt;        passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*&lt;BR /&gt;        passwd chat debug = No&lt;BR /&gt;        username map = /etc/samba/smbusers&lt;BR /&gt;        password level = 0&lt;BR /&gt;        username level = 0&lt;BR /&gt;        unix password sync = No&lt;BR /&gt;        restrict anonymous = No&lt;BR /&gt;        lanman auth = Yes&lt;BR /&gt;        use rhosts = No&lt;BR /&gt;        admin log = No&lt;BR /&gt;        log level = 0&lt;BR /&gt;        syslog = 1&lt;BR /&gt;        syslog only = No&lt;BR /&gt;        log file = /var/log/samba/%m.log&lt;BR /&gt;        max log size = 0&lt;BR /&gt;        timestamp logs = Yes&lt;BR /&gt;        debug hires timestamp = No&lt;BR /&gt;        debug pid = No&lt;BR /&gt;        debug uid = No&lt;BR /&gt;        protocol = NT1&lt;BR /&gt;        large readwrite = Yes&lt;BR /&gt;        max protocol = NT1&lt;BR /&gt;        min protocol = CORE&lt;BR /&gt;        read bmpx = No&lt;BR /&gt;        read raw = Yes&lt;BR /&gt;        write raw = Yes&lt;BR /&gt;        acl compatibility =&lt;BR /&gt;        nt smb support = Yes&lt;BR /&gt;        nt pipe support = Yes&lt;BR /&gt;        nt status support = Yes&lt;BR /&gt;        announce version = 4.9&lt;BR /&gt;        announce as = NT&lt;BR /&gt;        max mux = 50&lt;BR /&gt;        max xmit = 16644&lt;BR /&gt;        name resolve order = lmhosts host wins bcast&lt;BR /&gt;        max ttl = 259200&lt;BR /&gt;        max wins ttl = 518400&lt;BR /&gt;        min wins ttl = 21600&lt;BR /&gt;        time server = No&lt;BR /&gt;        unix extensions = No&lt;BR /&gt;        change notify timeout = 60&lt;BR /&gt;        deadtime = 0&lt;BR /&gt;        getwd cache = Yes&lt;BR /&gt;        keepalive = 300&lt;BR /&gt;        lpq cache time = 10&lt;BR /&gt;        max smbd processes = 0&lt;BR /&gt;        max disk size = 0&lt;BR /&gt;        max open files = 10000&lt;BR /&gt;        name cache timeout = 660&lt;BR /&gt;        read size = 16384&lt;BR /&gt;        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192&lt;BR /&gt;        stat cache size = 50&lt;BR /&gt;        use mmap = Yes&lt;BR /&gt;        total print jobs = 0&lt;BR /&gt;        load printers = Yes&lt;BR /&gt;        printcap name = /etc/printcap&lt;BR /&gt;        disable spoolss = No&lt;BR /&gt;        enumports command =&lt;BR /&gt;        addprinter command =&lt;BR /&gt;        deleteprinter command =&lt;BR /&gt;        show add printer wizard = Yes&lt;BR /&gt;        os2 driver map =&lt;BR /&gt;        strip dot = No&lt;BR /&gt;        mangling method = hash&lt;BR /&gt;        character set =&lt;BR /&gt;        mangled stack = 50&lt;BR /&gt;        stat cache = Yes&lt;BR /&gt;        domain admin group =&lt;BR /&gt;        domain guest group =&lt;BR /&gt;        machine password timeout = 604800&lt;BR /&gt;        add user script =&lt;BR /&gt;        delete user script =&lt;BR /&gt;        logon script =&lt;BR /&gt;        logon path = \\%N\%U\profile&lt;BR /&gt;        logon drive =&lt;BR /&gt;        logon home = \\%N\%U&lt;BR /&gt;        domain logons = No&lt;BR /&gt;        os level = 20&lt;BR /&gt;        lm announce = Auto&lt;BR /&gt;        lm interval = 60&lt;BR /&gt;        preferred master = Auto&lt;BR /&gt;        local master = Yes&lt;BR /&gt;        domain master = Auto&lt;BR /&gt;        browse list = Yes&lt;BR /&gt;        enhanced browsing = Yes&lt;BR /&gt;        dns proxy = No&lt;BR /&gt;        wins proxy = No&lt;BR /&gt;        wins server = 172.16.8.51&lt;BR /&gt;        wins support = No&lt;BR /&gt;        wins hook =&lt;BR /&gt;        kernel oplocks = Yes&lt;BR /&gt;        lock spin count = 3&lt;BR /&gt;        lock spin time = 10&lt;BR /&gt;        oplock break wait time = 0&lt;BR /&gt;        add share command =&lt;BR /&gt;        change share command =&lt;BR /&gt;        delete share command =&lt;BR /&gt;        config file =&lt;BR /&gt;        preload =&lt;BR /&gt;        lock dir = /usr/local/samba/var/locks&lt;BR /&gt;        pid directory = /usr/local/samba/var/locks&lt;BR /&gt;        default service =&lt;BR /&gt;        message command =&lt;BR /&gt;        dfree command =&lt;BR /&gt;        valid chars =&lt;BR /&gt;        remote announce =&lt;BR /&gt;        remote browse sync =&lt;BR /&gt;        socket address = 0.0.0.0&lt;BR /&gt;        homedir map =&lt;BR /&gt;        time offset = 0&lt;BR /&gt;        NIS homedir = No&lt;BR /&gt;        source environment =&lt;BR /&gt;        panic action =&lt;BR /&gt;        hide local users = No&lt;BR /&gt;        winbind uid = 10000-40000&lt;BR /&gt;        winbind gid = 10000-40000&lt;BR /&gt;        template homedir = /home/%D/%U&lt;BR /&gt;        template shell = /bin/false&lt;BR /&gt;        winbind separator = \&lt;BR /&gt;        winbind cache time = 15&lt;BR /&gt;        winbind enum users = Yes&lt;BR /&gt;        winbind enum groups = Yes&lt;BR /&gt;        winbind use default domain = Yes&lt;BR /&gt;        comment =&lt;BR /&gt;        path =&lt;BR /&gt;        alternate permissions = Yes&lt;BR /&gt;        username =&lt;BR /&gt;        guest account =&lt;BR /&gt;        invalid users =&lt;BR /&gt;        valid users =&lt;BR /&gt;        admin users = IHS-DOMAIN\gmurrow IHS-DOMAIN\rmenefee IHS-DOMAIN\gwassman IHS-DOMAIN\maestro&lt;BR /&gt;        read list =&lt;BR /&gt;        write list =&lt;BR /&gt;        printer admin =&lt;BR /&gt;        force user =&lt;BR /&gt;        force group =&lt;BR /&gt;        read only = Yes&lt;BR /&gt;        create mask = 0744&lt;BR /&gt;        force create mode = 0744&lt;BR /&gt;        security mask = 0777&lt;BR /&gt;        force security mode = 0700&lt;BR /&gt;        directory mask = 0750&lt;BR /&gt;        force directory mode = 0770&lt;BR /&gt;        directory security mask = 0770&lt;BR /&gt;        force directory security mode = 00&lt;BR /&gt;        force unknown acl user = 00&lt;BR /&gt;        inherit permissions = No&lt;BR /&gt;        inherit acls = No&lt;BR /&gt;        guest only = No&lt;BR /&gt;        guest ok = No&lt;BR /&gt;        only user = No&lt;BR /&gt;        hosts allow =&lt;BR /&gt;        hosts deny =&lt;BR /&gt;        status = Yes&lt;BR /&gt;        nt acl support = Yes&lt;BR /&gt;        profile acls = No&lt;BR /&gt;        block size = 1024&lt;BR /&gt;        max connections = 0&lt;BR /&gt;        min print space = 0&lt;BR /&gt;        strict allocate = No&lt;BR /&gt;        strict sync = No&lt;BR /&gt;        sync always = No&lt;BR /&gt;        write cache size = 0&lt;BR /&gt;        max print jobs = 1000&lt;BR /&gt;        printable = No&lt;BR /&gt;        postscript = No&lt;BR /&gt;        printing = cups&lt;BR /&gt;        print command = lpr -r -P%p %s&lt;BR /&gt;        lpq command = lpq -P%p&lt;BR /&gt;        lprm command = lprm -P%p %j&lt;BR /&gt;        lppause command =&lt;BR /&gt;        lpresume command =&lt;BR /&gt;        queuepause command =&lt;BR /&gt;        queueresume command =&lt;BR /&gt;        printer name =&lt;BR /&gt;        use client driver = No&lt;BR /&gt;        default devmode = No&lt;BR /&gt;        printer driver =&lt;BR /&gt;        printer driver file = /etc/samba/printers.def&lt;BR /&gt;        printer driver location =&lt;BR /&gt;        default case = lower&lt;BR /&gt;        case sensitive = No&lt;BR /&gt;        preserve case = Yes&lt;BR /&gt;        short preserve case = Yes&lt;BR /&gt;        mangle case = No&lt;BR /&gt;        mangling char = ~&lt;BR /&gt;        hide dot files = Yes&lt;BR /&gt;        hide unreadable = No&lt;BR /&gt;        delete veto files = No&lt;BR /&gt;        veto files =&lt;BR /&gt;        hide files =&lt;BR /&gt;        veto oplock files =&lt;BR /&gt;        map system = No&lt;BR /&gt;        map hidden = No&lt;BR /&gt;        map archive = Yes&lt;BR /&gt;        mangled names = Yes&lt;BR /&gt;        mangled map =&lt;BR /&gt;        browseable = Yes&lt;BR /&gt;        blocking locks = Yes&lt;BR /&gt;        csc policy = manual&lt;BR /&gt;        fake oplocks = No&lt;BR /&gt;        locking = Yes&lt;BR /&gt;        oplocks = Yes&lt;BR /&gt;        level2 oplocks = Yes&lt;BR /&gt;        oplock contention limit = 2&lt;BR /&gt;        posix locking = Yes&lt;BR /&gt;        strict locking = No&lt;BR /&gt;        share modes = Yes&lt;BR /&gt;        copy =&lt;BR /&gt;        include =&lt;BR /&gt;        exec =&lt;BR /&gt;        preexec close = No&lt;BR /&gt;        postexec =&lt;BR /&gt;        root preexec =&lt;BR /&gt;        root preexec close = No&lt;BR /&gt;        root postexec =&lt;BR /&gt;        available = Yes&lt;BR /&gt;        volume =&lt;BR /&gt;        fstype = NTFS&lt;BR /&gt;        set directory = No&lt;BR /&gt;        wide links = Yes&lt;BR /&gt;        follow symlinks = Yes&lt;BR /&gt;        dont descend =&lt;BR /&gt;        magic script =&lt;BR /&gt;        magic output =&lt;BR /&gt;        delete readonly = No&lt;BR /&gt;        dos filemode = No&lt;BR /&gt;        dos filetimes = No&lt;BR /&gt;        dos filetime resolution = No&lt;BR /&gt;        fake directory create times = No&lt;BR /&gt;        vfs object =&lt;BR /&gt;        vfs options =&lt;BR /&gt;&lt;BR /&gt;[printers]&lt;BR /&gt;        comment = All Printers&lt;BR /&gt;        path = /var/spool/samba&lt;BR /&gt;        printable = Yes&lt;BR /&gt;        browseable = No&lt;BR /&gt;&lt;BR /&gt;[HRPRD]&lt;BR /&gt;        path = /ASU/hrprd&lt;BR /&gt;        force group = samba&lt;BR /&gt;        read only = No&lt;BR /&gt;        force create mode = 0764&lt;BR /&gt;        hosts allow = 10. 172.&lt;BR /&gt;&lt;BR /&gt;[FSPRD]&lt;BR /&gt;        path = /ASU/fsprd&lt;BR /&gt;        force group = ps_admin&lt;BR /&gt;        read only = No&lt;BR /&gt;        hosts allow = 10. 172. 10.21.2 192.&lt;BR /&gt;&lt;BR /&gt;[HRPT]&lt;BR /&gt;        path = /ASU/hrpt&lt;BR /&gt;        force group = dba&lt;BR /&gt;        read only = No&lt;BR /&gt;        hosts allow = 10. 172.&lt;BR /&gt;&lt;BR /&gt;[HRTST]&lt;BR /&gt;        path = /ASU/hrtst&lt;BR /&gt;        force group = ps_admin&lt;BR /&gt;        read only = No&lt;BR /&gt;        force create mode = 0754&lt;BR /&gt;        hosts allow = 10. 172. 10.21.2 192.&lt;BR /&gt;&lt;BR /&gt;[FSTST]&lt;BR /&gt;        path = /ASU/fstst&lt;BR /&gt;        force group = samba&lt;BR /&gt;        read only = No&lt;BR /&gt;        hosts allow = 10. 172. 10.21.2&lt;BR /&gt;&lt;BR /&gt;[HRCNV8]&lt;BR /&gt;        path = /ASU/hrcnv8&lt;BR /&gt;        force user = psoft&lt;BR /&gt;        force group = samba&lt;BR /&gt;        read only = No&lt;BR /&gt;        force create mode = 0764&lt;BR /&gt;        hosts allow = 10. 172. 10.21.2 192.&lt;BR /&gt;&lt;BR /&gt;[HRPTDEV]&lt;BR /&gt;        path = /ASU/hrptdev&lt;BR /&gt;        force group = samba&lt;BR /&gt;</description>
      <pubDate>Mon, 10 May 2004 12:36:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-linux/m-p/3272207#M12061</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-05-10T12:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA/LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-linux/m-p/3272208#M12062</link>
      <description>Is there some sort of ACL database file that can be cleaned up? All my settings are OK. This system has been in production for over a year.</description>
      <pubDate>Mon, 10 May 2004 12:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-linux/m-p/3272208#M12062</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-05-10T12:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA/LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-linux/m-p/3272209#M12063</link>
      <description>Is there a way I can restore the previous ACL entries for this Dir using setfacl ?</description>
      <pubDate>Mon, 10 May 2004 12:47:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-linux/m-p/3272209#M12063</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-05-10T12:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA/LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-linux/m-p/3272210#M12064</link>
      <description>have you tried restarting samba?</description>
      <pubDate>Mon, 10 May 2004 13:27:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-linux/m-p/3272210#M12064</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2004-05-10T13:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA/LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-linux/m-p/3272211#M12065</link>
      <description>Yes, but thanks. Way beyond that.</description>
      <pubDate>Mon, 10 May 2004 13:40:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-linux/m-p/3272211#M12065</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-05-10T13:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA/LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-linux/m-p/3272212#M12066</link>
      <description>Some thoughts&lt;BR /&gt;&lt;BR /&gt;If a user has rwx share level access to a top level folder this will be applied to files and folders underneath this folder unless the File system permissions for each object underneth are more restrictive. &lt;BR /&gt;&lt;BR /&gt;If there are folders which are shared underneath this folder, the shared permissions for these folders will not apply if the user gains access via the top level share.&lt;BR /&gt;&lt;BR /&gt;Have you checked actual file ownership and permissions have not changed at file system level ?? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 May 2004 19:25:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-linux/m-p/3272212#M12066</guid>
      <dc:creator>ger donohue_1</dc:creator>
      <dc:date>2004-05-10T19:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA/LINUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-linux/m-p/3272213#M12067</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;your linux file-system should support ACL ! like XFS (for example)&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Pierrick</description>
      <pubDate>Tue, 11 May 2004 03:04:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-linux/m-p/3272213#M12067</guid>
      <dc:creator>Pierrick herve</dc:creator>
      <dc:date>2004-05-11T03:04:50Z</dc:date>
    </item>
  </channel>
</rss>

