<?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 CIFS (samba 2.2.3a) +PAM(LDAP) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-samba-2-2-3a-pam-ldap/m-p/2750743#M70133</link>
    <description>Hi ,&lt;BR /&gt;I'am using cifs 9000 on HP-UX 11i (+ldap-ux) and have a few questions, i didn't find a clear answer for.&lt;BR /&gt;&lt;BR /&gt;Does cifs 9000 (samba 2.2.3a) support PAM(-ldap) if using share-mode and plain-text passwords ?&lt;BR /&gt;Do i have to modify the pam.conf ?&lt;BR /&gt;&lt;BR /&gt;The source is not included in the depot, according to the doc's it should be. Does HP provides it, or do i have to get it from samba-site, without HP's modifications then.&lt;BR /&gt;&lt;BR /&gt;Is the compile-option --with-ldapsam allready supported ?&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;Mark De Moor</description>
    <pubDate>Mon, 24 Jun 2002 12:42:27 GMT</pubDate>
    <dc:creator>Mark De Moor</dc:creator>
    <dc:date>2002-06-24T12:42:27Z</dc:date>
    <item>
      <title>CIFS (samba 2.2.3a) +PAM(LDAP)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-samba-2-2-3a-pam-ldap/m-p/2750743#M70133</link>
      <description>Hi ,&lt;BR /&gt;I'am using cifs 9000 on HP-UX 11i (+ldap-ux) and have a few questions, i didn't find a clear answer for.&lt;BR /&gt;&lt;BR /&gt;Does cifs 9000 (samba 2.2.3a) support PAM(-ldap) if using share-mode and plain-text passwords ?&lt;BR /&gt;Do i have to modify the pam.conf ?&lt;BR /&gt;&lt;BR /&gt;The source is not included in the depot, according to the doc's it should be. Does HP provides it, or do i have to get it from samba-site, without HP's modifications then.&lt;BR /&gt;&lt;BR /&gt;Is the compile-option --with-ldapsam allready supported ?&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;Mark De Moor</description>
      <pubDate>Mon, 24 Jun 2002 12:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-samba-2-2-3a-pam-ldap/m-p/2750743#M70133</guid>
      <dc:creator>Mark De Moor</dc:creator>
      <dc:date>2002-06-24T12:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS (samba 2.2.3a) +PAM(LDAP)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-samba-2-2-3a-pam-ldap/m-p/2750744#M70134</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;as ldap-ux provides hpux-user-validation against a directory server by editing the /etc/pam.conf to use the libpam-ldap.1 (I think) This follows strictly that if you choose "security = user" in smb.conf for cifs along with "encrypt  passwords = no" that a password is send to the unix-passwd-mechanism.&lt;BR /&gt;&lt;BR /&gt;The only disadvantage is you need to hack the registry for each NT and Win2000 client to send a plain password AND this might be a security issue as well.&lt;BR /&gt;&lt;BR /&gt;BUT unfortunately this is currently the only way.&lt;BR /&gt;&lt;BR /&gt;Compiling the cifs-package with other options else than the ready package would mean - no support! (It would be a too large variety of options to test)&lt;BR /&gt;&lt;BR /&gt;If you go to software.hp.com you'll find a new cifs A.01.08 package including the sources. That was a packaging mistake -- sorry for this.&lt;BR /&gt;&lt;BR /&gt;hope this helped.&lt;BR /&gt;Rainer&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jun 2002 11:22:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-samba-2-2-3a-pam-ldap/m-p/2750744#M70134</guid>
      <dc:creator>rainer doelker</dc:creator>
      <dc:date>2002-06-27T11:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS (samba 2.2.3a) +PAM(LDAP)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-samba-2-2-3a-pam-ldap/m-p/2750745#M70135</link>
      <description>hy Mark,&lt;BR /&gt;CIFS/9000 Server and LDAP-UX works together without any Problems&lt;BR /&gt;&lt;BR /&gt;LDAP-UX consists of 3 parts&lt;BR /&gt;- NSS_LDAP &lt;BR /&gt;- PAM_LDAP&lt;BR /&gt;- NIS-LDAP-Gateway&lt;BR /&gt;&lt;BR /&gt;Samba only needs an anderlaying UNIX user account which can be provided by NSS_LDAP.&lt;BR /&gt;NSS_LDAP provides all Authorisation Information (UID, GID, Username, ...) like NIS, but without Authentication&lt;BR /&gt;Config file /etc/nsswitch.conf&lt;BR /&gt;Check tools for LDAP-Client Config: &lt;BR /&gt;- pwget -n &lt;USERNAME&gt;&lt;BR /&gt;- pwget&lt;BR /&gt;- listusers&lt;BR /&gt;- id &lt;USERNAME&gt;&lt;BR /&gt;&lt;BR /&gt;because Samba has a own Authentication Mechanism (smbpasswd file), you don't need the PAM_LDAP&lt;BR /&gt;==&amp;gt; no editing of /etc/pam.conf&lt;BR /&gt;==&amp;gt;  smb.conf     "encrypt passwords = yes"&lt;BR /&gt;==&amp;gt; no Windows Registry Hack &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Yes, CIFS/9000 server supports "Plain text passwds", but there are many disadvantages like no PDC-Support.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Walter Jaeger&lt;BR /&gt;&lt;/USERNAME&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Thu, 27 Jun 2002 16:26:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-samba-2-2-3a-pam-ldap/m-p/2750745#M70135</guid>
      <dc:creator>Walter Jaeger</dc:creator>
      <dc:date>2002-06-27T16:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS (samba 2.2.3a) +PAM(LDAP)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-samba-2-2-3a-pam-ldap/m-p/2750746#M70136</link>
      <description>Tanx Rainer &amp;amp; Walter,&lt;BR /&gt;&lt;BR /&gt;this was already helpfull, but I'am still a little confused.&lt;BR /&gt;Does it mean that if using&lt;BR /&gt;share-mode &amp;amp; no encryption&lt;BR /&gt;cifs is not using pam-...&lt;BR /&gt;but uses another mechanism, and only checks the /etc/passwd file ?&lt;BR /&gt;&lt;BR /&gt;Most of our users still have a "hacked reg." to use samba-shares.&lt;BR /&gt;I know plain-text pw's is not very safe, but we need some time to switch to encrypted pw's and then keep the unix and windows/smb pw's synchronised.&lt;BR /&gt;Using an Active Directory is maybe a solution, but we don't like that very much, maybe SSOD can help...we'll see.&lt;BR /&gt;&lt;BR /&gt;Well I'll download the new depot, so I'll have the source and can try some options at own risk of course.&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;Mark&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Jul 2002 08:10:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-samba-2-2-3a-pam-ldap/m-p/2750746#M70136</guid>
      <dc:creator>Mark De Moor</dc:creator>
      <dc:date>2002-07-01T08:10:35Z</dc:date>
    </item>
  </channel>
</rss>

