<?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: LDAPUX and Informix in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ldapux-and-informix/m-p/2537634#M817177</link>
    <description>Hi Elmar,&lt;BR /&gt;&lt;BR /&gt;to allow getpwnam() to get the encrypted password one of the LDAPUX profile attributes has to be changed.&lt;BR /&gt;&lt;BR /&gt;The LDAPUX profile is a ldap object. The PROFILE_ENTRY_DN entry in the file &lt;BR /&gt;/etc/opt/ldapux/ldapux_client.conf&lt;BR /&gt;points to that object.&lt;BR /&gt;&lt;BR /&gt;The attribute that must be change is:&lt;BR /&gt;Attribute: attributeMap&lt;BR /&gt;Value: passwd:userpassword=*NULL*&lt;BR /&gt;&lt;BR /&gt;to&lt;BR /&gt;Value: passwd:userpassword=msSFUPassword (I believe is msSFU30Password in SFU 3.0 and SFU 3.5)&lt;BR /&gt;&lt;BR /&gt;You can change it using al LDAP editor. I like LDAPBrowser.&lt;BR /&gt;&lt;BR /&gt;Anyware, I recommend you to use an IMAP server that supports PAM. It's more secure. &lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Juan&lt;BR /&gt;</description>
    <pubDate>Tue, 20 Sep 2005 08:06:13 GMT</pubDate>
    <dc:creator>Juan González</dc:creator>
    <dc:date>2005-09-20T08:06:13Z</dc:date>
    <item>
      <title>LDAPUX and Informix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldapux-and-informix/m-p/2537631#M817174</link>
      <description>Hi,&lt;BR /&gt;we have a system with HPUX 11.0 and the product LDAPUX installed and configured. We also have a Informix database on it. The problem is that while local users (in /etc/passwd) are able to connect to the database LDAP users are not.&lt;BR /&gt;At first I supposse that Informix doesn't use PAM authentication (this is true) so it might use getpwnam() and then compare the crypted passwords. In fact getpwnam() works with LDAP users but it doesn't get the crypted passwd (it gets *) so Informix can't compare with the password provided by the user. &lt;BR /&gt;To solve this I made some changes in the LDAPUX configuration and I get that getpwnam() works fine with LDAP users, i.e. it returns the crypted passwd...&lt;BR /&gt;&lt;BR /&gt;...but LDAP users still can't connect to the database.&lt;BR /&gt;&lt;BR /&gt;I hope someone has had the same problem and can give some lights on it.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;JGM &lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jun 2001 06:48:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldapux-and-informix/m-p/2537631#M817174</guid>
      <dc:creator>Juan González</dc:creator>
      <dc:date>2001-06-07T06:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: LDAPUX and Informix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldapux-and-informix/m-p/2537632#M817175</link>
      <description>Juan,&lt;BR /&gt;&lt;BR /&gt;just the same situation here: &lt;BR /&gt;hpux 11.0,   ldapux,  and IDS 7.31&lt;BR /&gt;I tried a lot of things to get it work, but i failed  !!!!&lt;BR /&gt;I was not able to configure it the way we both obviously want.&lt;BR /&gt;Lately i managed it by creating a passwd file from the contents of my LDAP server (scripts using ldapsearch etc.)&lt;BR /&gt;I synchronize my passwd file with the information from LDAP &lt;BR /&gt;If you should find any other solution please let me know&lt;BR /&gt;&lt;BR /&gt;Sorry I could offer no further help.&lt;BR /&gt;&lt;BR /&gt;rainer</description>
      <pubDate>Thu, 07 Jun 2001 09:09:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldapux-and-informix/m-p/2537632#M817175</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2001-06-07T09:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: LDAPUX and Informix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldapux-and-informix/m-p/2537633#M817176</link>
      <description>Juan,&lt;BR /&gt;&lt;BR /&gt;how did you manage to enforce that getpwnam() does return the encrypted password instead of the asterisk?&lt;BR /&gt;&lt;BR /&gt;This is currently my problem. I need it for an IMAP-Server (WU-IMAP).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Elmar</description>
      <pubDate>Tue, 20 Sep 2005 05:53:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldapux-and-informix/m-p/2537633#M817176</guid>
      <dc:creator>Elmar Knipp</dc:creator>
      <dc:date>2005-09-20T05:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: LDAPUX and Informix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldapux-and-informix/m-p/2537634#M817177</link>
      <description>Hi Elmar,&lt;BR /&gt;&lt;BR /&gt;to allow getpwnam() to get the encrypted password one of the LDAPUX profile attributes has to be changed.&lt;BR /&gt;&lt;BR /&gt;The LDAPUX profile is a ldap object. The PROFILE_ENTRY_DN entry in the file &lt;BR /&gt;/etc/opt/ldapux/ldapux_client.conf&lt;BR /&gt;points to that object.&lt;BR /&gt;&lt;BR /&gt;The attribute that must be change is:&lt;BR /&gt;Attribute: attributeMap&lt;BR /&gt;Value: passwd:userpassword=*NULL*&lt;BR /&gt;&lt;BR /&gt;to&lt;BR /&gt;Value: passwd:userpassword=msSFUPassword (I believe is msSFU30Password in SFU 3.0 and SFU 3.5)&lt;BR /&gt;&lt;BR /&gt;You can change it using al LDAP editor. I like LDAPBrowser.&lt;BR /&gt;&lt;BR /&gt;Anyware, I recommend you to use an IMAP server that supports PAM. It's more secure. &lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Juan&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Sep 2005 08:06:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldapux-and-informix/m-p/2537634#M817177</guid>
      <dc:creator>Juan González</dc:creator>
      <dc:date>2005-09-20T08:06:13Z</dc:date>
    </item>
  </channel>
</rss>

