<?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: CIFS-A.02.03.04 (SAMBA 3.1) issue in HP-UX 11.31 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-a-02-03-04-samba-3-1-issue-in-hp-ux-11-31/m-p/4573608#M525565</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Now the issue has been resolved.&lt;BR /&gt;&lt;BR /&gt;I have done following steps.&lt;BR /&gt;&lt;BR /&gt;I have created the entry "username map" in /etc/samba/smb.conf&lt;BR /&gt;&lt;BR /&gt;1)# more /etc/samba/smb.conf&lt;BR /&gt;&lt;BR /&gt;username map = /etc/samba/username.map&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2)more /etc/samba/username.map&lt;BR /&gt;&lt;BR /&gt;john = ABC/john&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now the domain (ABC) user (john) is able to access the samba share with his own privileges.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now the issue has been resolved.&lt;BR /&gt;&lt;BR /&gt;thanks a lot.</description>
    <pubDate>Mon, 08 Mar 2010 19:27:22 GMT</pubDate>
    <dc:creator>senthil_kumar_1</dc:creator>
    <dc:date>2010-03-08T19:27:22Z</dc:date>
    <item>
      <title>CIFS-A.02.03.04 (SAMBA 3.1) issue in HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-a-02-03-04-samba-3-1-issue-in-hp-ux-11-31/m-p/4573602#M525559</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have configured samba 3.1 as domain member in HP-UX 11.31, I have used following steps:&lt;BR /&gt;&lt;BR /&gt;1)copied the kerberos sample file:&lt;BR /&gt;&lt;BR /&gt;# cp /usr/contrib/krb5/sample/krb5.conf.sample  /etc/krb5.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2)Configured /etc/krb5.conf:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;#vi /etc/krb5.conf&lt;BR /&gt;&lt;BR /&gt;[libdefaults]&lt;BR /&gt;   default_realm = ABC.XYZ.COM&lt;BR /&gt;   default_tkt_enctypes = DES-CBC-CRC&lt;BR /&gt;   default_tgs_enctypes = DES-CBC-CRC&lt;BR /&gt;   ccache_type = 2&lt;BR /&gt;&lt;BR /&gt;[realms]&lt;BR /&gt; ABC.XYZ.COM = {&lt;BR /&gt;      kdc = emdlagdc67.abc.xyz.com:88&lt;BR /&gt;      admin_server = emdlagdc67.abc.xyz.com&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;[domain_realm]&lt;BR /&gt;.abc.xyz.com = ABC.XYZ.COM &lt;BR /&gt;&lt;BR /&gt;[logging]&lt;BR /&gt;        kdc = FILE:/var/log/krb5kdc.log&lt;BR /&gt;        admin_server = FILE:/var/log/kadmin.log&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3) Kerberos Client Authentication:&lt;BR /&gt;&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;#/usr/bin/kinit  Administrator@ABC.XYZ.COM&lt;BR /&gt;&lt;BR /&gt;Password for Administrator@ABC.XYZ.COM: &lt;BR /&gt;-------------------------------------------&lt;BR /&gt;Here I have entered the administrator's password, it is working fine.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;4)Configured /etc/opt/samba/smb.conf:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;# vi /etc/opt/samba/smb.conf&lt;BR /&gt;&lt;BR /&gt;[global]&lt;BR /&gt; workgroup = EMDNA&lt;BR /&gt; realm = EMDNA.EMDIESELS.COM&lt;BR /&gt; preferred master = no&lt;BR /&gt; domain master = no&lt;BR /&gt; local master = yes&lt;BR /&gt; server string = emdlagas71&lt;BR /&gt; netbios name = emdlagas71&lt;BR /&gt; security = ADS&lt;BR /&gt; password server = emdlagdc67.emdna.emdiesels.com emdlondc02.emdna.emdiesels.com&lt;BR /&gt; encrypt passwords = yes&lt;BR /&gt; winbind separator = /&lt;BR /&gt; idmap uid = 10000-20000&lt;BR /&gt; idmap gid = 10000-20000 &lt;BR /&gt; logon path = \\%L\profiles\.msprofile&lt;BR /&gt; logon home = \\%L\%U\.9xprofile&lt;BR /&gt; logon drive = P:&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;5)Testing samba configuration file:&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;# /opt/samba/bin/testparm&lt;BR /&gt;&lt;BR /&gt;Load smb config files from /etc/opt/samba/smb.conf&lt;BR /&gt;Processing section "[homes]"&lt;BR /&gt;Processing section "[tmp]"&lt;BR /&gt;Loaded services file OK.&lt;BR /&gt;Processing comments in /etc/opt/samba/smb.conf&lt;BR /&gt;Server role: ROLE_DOMAIN_MEMBER&lt;BR /&gt;Press enter to see a dump of your service definitions&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;6)samba has been started.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;7)Integrating with ADS&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;# /opt/samba/bin/net ads join -U administrator&lt;BR /&gt;administrator's password:&lt;BR /&gt;Using short domain name -- EMDNA&lt;BR /&gt;Joined 'EMDLAGHPV01' to realm 'EMDNA.EMDIESELS.COM'&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;8)Viewing if it is integrated successfully:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;# /opt/samba/bin/net ads info&lt;BR /&gt;LDAP server: 143.242.67.117&lt;BR /&gt;LDAP server name: emdlagdc67&lt;BR /&gt;Realm: EMDNA.EMDIESELS.COM&lt;BR /&gt;Bind Path: dc=EMDNA,dc=EMDIESELS,dc=COM&lt;BR /&gt;LDAP port: 389&lt;BR /&gt;Server time: Thu, 15 Oct 2009 13:10:06 CDT&lt;BR /&gt;KDC server: 143.242.67.117&lt;BR /&gt;Server time offset: -221&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Actually my purpose is "all the domain (ABC.XYZ.COM) users should access the files and directories availabil in samba server", for that we have created the users of domain (ABC.XYZ.COM) in samba servers also, so if the users are having permission, they can connect and access samba share by using domain username and password, so the users are not required to enter the username and password while open / access the shares.&lt;BR /&gt;&lt;BR /&gt;I am succeded in this, so that it is not asking username and password since alread I have logged in using domain credential.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But It is only allowing others permission.&lt;BR /&gt;&lt;BR /&gt;For example, we take one user's (ze4egi) home directory:&lt;BR /&gt;&lt;BR /&gt;# ll -d /home/ze4egi&lt;BR /&gt;drwxr-xr-x   3 ze4egi   tcs    8192 Jul 28  2009 /home/ze4egi&lt;BR /&gt;&lt;BR /&gt;The user id "ze4egi" is being created in domain (ABC.XYZ.COM) and samba server.&lt;BR /&gt;&lt;BR /&gt;And the users home directories are shared through samba, so I am able to open the "//sambaserver/home/ze4egi" with out giving the password from windows client if I have logged in by ze4gi (domain user id).&lt;BR /&gt;&lt;BR /&gt;And as mentioned above, ze4egi has read, write and execute access to //sambaserver/home/ze4egi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But I am not able to write (create / edit) the files or directories with in //sambaserver/home/ze4egi by the domain user "ze4egi".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Actullay it is taking only the others permission of the directory and file. In above mentioned home directory "/home/ze4egi" , others permission is read and execute only.&lt;BR /&gt;&lt;BR /&gt;So that I am able to only read the files or directories with in //sambaserver/home/ze4egi by the domain user "ze4egi".&lt;BR /&gt;&lt;BR /&gt;How to resolve this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jan 2010 19:26:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-a-02-03-04-samba-3-1-issue-in-hp-ux-11-31/m-p/4573602#M525559</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2010-01-28T19:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS-A.02.03.04 (SAMBA 3.1) issue in HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-a-02-03-04-samba-3-1-issue-in-hp-ux-11-31/m-p/4573603#M525560</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Could any of you help me to solve this issue?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jan 2010 10:59:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-a-02-03-04-samba-3-1-issue-in-hp-ux-11-31/m-p/4573603#M525560</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2010-01-29T10:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS-A.02.03.04 (SAMBA 3.1) issue in HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-a-02-03-04-samba-3-1-issue-in-hp-ux-11-31/m-p/4573604#M525561</link>
      <description>your Windows domain users are being *authenticated* by the Windows DC/KDC okay, but they are not being *authorized* on the HP-UX Samba server, so they are being treated as "other".  You are using winbind, which is okay, but your winbind config is not quite right.  Do this:&lt;BR /&gt;&lt;BR /&gt;idmap uid = 10000-20000&lt;BR /&gt;idmap gid = 10000-20000&lt;BR /&gt;template homedir = /home/%U&lt;BR /&gt;template shell = /usr/bin/sh&lt;BR /&gt;winbind separator = +&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;idmap backend = rid:EMDNA=10000-20000&lt;BR /&gt;&lt;BR /&gt;Winbind is kind of tricky.  What you eventually want is to do an "id ze4egi" and get a UID mapping of 10001 or something like that (in your 10000-20000 range).  &lt;BR /&gt;&lt;BR /&gt;Even better would be to not use winbind and instead use Unified Login.  That will give you a more permanent and predictable Windows user config on your HP-UX box.  The whitepaper here shows you how to set it up:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/16322/CIFSUnifiedLoginV2.pdf" target="_blank"&gt;http://docs.hp.com/en/16322/CIFSUnifiedLoginV2.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good job on getting this far, anyway.  You almost have it!&lt;BR /&gt;&lt;BR /&gt;Eric Roseme&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Feb 2010 22:24:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-a-02-03-04-samba-3-1-issue-in-hp-ux-11-31/m-p/4573604#M525561</guid>
      <dc:creator>eric roseme</dc:creator>
      <dc:date>2010-02-03T22:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS-A.02.03.04 (SAMBA 3.1) issue in HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-a-02-03-04-samba-3-1-issue-in-hp-ux-11-31/m-p/4573605#M525562</link>
      <description>If we are configuring "Unified Login" on domain (ADS).&lt;BR /&gt;&lt;BR /&gt;Then will it cause any issues to the samba server already integrated with in domain, they are configured before configuring "Unified Login"?&lt;BR /&gt;&lt;BR /&gt;Since we have already integrated samba server with domain (ADS).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Feb 2010 19:07:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-a-02-03-04-samba-3-1-issue-in-hp-ux-11-31/m-p/4573605#M525562</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2010-02-11T19:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS-A.02.03.04 (SAMBA 3.1) issue in HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-a-02-03-04-samba-3-1-issue-in-hp-ux-11-31/m-p/4573606#M525563</link>
      <description>I assume that by "integrated" you really mean that you joined the domain.  If you have winbind working (which does not appear to be true) then you might have winbind mapping IDs assigned to access control lists for directories and/or files.  If you lose the mappings for some reason, then all of those ACLs have random UIDs/GIDs.  Aside from that, there's really no investment in your current "joined" state.  For Unified Login, you would not have to re-join, but the entire purpose is to get rid of the winbind mappings.  Anyway, it's all explained in the whitepaper.</description>
      <pubDate>Thu, 11 Feb 2010 20:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-a-02-03-04-samba-3-1-issue-in-hp-ux-11-31/m-p/4573606#M525563</guid>
      <dc:creator>eric roseme</dc:creator>
      <dc:date>2010-02-11T20:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS-A.02.03.04 (SAMBA 3.1) issue in HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-a-02-03-04-samba-3-1-issue-in-hp-ux-11-31/m-p/4573607#M525564</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You need to check the patch state of the windows 2003 systems. If they are release 1 it will not work. If its SP2 or later, there still may be needed patches.&lt;BR /&gt;&lt;BR /&gt;net join or net join ads must be run and you need a Windows Server Administrator password to join the domain.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 11 Feb 2010 20:39:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-a-02-03-04-samba-3-1-issue-in-hp-ux-11-31/m-p/4573607#M525564</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-02-11T20:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS-A.02.03.04 (SAMBA 3.1) issue in HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-a-02-03-04-samba-3-1-issue-in-hp-ux-11-31/m-p/4573608#M525565</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Now the issue has been resolved.&lt;BR /&gt;&lt;BR /&gt;I have done following steps.&lt;BR /&gt;&lt;BR /&gt;I have created the entry "username map" in /etc/samba/smb.conf&lt;BR /&gt;&lt;BR /&gt;1)# more /etc/samba/smb.conf&lt;BR /&gt;&lt;BR /&gt;username map = /etc/samba/username.map&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2)more /etc/samba/username.map&lt;BR /&gt;&lt;BR /&gt;john = ABC/john&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now the domain (ABC) user (john) is able to access the samba share with his own privileges.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now the issue has been resolved.&lt;BR /&gt;&lt;BR /&gt;thanks a lot.</description>
      <pubDate>Mon, 08 Mar 2010 19:27:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-a-02-03-04-samba-3-1-issue-in-hp-ux-11-31/m-p/4573608#M525565</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2010-03-08T19:27:22Z</dc:date>
    </item>
  </channel>
</rss>

