<?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 Re: samba in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/3254240#M888002</link>
    <description>Try defining the users for each specific directory as shown in the 'smb.conf' file below. Also create a 'users.map' file which maps the unix-id to the user's Window user-id (see example). &lt;BR /&gt;&lt;BR /&gt;'smb.conf' file&lt;BR /&gt;&lt;BR /&gt;# Global parameters&lt;BR /&gt;[global]&lt;BR /&gt;&lt;BR /&gt;        client code page = 437&lt;BR /&gt;        workgroup = TeamA&lt;BR /&gt;        security = SERVER&lt;BR /&gt;        encrypt passwords = Yes&lt;BR /&gt;        password server = XX.XX.XX.XX (DNS server IP)&lt;BR /&gt;        username map = /usr/local/samba/lib/users.map&lt;BR /&gt;        log file = /usr/local/samba/logs/log.%m&lt;BR /&gt;        max log size = 50&lt;BR /&gt;        preferred master = false&lt;BR /&gt;        local master = No&lt;BR /&gt;        domain master = No&lt;BR /&gt;        wins server = XX.XX.XX.XX (IP address)&lt;BR /&gt;        socket options = TCP_NODELAY&lt;BR /&gt;        interface = HPUX_server_name&lt;BR /&gt;        os level = 0&lt;BR /&gt;&lt;BR /&gt;[directory1]&lt;BR /&gt;        path = /opt/directory1&lt;BR /&gt;        read only = No&lt;BR /&gt;        admin users = admin1, admin2 (these are unix-id's)&lt;BR /&gt;        write list = user1, user2, user3, etc (these are unix-id's)&lt;BR /&gt;        create mask = 0755&lt;BR /&gt;        guest ok = Yes&lt;BR /&gt;&lt;BR /&gt;[directory2]&lt;BR /&gt;&lt;BR /&gt;        path = /opt/directory2&lt;BR /&gt;        read only = No&lt;BR /&gt;        admin users = admin1, admin2 (these are unix-id's)&lt;BR /&gt;        write list = user4, user5, user6, etc (these are unix-id's)&lt;BR /&gt;        create mask = 0755&lt;BR /&gt;        guest ok = Yes&lt;BR /&gt;[homes]&lt;BR /&gt;        comment = Home Directories&lt;BR /&gt;        read only = No&lt;BR /&gt;        create mask = 0755&lt;BR /&gt;        mangle case = Yes&lt;BR /&gt;        browseable = No&lt;BR /&gt;&lt;BR /&gt;'users.map' - put this file into the samba/lib directory&lt;BR /&gt;&lt;BR /&gt;(unix-id=window-user-id) format&lt;BR /&gt;&lt;BR /&gt;user1=windows-user-id1&lt;BR /&gt;user2=windows-user-id2&lt;BR /&gt;user3-windows-user-id3&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
    <pubDate>Thu, 22 Apr 2004 11:16:29 GMT</pubDate>
    <dc:creator>Brian Butscher</dc:creator>
    <dc:date>2004-04-22T11:16:29Z</dc:date>
    <item>
      <title>samba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/3254238#M888000</link>
      <description>Hello,  &lt;BR /&gt;I have samba running in my hpux.  &lt;BR /&gt;I have configured a directory one in the hpux so that they see it the clients windows, this configured with guest access, so all the users can acces to that directorio(500 users).  &lt;BR /&gt;  &lt;BR /&gt; here the history goes well.  &lt;BR /&gt;But...  &lt;BR /&gt;For another application also in the same team machine need to share another directory, but now with validation of user/password from 6 machines windows (from necessity of security and application).  &lt;BR /&gt;It was trying to configure the security shared  in the samba.   &lt;BR /&gt;But when trying to enter to the "shared  directory" (I can see  from windows)  requests me user and password but not you which to give him.  &lt;BR /&gt;That I can make to configure it?  &lt;BR /&gt;P.S. doesn't want join the HPUX to a domain Wintel.  &lt;BR /&gt;  &lt;BR /&gt;Thank you  &lt;BR /&gt;E.</description>
      <pubDate>Tue, 20 Apr 2004 17:27:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/3254238#M888000</guid>
      <dc:creator>Emilio Brusa</dc:creator>
      <dc:date>2004-04-20T17:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: samba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/3254239#M888001</link>
      <description>Interesting problem. Take a look at the smb%%.log(there are a few chars in there%%) file(defined in smb.conf).&lt;BR /&gt;&lt;BR /&gt;An error code would be useful.&lt;BR /&gt;&lt;BR /&gt;Shot in the dark: Consider LDAP for simplifying the user authentication. No need to use a PDC domain then. a workgroup setting in smb.conf would be helpful.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 20 Apr 2004 19:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/3254239#M888001</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-04-20T19:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: samba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/3254240#M888002</link>
      <description>Try defining the users for each specific directory as shown in the 'smb.conf' file below. Also create a 'users.map' file which maps the unix-id to the user's Window user-id (see example). &lt;BR /&gt;&lt;BR /&gt;'smb.conf' file&lt;BR /&gt;&lt;BR /&gt;# Global parameters&lt;BR /&gt;[global]&lt;BR /&gt;&lt;BR /&gt;        client code page = 437&lt;BR /&gt;        workgroup = TeamA&lt;BR /&gt;        security = SERVER&lt;BR /&gt;        encrypt passwords = Yes&lt;BR /&gt;        password server = XX.XX.XX.XX (DNS server IP)&lt;BR /&gt;        username map = /usr/local/samba/lib/users.map&lt;BR /&gt;        log file = /usr/local/samba/logs/log.%m&lt;BR /&gt;        max log size = 50&lt;BR /&gt;        preferred master = false&lt;BR /&gt;        local master = No&lt;BR /&gt;        domain master = No&lt;BR /&gt;        wins server = XX.XX.XX.XX (IP address)&lt;BR /&gt;        socket options = TCP_NODELAY&lt;BR /&gt;        interface = HPUX_server_name&lt;BR /&gt;        os level = 0&lt;BR /&gt;&lt;BR /&gt;[directory1]&lt;BR /&gt;        path = /opt/directory1&lt;BR /&gt;        read only = No&lt;BR /&gt;        admin users = admin1, admin2 (these are unix-id's)&lt;BR /&gt;        write list = user1, user2, user3, etc (these are unix-id's)&lt;BR /&gt;        create mask = 0755&lt;BR /&gt;        guest ok = Yes&lt;BR /&gt;&lt;BR /&gt;[directory2]&lt;BR /&gt;&lt;BR /&gt;        path = /opt/directory2&lt;BR /&gt;        read only = No&lt;BR /&gt;        admin users = admin1, admin2 (these are unix-id's)&lt;BR /&gt;        write list = user4, user5, user6, etc (these are unix-id's)&lt;BR /&gt;        create mask = 0755&lt;BR /&gt;        guest ok = Yes&lt;BR /&gt;[homes]&lt;BR /&gt;        comment = Home Directories&lt;BR /&gt;        read only = No&lt;BR /&gt;        create mask = 0755&lt;BR /&gt;        mangle case = Yes&lt;BR /&gt;        browseable = No&lt;BR /&gt;&lt;BR /&gt;'users.map' - put this file into the samba/lib directory&lt;BR /&gt;&lt;BR /&gt;(unix-id=window-user-id) format&lt;BR /&gt;&lt;BR /&gt;user1=windows-user-id1&lt;BR /&gt;user2=windows-user-id2&lt;BR /&gt;user3-windows-user-id3&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 22 Apr 2004 11:16:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba/m-p/3254240#M888002</guid>
      <dc:creator>Brian Butscher</dc:creator>
      <dc:date>2004-04-22T11:16:29Z</dc:date>
    </item>
  </channel>
</rss>

