<?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: Changing login program in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-login-program/m-p/2544524#M27147</link>
    <description>Hmm,&lt;BR /&gt;I think you can not.&lt;BR /&gt;&lt;BR /&gt;May be you can substitute login with a shellscript, that checks, if its parent process ID belongs to a telned or rlogind&lt;BR /&gt;and starts something else then.&lt;BR /&gt;&lt;BR /&gt;I am not so sure, if this works, because I think telnetd and rlogind do NOT call login, but instead they call getty, which switches to login in some cases.&lt;BR /&gt;&lt;BR /&gt;Do not know if this helps&lt;BR /&gt;Volker</description>
    <pubDate>Mon, 25 Jun 2001 10:41:50 GMT</pubDate>
    <dc:creator>Volker Borowski</dc:creator>
    <dc:date>2001-06-25T10:41:50Z</dc:date>
    <item>
      <title>Changing login program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-login-program/m-p/2544522#M27145</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;How can I tell to telnetd and rlogind (on both HPUX 11.00 and 10.20) to use another login program (not /usr/bin/login).&lt;BR /&gt;&lt;BR /&gt;Tanx!</description>
      <pubDate>Mon, 25 Jun 2001 10:15:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-login-program/m-p/2544522#M27145</guid>
      <dc:creator>Rumen Ginev</dc:creator>
      <dc:date>2001-06-25T10:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Changing login program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-login-program/m-p/2544523#M27146</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Providing you are sure of your alternative login program then:-&lt;BR /&gt;&lt;BR /&gt;1. mv /usr/bin/login /usr/bin/loginold&lt;BR /&gt;2. Place your login program in /usr/bin/ and call it login.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Mon, 25 Jun 2001 10:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-login-program/m-p/2544523#M27146</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-06-25T10:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Changing login program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-login-program/m-p/2544524#M27147</link>
      <description>Hmm,&lt;BR /&gt;I think you can not.&lt;BR /&gt;&lt;BR /&gt;May be you can substitute login with a shellscript, that checks, if its parent process ID belongs to a telned or rlogind&lt;BR /&gt;and starts something else then.&lt;BR /&gt;&lt;BR /&gt;I am not so sure, if this works, because I think telnetd and rlogind do NOT call login, but instead they call getty, which switches to login in some cases.&lt;BR /&gt;&lt;BR /&gt;Do not know if this helps&lt;BR /&gt;Volker</description>
      <pubDate>Mon, 25 Jun 2001 10:41:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-login-program/m-p/2544524#M27147</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2001-06-25T10:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Changing login program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-login-program/m-p/2544525#M27148</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The only way I know to do that (I made it on&lt;BR /&gt;linux box) is to get telnetd sources (but &lt;BR /&gt;thinks it's impossible for HPUX) and modify&lt;BR /&gt;telnetd progam ... &lt;BR /&gt;I think there are no option to do that. But,&lt;BR /&gt;like Paula said, you can change login program.&lt;BR /&gt;But you modify login for remote and local &lt;BR /&gt;access (login on console, telnet and rlogin).&lt;BR /&gt;&lt;BR /&gt;If you just want to modify access login for &lt;BR /&gt;telnet client you can do a script wich call&lt;BR /&gt;another program in this case...&lt;BR /&gt;&lt;BR /&gt;I think it's better during your test to have&lt;BR /&gt;an open session on your system... sometimes&lt;BR /&gt;it's really usefull.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Herve&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2001 10:48:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-login-program/m-p/2544525#M27148</guid>
      <dc:creator>Herve BRANGIER</dc:creator>
      <dc:date>2001-06-25T10:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Changing login program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-login-program/m-p/2544526#M27149</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If I were you I'd study the PAM implementation for HP-UX. When using PAM, you should be able to modify the authentication methods per program. &lt;BR /&gt;&lt;BR /&gt;For more information:&lt;BR /&gt;&lt;BR /&gt;man 4 pam.conf&lt;BR /&gt;&lt;BR /&gt;Vincent</description>
      <pubDate>Mon, 25 Jun 2001 11:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-login-program/m-p/2544526#M27149</guid>
      <dc:creator>Vincent Stedema</dc:creator>
      <dc:date>2001-06-25T11:07:55Z</dc:date>
    </item>
  </channel>
</rss>

