<?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: plz help me config samba in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/plz-help-me-config-samba/m-p/3953820#M27225</link>
    <description>I did the following but no success&lt;BR /&gt;&lt;BR /&gt;domain controller fqdn is : srv254.mydomainname.com.local&lt;BR /&gt;srv254.mydomainname.com.local IP: 192.168.1.102&lt;BR /&gt;samba server hostname is: fs1&lt;BR /&gt;&lt;BR /&gt;What I did:&lt;BR /&gt;Ok I have done the following&lt;BR /&gt;&lt;BR /&gt;1, add in /etc/hosts&lt;BR /&gt;srv254.mydomainname.com.local 192.168.1.102&lt;BR /&gt;&lt;BR /&gt;2, add the following lines in smb.conf&lt;BR /&gt;workgroup = mydomainname&lt;BR /&gt;realm = MYDOMAINNAME.COM.LOCAL&lt;BR /&gt;security = ADS&lt;BR /&gt;encrypt passwords = yes&lt;BR /&gt;password server = srv254.mydomainname.com.local&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;[data]&lt;BR /&gt;path = /mnt&lt;BR /&gt;read only = no&lt;BR /&gt;create mask = 0664&lt;BR /&gt;&lt;BR /&gt;4, then on samb server, ran the following commands:&lt;BR /&gt;To create a computer account &lt;BR /&gt;#net RPC JOIN -U administrator%adminpasswd&lt;BR /&gt;Joined domain MYDOMAINNAME.&lt;BR /&gt;Ok, then&lt;BR /&gt;# net ADS JOIN -S srv254.mydomainname.com.local -U administrator&lt;BR /&gt;administator's password:&lt;BR /&gt;[2007/02/28 14:38:45, 0] libads/kerberos.c:ads_kinit_password(206)&lt;BR /&gt;kerberos_kinit_password administator@MYDOMAINNAME.COM.LOCAL failed: Cannot resolve network address for KDC in requested realm&lt;BR /&gt;[2007/02/28 14:38:45, 0] utils/net_ads.c:ads_startup(193)&lt;BR /&gt;ads_connect: Cannot resolve network address for KDC in requested realm&lt;BR /&gt;&lt;BR /&gt;5, Even the above eror I start samba&lt;BR /&gt;#rcsmb start (samb starts successfuly)&lt;BR /&gt;&lt;BR /&gt;6, on a windows XP machine, I logged on the domain with the admin account, then&lt;BR /&gt;start &amp;gt; run &amp;gt; \\fs1\data&lt;BR /&gt;samba server ask for User Name, and password&lt;BR /&gt;i provide the admin userid, and password ... but no succes&lt;BR /&gt;&lt;BR /&gt;Plz help&lt;BR /&gt;</description>
    <pubDate>Fri, 02 Mar 2007 08:05:47 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2007-03-02T08:05:47Z</dc:date>
    <item>
      <title>plz help me config samba</title>
      <link>https://community.hpe.com/t5/operating-system-linux/plz-help-me-config-samba/m-p/3953819#M27224</link>
      <description>Dear All&lt;BR /&gt;I have to configure the samba server, as a file server for windows xp client computers, in a MS Active Directory based network.&lt;BR /&gt;All the users have account in Active Directory(the dc is Windows 2003 server).&lt;BR /&gt;Now plz help me how to config the samba, so that when a network user(AD user), access the files/folders on the file server(samba), file server authenticates the user frm Active Directory.&lt;BR /&gt;&lt;BR /&gt;Plz help&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Thu, 01 Mar 2007 08:28:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/plz-help-me-config-samba/m-p/3953819#M27224</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2007-03-01T08:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: plz help me config samba</title>
      <link>https://community.hpe.com/t5/operating-system-linux/plz-help-me-config-samba/m-p/3953820#M27225</link>
      <description>I did the following but no success&lt;BR /&gt;&lt;BR /&gt;domain controller fqdn is : srv254.mydomainname.com.local&lt;BR /&gt;srv254.mydomainname.com.local IP: 192.168.1.102&lt;BR /&gt;samba server hostname is: fs1&lt;BR /&gt;&lt;BR /&gt;What I did:&lt;BR /&gt;Ok I have done the following&lt;BR /&gt;&lt;BR /&gt;1, add in /etc/hosts&lt;BR /&gt;srv254.mydomainname.com.local 192.168.1.102&lt;BR /&gt;&lt;BR /&gt;2, add the following lines in smb.conf&lt;BR /&gt;workgroup = mydomainname&lt;BR /&gt;realm = MYDOMAINNAME.COM.LOCAL&lt;BR /&gt;security = ADS&lt;BR /&gt;encrypt passwords = yes&lt;BR /&gt;password server = srv254.mydomainname.com.local&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;[data]&lt;BR /&gt;path = /mnt&lt;BR /&gt;read only = no&lt;BR /&gt;create mask = 0664&lt;BR /&gt;&lt;BR /&gt;4, then on samb server, ran the following commands:&lt;BR /&gt;To create a computer account &lt;BR /&gt;#net RPC JOIN -U administrator%adminpasswd&lt;BR /&gt;Joined domain MYDOMAINNAME.&lt;BR /&gt;Ok, then&lt;BR /&gt;# net ADS JOIN -S srv254.mydomainname.com.local -U administrator&lt;BR /&gt;administator's password:&lt;BR /&gt;[2007/02/28 14:38:45, 0] libads/kerberos.c:ads_kinit_password(206)&lt;BR /&gt;kerberos_kinit_password administator@MYDOMAINNAME.COM.LOCAL failed: Cannot resolve network address for KDC in requested realm&lt;BR /&gt;[2007/02/28 14:38:45, 0] utils/net_ads.c:ads_startup(193)&lt;BR /&gt;ads_connect: Cannot resolve network address for KDC in requested realm&lt;BR /&gt;&lt;BR /&gt;5, Even the above eror I start samba&lt;BR /&gt;#rcsmb start (samb starts successfuly)&lt;BR /&gt;&lt;BR /&gt;6, on a windows XP machine, I logged on the domain with the admin account, then&lt;BR /&gt;start &amp;gt; run &amp;gt; \\fs1\data&lt;BR /&gt;samba server ask for User Name, and password&lt;BR /&gt;i provide the admin userid, and password ... but no succes&lt;BR /&gt;&lt;BR /&gt;Plz help&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Mar 2007 08:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/plz-help-me-config-samba/m-p/3953820#M27225</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2007-03-02T08:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: plz help me config samba</title>
      <link>https://community.hpe.com/t5/operating-system-linux/plz-help-me-config-samba/m-p/3953821#M27226</link>
      <description>What is your /etc/krb5.conf configuration? Did you configured that file? See chapter 6 of SAMBA 3 HOWTO.</description>
      <pubDate>Fri, 02 Mar 2007 08:24:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/plz-help-me-config-samba/m-p/3953821#M27226</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-03-02T08:24:34Z</dc:date>
    </item>
  </channel>
</rss>

