<?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: Account disable in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/account-disable/m-p/3406792#M201847</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is this a trusted system?. If so, do you have password restrictions on?. Like 'getprdef -m exptm,lftm'?. How are you adding the users?.&lt;BR /&gt;&lt;BR /&gt;I don't believe it has anything to do with 'remsh' command. How about trying 'telnet' to access the login after it's creation?&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Mon, 25 Oct 2004 04:47:07 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2004-10-25T04:47:07Z</dc:date>
    <item>
      <title>Account disable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/account-disable/m-p/3406788#M201843</link>
      <description>Hi, &lt;BR /&gt;I have added a users in a system. If I try to remsh I obtain:&lt;BR /&gt;#remsh myhost -l riccardo "uptime"&lt;BR /&gt;remshd: Account is disabled.&lt;BR /&gt;# remsh myhost -l riccardo &lt;BR /&gt;Password:&lt;BR /&gt;My cripted password is =rbTDEtXgXwZ6 (riccardo). When change my password and the first character isn't = (equal) &lt;BR /&gt;my remsh running correctly !!&lt;BR /&gt;Someone know this bug ??? &lt;BR /&gt;You know if it is documented ?&lt;BR /&gt;Thanks &lt;BR /&gt;</description>
      <pubDate>Mon, 25 Oct 2004 03:23:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/account-disable/m-p/3406788#M201843</guid>
      <dc:creator>Riccardo BIgoni</dc:creator>
      <dc:date>2004-10-25T03:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Account disable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/account-disable/m-p/3406789#M201844</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Do you have the latest patch&lt;BR /&gt;&lt;BR /&gt;example&lt;BR /&gt;&lt;BR /&gt;Patch Name: PHNE_23003&lt;BR /&gt;&lt;BR /&gt;Patch Description: s700_800 11.00 r-commands cumulative patch&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;      Steve Steel&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Oct 2004 03:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/account-disable/m-p/3406789#M201844</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-10-25T03:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Account disable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/account-disable/m-p/3406790#M201845</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;This error condition can be reproduced by placing a * in the password&lt;BR /&gt;field of the /etc/passwd file.  The * (or other non-valid) character&lt;BR /&gt;(see passwd(4)) indicates to the calling process that the account has&lt;BR /&gt;been administratively locked.&lt;BR /&gt;&lt;BR /&gt;This error can also be seen when using an LDAP Server, via the PAM&lt;BR /&gt;module /usr/lib/security/libpam_ldap.1, to provide authentication&lt;BR /&gt;for r-cmds.&lt;BR /&gt;&lt;BR /&gt;/etc/pam.conf contains:&lt;BR /&gt;     rcomds auth required /usr/lib/security/libpam_unix.1&lt;BR /&gt;     rcomds account required /usr/lib/security/libpam_unix.1&lt;BR /&gt;     ............&lt;BR /&gt;&lt;BR /&gt;In this case, the problem is caused because the LDAP directory server,&lt;BR /&gt;by default, will use an asterisk - "*" - in the password field.  Thus&lt;BR /&gt;remshd(1M) interprets the Account as being disabled.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Oct 2004 03:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/account-disable/m-p/3406790#M201845</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2004-10-25T03:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Account disable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/account-disable/m-p/3406791#M201846</link>
      <description>Thanks for answer. &lt;BR /&gt;In my system is installed the PHNE_2303. This problem exist in 11.00 and 11i system. &lt;BR /&gt;I don't use LDAP server for authentication.&lt;BR /&gt;&lt;BR /&gt;Bye</description>
      <pubDate>Mon, 25 Oct 2004 04:42:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/account-disable/m-p/3406791#M201846</guid>
      <dc:creator>Riccardo BIgoni</dc:creator>
      <dc:date>2004-10-25T04:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Account disable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/account-disable/m-p/3406792#M201847</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is this a trusted system?. If so, do you have password restrictions on?. Like 'getprdef -m exptm,lftm'?. How are you adding the users?.&lt;BR /&gt;&lt;BR /&gt;I don't believe it has anything to do with 'remsh' command. How about trying 'telnet' to access the login after it's creation?&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 25 Oct 2004 04:47:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/account-disable/m-p/3406792#M201847</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-25T04:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Account disable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/account-disable/m-p/3406793#M201848</link>
      <description>Hi, &lt;BR /&gt;my system isn't Trusted, and haven't any restrictions pwd. &lt;BR /&gt;For add usig adduser, but if I a change password for old user whith vi /etc/passwd and this password BEGIN whith equal remsh don't running correctly. &lt;BR /&gt;If I using telnet enter in system whithout problem. &lt;BR /&gt;I believe that this is a problem of remsh. &lt;BR /&gt;&lt;BR /&gt;Bye</description>
      <pubDate>Mon, 25 Oct 2004 05:03:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/account-disable/m-p/3406793#M201848</guid>
      <dc:creator>Riccardo BIgoni</dc:creator>
      <dc:date>2004-10-25T05:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Account disable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/account-disable/m-p/3406794#M201849</link>
      <description>I FOUND IT !! &lt;BR /&gt;In man 4 passwd: &lt;BR /&gt;&lt;BR /&gt;The encrypted password consists of 13 characters chosen from a 64-character set of "digits" described below, Login can be prevented by&lt;BR /&gt;entering in the password field a character that is not part of the set of digits (such as *).&lt;BR /&gt;&lt;BR /&gt;The characters used to represent "digits" are . for 0, / for 1, 0  through 9 for 2 through 11, A through Z for 12 through 37, and a through z for 38 through 63.&lt;BR /&gt;&lt;BR /&gt;Probability remsh don't running if a password begin a non valid &lt;BR /&gt;character, telnet don't parsing the first character. &lt;BR /&gt;&lt;BR /&gt;Thank for help &lt;BR /&gt;&lt;BR /&gt;Bye</description>
      <pubDate>Mon, 25 Oct 2004 05:30:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/account-disable/m-p/3406794#M201849</guid>
      <dc:creator>Riccardo BIgoni</dc:creator>
      <dc:date>2004-10-25T05:30:42Z</dc:date>
    </item>
  </channel>
</rss>

