<?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 server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-server/m-p/3129620#M571909</link>
    <description>Actually, I know the windows side of it. I need help creating the share on the HP-UX side. How do I share a filesystem to a specific win2k system using a userid/password?</description>
    <pubDate>Wed, 26 Nov 2003 12:54:37 GMT</pubDate>
    <dc:creator>Jason Preble</dc:creator>
    <dc:date>2003-11-26T12:54:37Z</dc:date>
    <item>
      <title>SAMBA server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-server/m-p/3129618#M571907</link>
      <description>I would like to share a filesystem to a single win2K system. Is there any best practices? Does anyone know the syntax and command to make it permanent? Thanks, J</description>
      <pubDate>Wed, 26 Nov 2003 12:41:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-server/m-p/3129618#M571907</guid>
      <dc:creator>Jason Preble</dc:creator>
      <dc:date>2003-11-26T12:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-server/m-p/3129619#M571908</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;start explorer, extras, add network drive, use \\machine\sharename, you will be asked for username and password. Click try to connect next time when start and it should work.&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Wed, 26 Nov 2003 12:49:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-server/m-p/3129619#M571908</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-11-26T12:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-server/m-p/3129620#M571909</link>
      <description>Actually, I know the windows side of it. I need help creating the share on the HP-UX side. How do I share a filesystem to a specific win2k system using a userid/password?</description>
      <pubDate>Wed, 26 Nov 2003 12:54:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-server/m-p/3129620#M571909</guid>
      <dc:creator>Jason Preble</dc:creator>
      <dc:date>2003-11-26T12:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-server/m-p/3129621#M571910</link>
      <description>Use SWAT - the Samba Configuration GUI.&lt;BR /&gt;Figure out which Authentication you will want - Domain (NT) or Server/User (UNIX Based)..&lt;BR /&gt;&lt;BR /&gt;You should be able to figure it out using SWAT.</description>
      <pubDate>Wed, 26 Nov 2003 13:05:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-server/m-p/3129621#M571910</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2003-11-26T13:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-server/m-p/3129622#M571911</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you would have to insert into smb.conf something like this:&lt;BR /&gt;&lt;BR /&gt;[sharename]&lt;BR /&gt;        comment = User username on %h&lt;BR /&gt;        path = /path/to/share&lt;BR /&gt;        force user = useronunix&lt;BR /&gt;        force group = grouponunix&lt;BR /&gt;        read only = No&lt;BR /&gt;        create mask = 0660&lt;BR /&gt;&lt;BR /&gt;then add the user with smbpasswd, test with smbclient.&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Nov 2003 13:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-server/m-p/3129622#M571911</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-11-26T13:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-server/m-p/3129623#M571912</link>
      <description>Hi Jason,&lt;BR /&gt;&lt;BR /&gt;There's a number of answers to that question I'm afraid!  To modify the config of the Samba server you can either edit the smb.conf or use SWAT (a web gui, point your browser to http://thehostnameofyourserver:901 )&lt;BR /&gt;&lt;BR /&gt;The first step is to choose the security level.  For your application I'd consider using user level security.  For this you'll need to have an existing HP-UX user - you could create this user with the same name as your Windows user to make it simple.&lt;BR /&gt;&lt;BR /&gt;You then need to create the smbpasswd file, and add a password for your user.  Next edit the config to create a new share, with a path of whatever file system or dir you want to share out.  Make sure the valid users and write list is set to your HP-UX user.  You should now be able to map to the drive, and will be prompted for the password you set.&lt;BR /&gt;&lt;BR /&gt;If you have CIFS/9000 on your system (HP's Samba based product which is free, and supported by HP) you'll have the O'Reilly Using Samba book available, failing that I believe it is freely available on the web.&lt;BR /&gt;&lt;BR /&gt;There's more than one way to do this in Samba - another way is server level security.  You don't need to create the smbpasswd file, but you then have to point the password server parm to your PDC.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Wed, 26 Nov 2003 13:13:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-server/m-p/3129623#M571912</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2003-11-26T13:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-server/m-p/3129624#M571913</link>
      <description>I perfer to  vi smb.conf file.  their are examples in smb.conf.default&lt;BR /&gt;&lt;BR /&gt;HP has slightly different locations to worry about&lt;BR /&gt;Config files:&lt;BR /&gt;/etc/opt/samba  (smb.conf codepages)&lt;BR /&gt;Bootup start files:&lt;BR /&gt;/etc/rc.config.d/samba ("turn on samba" variable for rc process)&lt;BR /&gt;/sbin/init.d/samba  (execstartsmb/stopsmb)&lt;BR /&gt;/sbin/init.d/rc1.d/K100samba (kill link to init.d)&lt;BR /&gt;/sbin/init.d/rc2.d/S900samba (start link to init.d)&lt;BR /&gt;&lt;BR /&gt;More important is security.&lt;BR /&gt;Unix file perms can control some of the access.&lt;BR /&gt;Look carefully at smb.conf.default and determine how you want to really control access, host, guest user etc. create masks&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;rory&lt;BR /&gt;&lt;BR /&gt;Yo</description>
      <pubDate>Wed, 26 Nov 2003 19:59:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-server/m-p/3129624#M571913</guid>
      <dc:creator>Rory R Hammond</dc:creator>
      <dc:date>2003-11-26T19:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAMBA server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-server/m-p/3129625#M571914</link>
      <description>Hi Jason,&lt;BR /&gt;if you want to restrict a share to be accessed only by one machine use:&lt;BR /&gt;&lt;BR /&gt;[yourShare]&lt;BR /&gt;host allow = w2k_box_ip&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Stefan</description>
      <pubDate>Thu, 27 Nov 2003 05:06:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-server/m-p/3129625#M571914</guid>
      <dc:creator>Stefan Pendl</dc:creator>
      <dc:date>2003-11-27T05:06:54Z</dc:date>
    </item>
  </channel>
</rss>

