<note><para>Previously, if you enabled <literal>pam_ldap</literal> account
management, all users needed to provide a login password for authentication
any time they logged in to the system. Therefore, nonpassword-based logins
using tools such as <command>rsh</command>, <command>rlogin</command>, or <command>ssh</command> would fail.</para><para>Now, however, <olink targetdoc="refman5" targetptr="pam-ldap-5" remap="external"><citerefentry><refentrytitle>pam_ldap</refentrytitle><manvolnum>5</manvolnum></citerefentry></olink>, when used with Sun Java System
Directory Servers DS5.2p4 and newer releases, enables users to log in with <command>rsh</command>, <command>rlogin</command>, <command>rcp</command> and <command>ssh</command> without giving a password.</para><para><olink targetdoc="refman5" targetptr="pam-ldap-5" remap="external"><citerefentry><refentrytitle>pam_ldap</refentrytitle><manvolnum>5</manvolnum></citerefentry></olink> is now modified to do account
management and retrieve the account status of users without authenticating
to Directory Server as the user logging in. The new control to this on Directory
Server is 1.3.6.1.4.1.42.2.27.9.5.8, which is enabled by default.</para><para>To
modify this control for other than default, add Access Control Instructions
(ACI) on Directory Server:</para><screen>dn: oid=1.3.6.1.4.1.42.2.27.9.5.8,cn=features,cn=config
objectClass: top
objectClass: directoryServerFeature
oid:1.3.6.1.4.1.42.2.27.9.5.8
cn:Password Policy Account Usable Request Control
aci: (targetattr != "aci")(version 3.0; acl "Account Usable"; 
     allow (read, search, compare, proxy)
     (groupdn = "ldap:///cn=Administrators,cn=config");)
creatorsName: cn=server,cn=plugins,cn=config
modifiersName: cn=server,cn=plugins,cn=config</screen>
</note><?Pub *0000002134 0?>