<?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: Explain the samba configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/explain-the-samba-configuration/m-p/4401082#M351599</link>
    <description>Hi Senthil,&lt;BR /&gt;&lt;BR /&gt;You need to go through this links..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B8725-90021/index.html" target="_blank"&gt;http://www.docs.hp.com/en/B8725-90021/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B8725-90021/ch01s05.html" target="_blank"&gt;http://docs.hp.com/en/B8725-90021/ch01s05.html&lt;/A&gt;</description>
    <pubDate>Wed, 15 Apr 2009 07:56:56 GMT</pubDate>
    <dc:creator>Ganesan R</dc:creator>
    <dc:date>2009-04-15T07:56:56Z</dc:date>
    <item>
      <title>Explain the samba configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/explain-the-samba-configuration/m-p/4401080#M351597</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt; Before i have configure samba as stand alone.&lt;BR /&gt;I did not connected my samba with DC.&lt;BR /&gt;&lt;BR /&gt;Ex:&lt;BR /&gt; &lt;BR /&gt;   I used to just mention following things only.&lt;BR /&gt;&lt;BR /&gt;    workgroup = tmcdomain&lt;BR /&gt;    encrypt passwords = yes&lt;BR /&gt;&lt;BR /&gt;[data]&lt;BR /&gt;&lt;BR /&gt;    comment = userdata&lt;BR /&gt;    path = /data&lt;BR /&gt;    valid users = vicky,dennis&lt;BR /&gt;    browseable = yes&lt;BR /&gt;    writeable = yes&lt;BR /&gt;    create mask = 777&lt;BR /&gt;&lt;BR /&gt;Then i creat the users using useradd and then&lt;BR /&gt;i add that users to smbpasswd file using smbpasswd command.&lt;BR /&gt;&lt;BR /&gt;But in my environment they have connected my samba server with DC.&lt;BR /&gt;&lt;BR /&gt;My configuration is:&lt;BR /&gt;&lt;BR /&gt;# vi /etc/opt/samba/smb.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[global]&lt;BR /&gt;&lt;BR /&gt;   preferred master = auto ----&amp;gt;1&lt;BR /&gt;   domain master = auto  ---&amp;gt;2&lt;BR /&gt;   domain logons = no  ----&amp;gt;3&lt;BR /&gt;   netbios name = ad002223  ----&amp;gt;4&lt;BR /&gt;&lt;BR /&gt;   #workgroup = DOMAIN_NAME&lt;BR /&gt;   workgroup = emdeng   -----&amp;gt;5&lt;BR /&gt; &lt;BR /&gt;# server string is the equivalent of the NT Description field&lt;BR /&gt;   server string = ad002223  ----&amp;gt;6&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# this tells Samba to use a separate log file for each machine&lt;BR /&gt;# that connects&lt;BR /&gt;   log file = /var/opt/samba/log.%m  -----&amp;gt;7&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Put a capping on the size of the log files (in Kb).&lt;BR /&gt;   max log size = 100000   -----&amp;gt;8&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Security mode. Most people will want user level security. See&lt;BR /&gt;# security_level.txt for details.&lt;BR /&gt;   security = domain  -----&amp;gt; 9&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Use password server option only with security = server or domain&lt;BR /&gt;   password server =  emdlagdc67.emdna.emdiesels.com emdlondc02.emdna.emdiesels.com  ----&amp;gt;10&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Do not enable this option unless you have read those documents&lt;BR /&gt;  encrypt passwords = yes  ----&amp;gt; 11&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# See speed.txt and the manual pages for details&lt;BR /&gt;   socket options = TCP_NODELAY  ----&amp;gt;12&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# set local master to no if you don't want Samba to become a master&lt;BR /&gt;  local master = yes  ---&amp;gt;13&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# WINS Server - Tells the NMBD components of Samba to be a WINS Client&lt;BR /&gt;   wins server = 143.242.67.59  ---&amp;gt;14&lt;BR /&gt;&lt;BR /&gt;# WINS Proxy - Tells Samba to answer name resolution queries on&lt;BR /&gt;   wins proxy = yes  ----&amp;gt;15&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   dns proxy = yes  ---&amp;gt;16&lt;BR /&gt;&lt;BR /&gt;   read only = no ----&amp;gt;17&lt;BR /&gt;   preserve case = yes ----&amp;gt;18&lt;BR /&gt;   short preserve case = no -----&amp;gt;19&lt;BR /&gt;   dos filetime resolution = yes-----&amp;gt;20&lt;BR /&gt;   syslog = 1   -----&amp;gt;21&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  #guest = smbnull&lt;BR /&gt;   guest ok = no  ---&amp;gt;22&lt;BR /&gt;   browsable = yes  ----&amp;gt;23&lt;BR /&gt;   follow symlinks = yes ---&amp;gt; 24&lt;BR /&gt;&lt;BR /&gt;   admin users = wstron01 brochu01 cscadmin jmillsap millsap dallen  ----&amp;gt;25&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#============================ Share Definitions ==============================&lt;BR /&gt;&lt;BR /&gt;# This one is useful for people to share files&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[EMD]             &lt;BR /&gt;   path = /emd&lt;BR /&gt;   comment = EMD Data&lt;BR /&gt;   browseable = yes&lt;BR /&gt;   create mask = 0644    ----&amp;gt; 26 &lt;BR /&gt;   directory mask = 0754 -----------&amp;gt; 27&lt;BR /&gt;   directory security mask = 0755  ----&amp;gt; 28&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[gmpdl18]       ----------&amp;gt;27&lt;BR /&gt;   path = /appl/gmpdl18&lt;BR /&gt;   comment = Engineering Applications&lt;BR /&gt;   browseable = yes&lt;BR /&gt;   create mask = 0644&lt;BR /&gt;   directory mask = 0754&lt;BR /&gt;   directory security mask = 0755&lt;BR /&gt;----------------------------------------&lt;BR /&gt;&lt;BR /&gt;My questions:&lt;BR /&gt;&lt;BR /&gt;1) Pls answer purpose of all the code mention with number like "------1, --------2 ...."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2) in the below line &lt;BR /&gt;&lt;BR /&gt;password server =  emdlagdc67.emdna.emd.com emdlondc02.emdna.emd.com  ----&amp;gt;10&lt;BR /&gt;  &lt;BR /&gt;is both are DCs?&lt;BR /&gt;&lt;BR /&gt;3)in the below line &lt;BR /&gt;&lt;BR /&gt;workgroup = emdeng   -----&amp;gt;5&lt;BR /&gt;&lt;BR /&gt;is it the domain name?&lt;BR /&gt;&lt;BR /&gt;4) local master = yes ---&amp;gt;13&lt;BR /&gt;&lt;BR /&gt;what is the purpose of this? what happen if we set to no?&lt;BR /&gt;&lt;BR /&gt;5) wins server = 143.242.67.59  ---&amp;gt;14&lt;BR /&gt;&lt;BR /&gt;what is the purpose of this? what happen if we set to no?&lt;BR /&gt;&lt;BR /&gt;6) wins proxy = yes  ----&amp;gt;15&lt;BR /&gt;&lt;BR /&gt;what is the purpose of this? what happen if we set to no?&lt;BR /&gt;&lt;BR /&gt;7)dns proxy = yes  ---&amp;gt;16&lt;BR /&gt;&lt;BR /&gt;what is the purpose of this? what happen if we set to no?&lt;BR /&gt;&lt;BR /&gt;8) in share section, there is no entry for valid users.&lt;BR /&gt;&lt;BR /&gt;Ex:&lt;BR /&gt;&lt;BR /&gt;[EMD]             &lt;BR /&gt;   path = /emd&lt;BR /&gt;   comment = EMD Data&lt;BR /&gt;   browseable = yes&lt;BR /&gt;   create mask = 0644    ----&amp;gt; 26 &lt;BR /&gt;   directory mask = 0754 -----------&amp;gt; 27&lt;BR /&gt;   directory security mask = 0755  ----&amp;gt; 28&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And ther is no entry in /etc/opt/samba/smbpasswd.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then where the acl is created for accessing each samba share. pls explain me.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Apr 2009 07:47:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/explain-the-samba-configuration/m-p/4401080#M351597</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-04-15T07:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Explain the samba configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/explain-the-samba-configuration/m-p/4401081#M351598</link>
      <description>&lt;BR /&gt;HI Senthil &lt;BR /&gt;&lt;BR /&gt;You can check below link as follows,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B8725-90118/ch02.html" target="_blank"&gt;http://docs.hp.com/en/B8725-90118/ch02.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/30216-90328/ch06s07.html" target="_blank"&gt;http://docs.hp.com/en/30216-90328/ch06s07.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds//&lt;BR /&gt;Taifur</description>
      <pubDate>Wed, 15 Apr 2009 07:56:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/explain-the-samba-configuration/m-p/4401081#M351598</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2009-04-15T07:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Explain the samba configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/explain-the-samba-configuration/m-p/4401082#M351599</link>
      <description>Hi Senthil,&lt;BR /&gt;&lt;BR /&gt;You need to go through this links..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B8725-90021/index.html" target="_blank"&gt;http://www.docs.hp.com/en/B8725-90021/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B8725-90021/ch01s05.html" target="_blank"&gt;http://docs.hp.com/en/B8725-90021/ch01s05.html&lt;/A&gt;</description>
      <pubDate>Wed, 15 Apr 2009 07:56:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/explain-the-samba-configuration/m-p/4401082#M351599</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-04-15T07:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Explain the samba configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/explain-the-samba-configuration/m-p/4401083#M351600</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt; I am in urgency.&lt;BR /&gt;&lt;BR /&gt; Pls answer fast.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Apr 2009 13:33:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/explain-the-samba-configuration/m-p/4401083#M351600</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-04-15T13:33:52Z</dc:date>
    </item>
  </channel>
</rss>

