<?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: Prevent wtmp entry for ftp logins for specific users in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-wtmp-entry-for-ftp-logins-for-specific-users/m-p/2616963#M885196</link>
    <description>You can't turn it off for certain users. Why not "push" the files from your HP box to your NT when the files are ready on your HP box? This reduces a lot of overhead. You could also look at using samba on your HPux server, and place the files into the directory that your NT is looking at.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Mon, 19 Nov 2001 19:09:49 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2001-11-19T19:09:49Z</dc:date>
    <item>
      <title>Prevent wtmp entry for ftp logins for specific users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-wtmp-entry-for-ftp-logins-for-specific-users/m-p/2616962#M885195</link>
      <description>I have a NT server that is running an application that polls our HPUX 10.20 box for XML files to be sent to our vendors. The polling is done via ftp every 10 minutes.&lt;BR /&gt;&lt;BR /&gt;I noticed that my wtmp file is growing with each ftp login.&lt;BR /&gt;&lt;BR /&gt;My question is-&lt;BR /&gt;Can I prevent these ftp login entries from being put into wtmp in the first place for a specific user?</description>
      <pubDate>Mon, 19 Nov 2001 19:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prevent-wtmp-entry-for-ftp-logins-for-specific-users/m-p/2616962#M885195</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2001-11-19T19:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent wtmp entry for ftp logins for specific users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-wtmp-entry-for-ftp-logins-for-specific-users/m-p/2616963#M885196</link>
      <description>You can't turn it off for certain users. Why not "push" the files from your HP box to your NT when the files are ready on your HP box? This reduces a lot of overhead. You could also look at using samba on your HPux server, and place the files into the directory that your NT is looking at.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 19 Nov 2001 19:09:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prevent-wtmp-entry-for-ftp-logins-for-specific-users/m-p/2616963#M885196</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-19T19:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent wtmp entry for ftp logins for specific users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-wtmp-entry-for-ftp-logins-for-specific-users/m-p/2616964#M885197</link>
      <description>Rodney,&lt;BR /&gt;wtmp is independent from the files that log to it, so it is not like you can just edit a config file. If you are concerned about the size of wtmp, do some automated archiving in cron, something like...&lt;BR /&gt;&lt;BR /&gt;cp wtmp wtmp.$DATE&lt;BR /&gt;cat /dev/null &amp;gt; wtmp&lt;BR /&gt;gzip wtmp.$DATE&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;C</description>
      <pubDate>Mon, 19 Nov 2001 19:27:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prevent-wtmp-entry-for-ftp-logins-for-specific-users/m-p/2616964#M885197</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2001-11-19T19:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent wtmp entry for ftp logins for specific users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-wtmp-entry-for-ftp-logins-for-specific-users/m-p/2616965#M885198</link>
      <description>Modifying the application to push the data would require a rewrite of the vendors software.&lt;BR /&gt;&lt;BR /&gt;Originally I thought about samba, but I would have to add some customization to the application on the HPUX side. Each line would need a  ^M on the end to make them "DOS"ish. Using ftp did it automatically .&lt;BR /&gt;&lt;BR /&gt;I was trying to avoid modifying the system supplied by our software vendor, but it looks like I can't get away from it. &lt;BR /&gt;&lt;BR /&gt;Thanks for the reply...&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Mon, 19 Nov 2001 19:35:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prevent-wtmp-entry-for-ftp-logins-for-specific-users/m-p/2616965#M885198</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2001-11-19T19:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent wtmp entry for ftp logins for specific users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prevent-wtmp-entry-for-ftp-logins-for-specific-users/m-p/2616966#M885199</link>
      <description>Im not too sure about this but what if you edit your /etc/inittab file? &lt;BR /&gt;Now from reading you have a line &lt;BR /&gt;init:3:initdefault:&lt;BR /&gt;with 3 being the run level. What if you bring it down to 2 ? Maybe this will slow down the logging. Not sure though just a thought.  Here are some links&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90682/B2355-90682.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90682/B2355-90682.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=8bbcc35e0fe3bc6ca7/screen=ckiDisplayDocument?docId=200000040986508" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=8bbcc35e0fe3bc6ca7/screen=ckiDisplayDocument?docId=200000040986508&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=9851c9ae08ae1d5eba/screen=ckiDisplayDocument?docId=200000024631917" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=9851c9ae08ae1d5eba/screen=ckiDisplayDocument?docId=200000024631917&lt;/A&gt;</description>
      <pubDate>Mon, 19 Nov 2001 19:42:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prevent-wtmp-entry-for-ftp-logins-for-specific-users/m-p/2616966#M885199</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-11-19T19:42:12Z</dc:date>
    </item>
  </channel>
</rss>

