<?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 client configuration problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-problems/m-p/2990449#M124197</link>
    <description>The most important thing is to set up an account for the HP machine on the windows Primary domain controller.&lt;BR /&gt;&lt;BR /&gt;This account needs to have appropriate access to the windows shares involved.  You might need to log on to a windows box using that ID to validate the permissions.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There may be a doc you missed here but I don't think so.&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x698c44f56197d711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x698c44f56197d711abdc0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;&lt;BR /&gt;3 1/2 hours till pumpkin land.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 05 Jun 2003 19:29:04 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-06-05T19:29:04Z</dc:date>
    <item>
      <title>cifs client configuration problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-problems/m-p/2990448#M124196</link>
      <description>I am new to cifs client and have read some of the posts and configure guides, but I am still unable to simply mount a windows 2000 share to our hp-ux server running 11i.  I have the following questions:&lt;BR /&gt; - Is there any configuration that has to be done on the Win2k side, aside from creating a share and making sure I have access to that share?  I assumed that cifs is ok on the win2k side or do we need to do something on that side?&lt;BR /&gt;&lt;BR /&gt; - I did not install the Pam NTLM since all I want to do is connect to a share and from what I read this is optional - is that ok?&lt;BR /&gt;&lt;BR /&gt; - Any other suggestions would be helpful.,ss there anything that needs to be set on the windows 2000 server side?  &lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated, thanks in advance.</description>
      <pubDate>Thu, 05 Jun 2003 19:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-problems/m-p/2990448#M124196</guid>
      <dc:creator>Lamar Coit_1</dc:creator>
      <dc:date>2003-06-05T19:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: cifs client configuration problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-problems/m-p/2990449#M124197</link>
      <description>The most important thing is to set up an account for the HP machine on the windows Primary domain controller.&lt;BR /&gt;&lt;BR /&gt;This account needs to have appropriate access to the windows shares involved.  You might need to log on to a windows box using that ID to validate the permissions.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There may be a doc you missed here but I don't think so.&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x698c44f56197d711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x698c44f56197d711abdc0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;&lt;BR /&gt;3 1/2 hours till pumpkin land.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 05 Jun 2003 19:29:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-problems/m-p/2990449#M124197</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-06-05T19:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: cifs client configuration problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-problems/m-p/2990450#M124198</link>
      <description>If you have a Windows domain, and all you want to do is share files on the HP-UX box, then you don't really need to add the HP-UX box to the domain....&lt;BR /&gt;&lt;BR /&gt;Just set:&lt;BR /&gt;&lt;BR /&gt;security = server &lt;BR /&gt;encrypt passwords = Yes &lt;BR /&gt;preferred master = False &lt;BR /&gt;domain master = False &lt;BR /&gt;keepalive = 0 &lt;BR /&gt;password server = YOURPDC, YOURBDC&lt;BR /&gt;&lt;BR /&gt;That way your Windows domain does all the authenticating - the users need an Unix id = to their NT ID....or, set up a username.map:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;username map (G)&lt;BR /&gt;This option allows you to specify a file containing a mapping of usernames from the clients to the server. This can be used for several purposes. The most common is to map usernames that users use on DOS or Windows machines to those that the UNIX box uses. The other is to map multiple users to a single username so that they can more easily share files.&lt;BR /&gt;&lt;BR /&gt;The map file is parsed line by line. Each line should contain a single UNIX username on the left then a '=' followed by a list of usernames on the right. The list of usernames on the right may contain names of the form @group in which case they will match any UNIX username in that group. The special client name '*' is a wildcard and matches any name. Each line of the map file may be up to 1023 characters long.&lt;BR /&gt;&lt;BR /&gt;The file is processed on each line by taking the supplied username and comparing it with each username on the right hand side of the '=' signs. If the supplied name matches any of the names on the right hand side then it is replaced with the name on the left. Processing then continues with the next line.&lt;BR /&gt;&lt;BR /&gt;If any line begins with a '#' or a ';' then it is ignored&lt;BR /&gt;&lt;BR /&gt;If any line begins with an '!' then the processing will stop after that line if a mapping was done by the line. Otherwise mapping continues with every line being processed. Using '!' is most useful when you have a wildcard mapping line later in the file.&lt;BR /&gt;&lt;BR /&gt;For example to map from the name admin or administrator to the UNIX name root you would use:&lt;BR /&gt;&lt;BR /&gt;root = admin administrator&lt;BR /&gt;&lt;BR /&gt;Or to map anyone in the UNIX group system to the UNIX name sys you would use:&lt;BR /&gt;&lt;BR /&gt;sys = @system&lt;BR /&gt;&lt;BR /&gt;You can have as many mappings as you like in a username map file.&lt;BR /&gt;&lt;BR /&gt;If your system supports the NIS NETGROUP option then the netgroup database is checked before the /etc/group database for matching groups.&lt;BR /&gt;&lt;BR /&gt;You can map Windows usernames that have spaces in them by using double quotes around the name. For example:&lt;BR /&gt;&lt;BR /&gt;tridge = "Andrew Tridgell"&lt;BR /&gt;&lt;BR /&gt;would map the windows username "Andrew Tridgell" to the unix username "tridge".&lt;BR /&gt;&lt;BR /&gt;The following example would map mary and fred to the unix user sys, and map the rest to guest. Note the use of the '!' to tell Samba to stop processing if it gets a match on that line.&lt;BR /&gt;&lt;BR /&gt;  !sys = mary fred&lt;BR /&gt;  guest = *&lt;BR /&gt;  &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note that the remapping is applied to all occurrences of usernames. Thus if you connect to \\server\fred and fred is remapped to mary then you will actually be connecting to \\server\mary and will need to supply a password suitable for mary not fred. The only exception to this is the username passed to the password server (if you have one). The password server will receive whatever username the client supplies without modification.&lt;BR /&gt;&lt;BR /&gt;Also note that no reverse mapping is done. The main effect this has is with printing. Users who have been mapped may have trouble deleting print jobs as PrintManager under WfWg will think they don't own the print job.&lt;BR /&gt;&lt;BR /&gt;Default: no username map&lt;BR /&gt;&lt;BR /&gt;Example: username map = /usr/local/samba/lib/users.map &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Use SWAT to configure (login as root):&lt;BR /&gt;&lt;BR /&gt;http:\\yourhpbox:901&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Jun 2003 02:53:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-configuration-problems/m-p/2990450#M124198</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-06-06T02:53:25Z</dc:date>
    </item>
  </channel>
</rss>

