<?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 LDAP-UX   Password Service Configuration in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ldap-ux-password-service-configuration/m-p/4384007#M35694</link>
    <description>I have setup LDAP UX with RHDS.&lt;BR /&gt;&lt;BR /&gt;When i run the display_profile_cache I get the below details for PASSWD service configuration.&lt;BR /&gt;Here "passwd:   *NULL*" the password is mapped to NULL. I just want to know if this is correct? Or should the password be mapped to userPassword. Anything wrong with my configuration? Do anyone of you get the same details while  running display_profile_cache.&lt;BR /&gt;&lt;BR /&gt;PASSWD service configuration&lt;BR /&gt;============================&lt;BR /&gt;    Attribute:            is mapped to:&lt;BR /&gt;    ----------            -------------&lt;BR /&gt;    name:                 uid&lt;BR /&gt;    uid number:           uidnumber&lt;BR /&gt;    primary gid:          gidnumber&lt;BR /&gt;    login shell:          loginshell&lt;BR /&gt;    passwd:               *NULL*&lt;BR /&gt;    home directory:       homedirectory&lt;BR /&gt;    gecos 1:              gecos&lt;BR /&gt;    gecos 2:&lt;BR /&gt;    gecos 3:&lt;BR /&gt;    gecos 4:&lt;BR /&gt;    gecos 5:&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
    <pubDate>Fri, 20 Mar 2009 06:17:42 GMT</pubDate>
    <dc:creator>Ski Ride</dc:creator>
    <dc:date>2009-03-20T06:17:42Z</dc:date>
    <item>
      <title>LDAP-UX   Password Service Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ldap-ux-password-service-configuration/m-p/4384007#M35694</link>
      <description>I have setup LDAP UX with RHDS.&lt;BR /&gt;&lt;BR /&gt;When i run the display_profile_cache I get the below details for PASSWD service configuration.&lt;BR /&gt;Here "passwd:   *NULL*" the password is mapped to NULL. I just want to know if this is correct? Or should the password be mapped to userPassword. Anything wrong with my configuration? Do anyone of you get the same details while  running display_profile_cache.&lt;BR /&gt;&lt;BR /&gt;PASSWD service configuration&lt;BR /&gt;============================&lt;BR /&gt;    Attribute:            is mapped to:&lt;BR /&gt;    ----------            -------------&lt;BR /&gt;    name:                 uid&lt;BR /&gt;    uid number:           uidnumber&lt;BR /&gt;    primary gid:          gidnumber&lt;BR /&gt;    login shell:          loginshell&lt;BR /&gt;    passwd:               *NULL*&lt;BR /&gt;    home directory:       homedirectory&lt;BR /&gt;    gecos 1:              gecos&lt;BR /&gt;    gecos 2:&lt;BR /&gt;    gecos 3:&lt;BR /&gt;    gecos 4:&lt;BR /&gt;    gecos 5:&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Fri, 20 Mar 2009 06:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ldap-ux-password-service-configuration/m-p/4384007#M35694</guid>
      <dc:creator>Ski Ride</dc:creator>
      <dc:date>2009-03-20T06:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP-UX   Password Service Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ldap-ux-password-service-configuration/m-p/4384008#M35695</link>
      <description>Disclaimer: I don't have much experience with LDAP.&lt;BR /&gt;&lt;BR /&gt;The attributes in the PASSWD service correspond to the contents of the traditional /etc/passwd file. If shadow passwords are used (as is the norm today), the password field in /etc/passwd file will just contain a placeholder, usually "x" or "*". The actual passwords are stored elsewhere. For LDAP, the equivalent of this placeholder might be the mapping to NULL.&lt;BR /&gt;&lt;BR /&gt;This is because /etc/passwd, and by extension the PASSWD service of LDAP, are readable by every user of the system. The information in them is used by commands like "ls" to translate machine-readable UID and GID numbers to human-readable user and group names and vice versa. Everything here is considered "public information" to every user of the system.&lt;BR /&gt;&lt;BR /&gt;I would expect that the actual passwords are stored in another service (maybe SHADOW?) and that access to that service is controlled more strictly.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 20 Mar 2009 08:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ldap-ux-password-service-configuration/m-p/4384008#M35695</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-03-20T08:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP-UX   Password Service Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ldap-ux-password-service-configuration/m-p/4384009#M35696</link>
      <description>Hi MK&lt;BR /&gt;&lt;BR /&gt;Thanks for the information, Also I found this information&lt;BR /&gt;&lt;BR /&gt;"The userPassword attribute is mapped to *NULL* to prevent passwords from being returned for increased security and to prevent PAM_UNIX from authenticating users in the LDAP directory. Mapping to *NULL* or any other nonexistent attribute means do not return anything"&lt;BR /&gt;&lt;BR /&gt;Source: &lt;A href="http://www.docs.hp.com/en/J4269-90073/apbs01.html?btnNext=next+%BB" target="_blank"&gt;http://www.docs.hp.com/en/J4269-90073/apbs01.html?btnNext=next+%BB&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But a more detailed explanation about how the userPassword is mapped, anyways to change this mapping and other possible values to this attribute would be greatly appreciated.</description>
      <pubDate>Fri, 20 Mar 2009 09:53:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ldap-ux-password-service-configuration/m-p/4384009#M35696</guid>
      <dc:creator>Ski Ride</dc:creator>
      <dc:date>2009-03-20T09:53:06Z</dc:date>
    </item>
  </channel>
</rss>

