<?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: Problem logging  to CIFS from Windows client in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/problem-logging-to-cifs-from-windows-client/m-p/4128991#M55951</link>
    <description>I cannot recalll what exactly has to change, hopefully this rings a bell: there are some settings in Windows to allow the system to connect. The same applies to Advanced Server, it has something to do with the authentication mothods that was introduced in XP.</description>
    <pubDate>Tue, 15 Jan 2008 06:59:26 GMT</pubDate>
    <dc:creator>Willem Grooters</dc:creator>
    <dc:date>2008-01-15T06:59:26Z</dc:date>
    <item>
      <title>Problem logging  to CIFS from Windows client</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-logging-to-cifs-from-windows-client/m-p/4128990#M55950</link>
      <description>&lt;!--!*#--&gt;Hi all&lt;BR /&gt;I've configured a Samba server (CIFS) Version 1.0 (based on Samba V3.0.24) on an IA64-VMS  system.&lt;BR /&gt;&lt;BR /&gt;The following steps are what I've done, as show in the &lt;BR /&gt;"HP OpenVMS Common Internet File System (CIFS) Based On Samba - Installation and Configuration Guide" :&lt;BR /&gt;&lt;BR /&gt;1.successfully installed Samba software on OpenVMS Integrity 8.3 OS&lt;BR /&gt;2.run samba_setup to configure a Samba server &lt;BR /&gt;3.Modified smb.conf as show below &lt;BR /&gt;&lt;BR /&gt;[global]&lt;BR /&gt;   server string = Samba %v running on %h (OpenVMS)&lt;BR /&gt;   security = user&lt;BR /&gt;   passdb backend = tdbsam&lt;BR /&gt;   domain master = Yes&lt;BR /&gt;   guest account = SAMBA$GUEST&lt;BR /&gt;   domain logons = Yes&lt;BR /&gt;   log level = 2&lt;BR /&gt;   log file = /samba$root/var/log_%h.%m&lt;BR /&gt;   create mode = 0755&lt;BR /&gt;   load printers = no&lt;BR /&gt;   printing = OpenVMS&lt;BR /&gt;   workgroup = ISTINET&lt;BR /&gt;   netbios name = PECSERVER&lt;BR /&gt;[pecdir]&lt;BR /&gt;   comment = Pec Shared Folder&lt;BR /&gt;   path = /$1$DGA30/DIR$USER/PEC&lt;BR /&gt;   read only = no&lt;BR /&gt;   valid users  = pec&lt;BR /&gt;   public = no&lt;BR /&gt;   create mask = 0664&lt;BR /&gt;   directory mask = 0775&lt;BR /&gt;   browsable = Yes&lt;BR /&gt;[test]&lt;BR /&gt;   comment = Test&lt;BR /&gt;   path = /samba$root/tmp&lt;BR /&gt;   guest ok = Yes&lt;BR /&gt;   read only = no&lt;BR /&gt;[End of file]&lt;BR /&gt;&lt;BR /&gt;4.Then i tried to add a samba user in this way:&lt;BR /&gt;&lt;BR /&gt;- creating a VMS user, using the following commands&lt;BR /&gt; &lt;BR /&gt; $ MC AUTHORIZE&lt;BR /&gt; UAF&amp;gt; COPY SAMBA$TMPLT SMBTEST /UIC=[500,500]/add_identifier&lt;BR /&gt;&lt;BR /&gt;- creating a samba user &lt;BR /&gt;  &lt;BR /&gt; $ PDBEDIT -A SMBTEST &lt;BR /&gt;&lt;BR /&gt;-  $ samba$root:[bin]@SAMBA$GRANT_GIDUSERS.COM &lt;BR /&gt;&lt;BR /&gt;  to grant the identifiers CIFS$_SMBTEST to the users&lt;BR /&gt;&lt;BR /&gt;- then i tried to change password,using:&lt;BR /&gt;  $ NET RPC PASSWORD &lt;USER&gt; &lt;OLDPASS&gt; &lt;NEW pass=""&gt;&lt;BR /&gt; &lt;BR /&gt; having this error message &lt;BR /&gt; &lt;BR /&gt;    Could not connect to server 127.0.0.1&lt;BR /&gt;  The username or password was not correct.&lt;BR /&gt;  Connection failed: NT_STATUS_LOGON_FAILURE&lt;BR /&gt;&lt;BR /&gt;I succesfully log on the server through a linux client or smbclient command but i fail using windows client (XP and VISTA).&lt;BR /&gt;&lt;BR /&gt;A log example from a windows machine:&lt;BR /&gt;&lt;BR /&gt;[2008/01/14 16:24:22, 2] SAMBA$SRC:[SOURCE.SMBD]SESSSETUP.C;1:(799)␊&lt;BR /&gt;  setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources.␊&lt;BR /&gt;[2008/01/14 16:24:22, 2] SAMBA$SRC:[SOURCE.SMBD]SESSSETUP.C;1:(799)␊&lt;BR /&gt;  setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources.␊&lt;BR /&gt;[2008/01/14 16:24:22, 2] SAMBA$SRC:[SOURCE.AUTH]AUTH.C;1:(317)␊&lt;BR /&gt;  check_ntlm_password:  Authentication for user [dona] -&amp;gt; [dona] FAILED with error NT_STATUS_NO_SUCH_USER␊&lt;BR /&gt;[2008/01/14 16:24:22, 2] SAMBA$SRC:[SOURCE.SMBD]SESSSETUP.C;1:(799)␊&lt;BR /&gt;  setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources.␊&lt;BR /&gt;[2008/01/14 16:24:22, 2] SAMBA$SRC:[SOURCE.SMBD]SESSSETUP.C;1:(799)␊&lt;BR /&gt;  setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources.␊&lt;BR /&gt;[2008/01/14 16:24:26, 2] SAMBA$SRC:[SOURCE.AUTH]AUTH.C;1:(317)␊&lt;BR /&gt;  check_ntlm_password:  Authentication for user [smbtest] -&amp;gt; [smbtest] FAILED with error NT_STATUS_NO_SUCH_USER␊&lt;BR /&gt;[2008/01/14 16:24:27, 2] SAMBA$SRC:[SOURCE.SMBD]SESSSETUP.C;1:(799)␊&lt;BR /&gt;  setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources.␊&lt;BR /&gt;[2008/01/14 16:24:27, 2] SAMBA$SRC:[SOURCE.SMBD]SESSSETUP.C;1:(799)␊&lt;BR /&gt;  setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources.␊&lt;BR /&gt;[2008/01/14 16:24:27, 2] SAMBA$SRC:[SOURCE.AUTH]AUTH.C;1:(317)␊&lt;BR /&gt;  check_ntlm_password:  Authentication for user [smbtest] -&amp;gt; [smbtest] FAILED with error NT_STATUS_NO_SUCH_USER␊&lt;BR /&gt;[2008/01/14 16:24:27, 2] SAMBA$SRC:[SOURCE.SMBD]SESSSETUP.C;1:(799)␊&lt;BR /&gt;  setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources.␊&lt;BR /&gt;[2008/01/14 16:24:27, 2] SAMBA$SRC:[SOURCE.SMBD]SESSSETUP.C;1:(799)␊&lt;BR /&gt;&lt;BR /&gt;I Cannot log on to SAMBA server from Windows machines, any suggestion?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/NEW&gt;&lt;/OLDPASS&gt;&lt;/USER&gt;</description>
      <pubDate>Mon, 14 Jan 2008 17:16:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-logging-to-cifs-from-windows-client/m-p/4128990#M55950</guid>
      <dc:creator>Francesco.D</dc:creator>
      <dc:date>2008-01-14T17:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem logging  to CIFS from Windows client</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-logging-to-cifs-from-windows-client/m-p/4128991#M55951</link>
      <description>I cannot recalll what exactly has to change, hopefully this rings a bell: there are some settings in Windows to allow the system to connect. The same applies to Advanced Server, it has something to do with the authentication mothods that was introduced in XP.</description>
      <pubDate>Tue, 15 Jan 2008 06:59:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-logging-to-cifs-from-windows-client/m-p/4128991#M55951</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-01-15T06:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem logging  to CIFS from Windows client</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-logging-to-cifs-from-windows-client/m-p/4128992#M55952</link>
      <description>There once was a problem with windows encrypting the access information whenaccessing SAMBA or pathworks shares. This as solved by adding the following registry key:&lt;BR /&gt;&lt;BR /&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Rdr\Parameters]&lt;BR /&gt;&lt;BR /&gt;"EnablePlainTextPassword"=dword:00000001&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Tue, 15 Jan 2008 08:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-logging-to-cifs-from-windows-client/m-p/4128992#M55952</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2008-01-15T08:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem logging  to CIFS from Windows client</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-logging-to-cifs-from-windows-client/m-p/4128993#M55953</link>
      <description>i tried adding the registry key but nothing happened.&lt;BR /&gt;I think that is an accounting problem (on VMS system) between VMS user and NT user or maybe some issue about the RPC server.</description>
      <pubDate>Tue, 15 Jan 2008 11:01:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-logging-to-cifs-from-windows-client/m-p/4128993#M55953</guid>
      <dc:creator>Francesco.D</dc:creator>
      <dc:date>2008-01-15T11:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem logging  to CIFS from Windows client</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-logging-to-cifs-from-windows-client/m-p/4128994#M55954</link>
      <description>&lt;!--!*#--&gt;The enabling of plain text passwords on windows clients is only needed if you have "encrypt passwords = No" in the global section of the smb.conf file. The default is 'Yes' even if the line is not there. Even then you only had to edit the registry for pre windows 95 machines I think. For Windows XP and Vista, navigate to Control Panel -&amp;gt; Administrative Tools -&amp;gt; Local Security Policy -&amp;gt; Security Settings -&amp;gt; Security Options. There will be a policy called "Microsoft network client: Send unencrypted password to third-party SMB servers" which you can enable.&lt;BR /&gt;&lt;BR /&gt;To change the samba password for your SMBTEST user, why not use the smbpasswd utility? While you are logged in with SMBTEST:&lt;BR /&gt;&lt;BR /&gt;$ @samba$root:[bin]samba$define_commands&lt;BR /&gt;$ smbpasswd&lt;BR /&gt;New SMB password:&lt;BR /&gt;Retype new SMB password:&lt;BR /&gt;&lt;BR /&gt;The net rpc password is used to change passwords on remote servers:&lt;BR /&gt;&lt;BR /&gt;$ net --server=&lt;MACHINE_NAME&gt; rpc password &lt;USERNAME&gt;&lt;BR /&gt;Password: &lt;PASSWORD for="" that="" user="" on="" the="" windows="" machine=""&gt;&lt;BR /&gt;Enter new password for &lt;USERNAME&gt;:&lt;BR /&gt;&lt;BR /&gt;I also had a lot of trouble getting XP and Vista to 'see' the samba server. The only way to get it working in the end was to access the SWAT (http://your_server:901/) page on each client machine first. After that it worked fine. I'm yet to figure out why.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Wayne&lt;/USERNAME&gt;&lt;/PASSWORD&gt;&lt;/USERNAME&gt;&lt;/MACHINE_NAME&gt;</description>
      <pubDate>Tue, 29 Jan 2008 01:50:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-logging-to-cifs-from-windows-client/m-p/4128994#M55954</guid>
      <dc:creator>Wayne Gillan</dc:creator>
      <dc:date>2008-01-29T01:50:45Z</dc:date>
    </item>
  </channel>
</rss>

