<?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: vendor software user authentication problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929309#M762391</link>
    <description>&amp;gt;The vendor's daemon is not running as root. It &amp;gt;is running as Zuser. Anyway, I think the trace &amp;gt;shows it is trying to open in read-only mode, &amp;gt;and the tcb file is world readable.&lt;BR /&gt;&lt;BR /&gt;A non-root user wouldn't have access to /tcb/files/auth/Z/.&lt;BR /&gt;&lt;BR /&gt;Have you tested running the daemon as root to verify that this isn't the problem? &lt;BR /&gt;&lt;BR /&gt;-denver</description>
    <pubDate>Fri, 19 Jan 2007 16:23:01 GMT</pubDate>
    <dc:creator>Denver Osborn</dc:creator>
    <dc:date>2007-01-19T16:23:01Z</dc:date>
    <item>
      <title>vendor software user authentication problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929296#M762378</link>
      <description>We have some new-ish software from a vendor. It archives oracle data. I don't understand it. I'm just installing it and configuring it  for our DBA. In a sandbox system. HP-UX 11.11, trusted, patched up to current. Plus a bunch of stuff on a Windows system.&lt;BR /&gt;&lt;BR /&gt;There's a problem when using the vendor's software. They haven't been able to figure it out yet. When a user, on a pc, tries to get started doing something, looking at some archived data, or defining some data to be archived, one of the first things that happens is a user authentication on the HP_UX system. The authentication is failing. They say their software relies on standard HP-UX authentication for users. Attempting to figure this out, I put tusc on their process. The trace has lines indicating the code is interrogating the tcb.&lt;BR /&gt;&lt;BR /&gt;But here's the weird thing that my question is about. The trace shows the code is looking for a file, /tcb/files/auth/Z/Zuser-t . But there is no user in our system named "Zuser-t". The userid of the account that installed the software and that is being used to try to use the product is "Zuser". And, the vendor claims there is no way that their software is tacking on the "-t" to the end of the user name. They are suggesting HP-UX is doing that. Which I don't believe. But here we are.&lt;BR /&gt;&lt;BR /&gt;I don't see the string Zuser-t anywhere in any file on the system, including syslog.log and /var/adm/btmp.&lt;BR /&gt;&lt;BR /&gt;Is there a way, other than the tusc trace I've already done, to see what the vendor's software is passing to HP-UX authentication? Is it possible HP-UX trying to stat the file /tcb/files/auth/Z/Zuser-t is just a red herring? Maybe that's somehow normal hp-ux behavior? Or is it possible there is a bug in hpux authentication whereby "-t" is arbitrarily appended to a userid string that it is going to try to authenticate? Or must it be the vendor's software passing that to hp-ux?&lt;BR /&gt;&lt;BR /&gt;Here is the relevant section from the trace:&lt;BR /&gt;&lt;BR /&gt;open("/etc/passwd", O_RDONLY, 0666) ...................... = 34&lt;BR /&gt;ioctl(34, TCGETA, 0x7800b5d8) ............................ ERR#25 ENOTTY&lt;BR /&gt;read(34, "r o o t : * : 0 : 3 : : / r o o ".., 8192) ..... = 8192&lt;BR /&gt;lseek(34, 4294962680, SEEK_CUR) .......................... = 3576&lt;BR /&gt;close(34) ................................................ = 0&lt;BR /&gt;stat("/tcb/files/auth/Z/Zuser-t", 0x7800b300) ............ ERR#13 EACCES&lt;BR /&gt;open("/tcb/files/auth/Z/Zuser", O_RDONLY, 0666) .......... ERR#13 EACCES&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 19 Jan 2007 14:34:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929296#M762378</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2007-01-19T14:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: vendor software user authentication problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929297#M762379</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;It's normal for it to check for Zuser-t file. The "user-t" file would lock the account. It doesn't exist.&lt;BR /&gt;&lt;BR /&gt;What's the output of /usr/lbin/getprpw -l Zuser&lt;BR /&gt;&lt;BR /&gt;-denver&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2007 14:56:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929297#M762379</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-01-19T14:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: vendor software user authentication problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929298#M762380</link>
      <description>Thank you.&lt;BR /&gt;&lt;BR /&gt;I believe you, but, unexperienced and ignorant as I am about this, it leads me to the question, - since there is already a field or several fields regarding lock out status in the regular file in the tcb by the account name Zuser, what is the need of another file with -t appended to the name for lockout? Rhetorical question, I don't really need to know, just seems unnecessary, but I trust there is a reasonable explanation.&lt;BR /&gt;&lt;BR /&gt;Anyway, onward with the problem at hand...&lt;BR /&gt;&lt;BR /&gt;# /usr/lbin/getprpw Zuser&lt;BR /&gt;uid=527, bootpw=NO, audid=1318, audflg=1, mintm=-1, maxpwln=-1, exptm=-1, lftm=-&lt;BR /&gt;1, spwchg=Mon Nov 13 14:57:35 2006, upwchg=-1, acctexp=-1, llog=-1, expwarn=-1, &lt;BR /&gt;usrpick=DFT, syspnpw=DFT, rstrpw=DFT, nullpw=DFT, admnum=-1, syschpw=DFT, sysltp&lt;BR /&gt;w=DFT, timeod=-1, slogint=Fri Jan 19 10:33:09 2007, ulogint=Thu Jan  4 15:47:56 &lt;BR /&gt;2007, sloginy=pts/tb, culogin=-1, uloginy=pts/tc, umaxlntr=-1, alock=NO, lockout&lt;BR /&gt;=0000000</description>
      <pubDate>Fri, 19 Jan 2007 15:03:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929298#M762380</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2007-01-19T15:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: vendor software user authentication problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929299#M762381</link>
      <description>well, I guess I did have a teensy little doubt about the explanation for the -t, because I did some checking, and this would seem to disprove that explanation, here is a locked out account with no -t file:&lt;BR /&gt;&lt;BR /&gt;root /root # /usr/lbin/getprpw tr19630&lt;BR /&gt;uid=1000, bootpw=NO, audid=31, audflg=1, mintm=-1, maxpwln=-1, exptm=-1, lftm=-1, spwchg=Thu Dec 21 14:47:04 2006, upwchg=Fri Sep 22 10:57:24 2006, acctexp=-1, llog=-1, expwarn=-1, usrpick=DFT, syspnpw=DFT, rstrpw=DFT, nullpw=DFT, admnum=-1, syschpw=DFT, sysltpw=DFT, timeod=-1, slogint=Thu Dec 21 14:47:11 2006, ulogint =Fri Jan 19 12:06:37 2007, sloginy=-1, culogin=3, uloginy=pts/tf, umaxlntr=-1, a&lt;BR /&gt;lock=NO, lockout=0001000&lt;BR /&gt;&lt;BR /&gt;root /root # find /tcb/files/auth -type f -name "*-t" -print&lt;BR /&gt;&lt;BR /&gt;root /root # ll /tcb/files/auth/t/tr19630*&lt;BR /&gt;-rw-rw-r--   1 root       root           285 Jan 19 12:06 /tcb/files/auth/t/tr19630&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2007 15:13:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929299#M762381</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2007-01-19T15:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: vendor software user authentication problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929300#M762382</link>
      <description>the lock file is another mechanism which could lockout an account or terminal. Sorry I can't explain it much better than that, it's just a bit of info I remember from back in the day.  :)&lt;BR /&gt;&lt;BR /&gt;Try it for yourself. &lt;BR /&gt;&lt;BR /&gt;touch /tcb/files/auth/y/youraccount-t&lt;BR /&gt;&lt;BR /&gt;You won't be able to login until the lock file is removed.&lt;BR /&gt;&lt;BR /&gt;We're getting off topic too. :)&lt;BR /&gt;&lt;BR /&gt;Maybe attaching more of the tusc output would help. Curious to see what is captured after open("/tcb/files/auth/Z/Zuser"&lt;BR /&gt;&lt;BR /&gt;-denver&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2007 15:21:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929300#M762382</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-01-19T15:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: vendor software user authentication problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929301#M762383</link>
      <description>Thank you for satisfying my curiosity.&lt;BR /&gt;&lt;BR /&gt;The entire trace file is huge, and I was reluctant to attach the whole thing without "sanitizing" it ( maybe it doesn't really need it, but for one thing, just in the part I posted already, I altered the actual user name while retaining the critical problem information, because it contained part of the vendor's name and I didn't want to say anything to identify them them. I don't even know if there's anything else in there that might benefit from being sanitized.)&lt;BR /&gt;&lt;BR /&gt;Anyway, attached is a little more of the trace.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2007 15:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929301#M762383</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2007-01-19T15:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: vendor software user authentication problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929302#M762384</link>
      <description>Is this a nis+ client?&lt;BR /&gt;&lt;BR /&gt;Can you also post the passwd entry from /etc/nsswitch.conf file?&lt;BR /&gt;&lt;BR /&gt;If it's nis+ and trusted, problem might be from having "compat" mode in nsswitch.conf for passwd.&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Fri, 19 Jan 2007 15:51:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929302#M762384</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-01-19T15:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: vendor software user authentication problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929303#M762385</link>
      <description>It's getting "EACCES" (access denied) when it tries to open Zuser. Is it running as a normal user? Only root can open the tcb files.</description>
      <pubDate>Fri, 19 Jan 2007 15:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929303#M762385</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2007-01-19T15:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: vendor software user authentication problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929304#M762386</link>
      <description>We are not using NIS anywhere at our site, and there is no /etc/nssswitch.conf file.</description>
      <pubDate>Fri, 19 Jan 2007 15:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929304#M762386</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2007-01-19T15:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: vendor software user authentication problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929305#M762387</link>
      <description>regarding the question, "It's getting "EACCES" (access denied) when it tries to open Zuser. Is it running as a normal user? " ...&lt;BR /&gt;&lt;BR /&gt;The vendor's daemon is not running as root. It is running as Zuser. Anyway, I think the trace shows it is trying to open in read-only mode, and the tcb file is world readable.</description>
      <pubDate>Fri, 19 Jan 2007 16:02:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929305#M762387</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2007-01-19T16:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: vendor software user authentication problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929306#M762388</link>
      <description>Then the only other thing I can think to look at is the /etc/pam.conf and /etc/pam_user.conf. &lt;BR /&gt;&lt;BR /&gt;pam_authenticate is possibly returning error "No account present for user" which causes the login to fail.&lt;BR /&gt;&lt;BR /&gt;Is it ok to post the pam.conf and pam_user.conf?&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Fri, 19 Jan 2007 16:10:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929306#M762388</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-01-19T16:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: vendor software user authentication problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929307#M762389</link>
      <description>root /root # cat /etc/pam.conf     &lt;BR /&gt;#&lt;BR /&gt;# PAM Configuration&lt;BR /&gt;#&lt;BR /&gt;# Account Management&lt;BR /&gt;#&lt;BR /&gt;dtaction  account  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;dtlogin  account  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;ftp  account  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;login  account  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;su  account  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;rt4s  account  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;OTHER  account  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;#&lt;BR /&gt;# Authentication Management&lt;BR /&gt;#&lt;BR /&gt;dtaction  auth  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;dtlogin  auth  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;ftp  auth  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;login  auth  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;su  auth  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;rt4s  auth  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;OTHER  auth  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;#&lt;BR /&gt;# Password Management&lt;BR /&gt;#&lt;BR /&gt;dtaction  password  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;dtlogin  password  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;login  password  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;passwd  password  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;OTHER  password  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;#&lt;BR /&gt;# Session Management&lt;BR /&gt;#&lt;BR /&gt;dtaction  session  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;dtlogin  session  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;login  session  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;OTHER  session  required  /usr/lib/security/libpam_unix.1  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root /root # cat /etc/pam_user.conf&lt;BR /&gt;#&lt;BR /&gt;# This file defines PAM configuration for a user. The configuration&lt;BR /&gt;# here overrides pam.conf.&lt;BR /&gt;#&lt;BR /&gt;# The format for each entry is:&lt;BR /&gt;# user_name  module_type  module_path options&lt;BR /&gt;#&lt;BR /&gt;# For example:&lt;BR /&gt;#&lt;BR /&gt;# user_a        auth      /usr/lib/security/libpam_unix.1     debug&lt;BR /&gt;# user_a        auth      /usr/lib/security/libpam_dce.1      try_first_pass&lt;BR /&gt;# user_a        password  /usr/lib/security/libpam_unix.1     debug&lt;BR /&gt;#&lt;BR /&gt;# user_b        auth      /usr/lib/security/libpam_unix.1     debug use_psd&lt;BR /&gt;# user_b        password  /usr/lib/security/libpam_unix.1     debug use_psd&lt;BR /&gt;#&lt;BR /&gt;# See the pam_user.conf(4) manual page for more information&lt;BR /&gt;#</description>
      <pubDate>Fri, 19 Jan 2007 16:13:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929307#M762389</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2007-01-19T16:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: vendor software user authentication problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929308#M762390</link>
      <description>On my 11.11 trusted systems the user file itself is world readable, but the directory (/tcb/files/auth/Z in your case) is 770, owned by root:sys. Normal users will not be able to open the file unless they have execute access through all of the enclosing directories.&lt;BR /&gt;&lt;BR /&gt;See if you can cat the file as the user. If you can't then that might be the problem. If you can then you have a security problem because password hashes shouldn't be visible to normal users in trusted mode. Either way you'll know something more than you do now.&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2007 16:20:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929308#M762390</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2007-01-19T16:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: vendor software user authentication problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929309#M762391</link>
      <description>&amp;gt;The vendor's daemon is not running as root. It &amp;gt;is running as Zuser. Anyway, I think the trace &amp;gt;shows it is trying to open in read-only mode, &amp;gt;and the tcb file is world readable.&lt;BR /&gt;&lt;BR /&gt;A non-root user wouldn't have access to /tcb/files/auth/Z/.&lt;BR /&gt;&lt;BR /&gt;Have you tested running the daemon as root to verify that this isn't the problem? &lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Fri, 19 Jan 2007 16:23:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929309#M762391</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-01-19T16:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: vendor software user authentication problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929310#M762392</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;In your trace before open /etc/passwd, do you see entries for getpwnam or getspwnam?&lt;BR /&gt;&lt;BR /&gt;-denver&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2007 17:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929310#M762392</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-01-19T17:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: vendor software user authentication problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929311#M762393</link>
      <description>Sorry for the delay. I got interrupted.&lt;BR /&gt;&lt;BR /&gt;Right, Zuser cannot cat the tcb file.&lt;BR /&gt;&lt;BR /&gt;I have not tested running the daemon as root. Let me see if I can do that.&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2007 17:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929311#M762393</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2007-01-19T17:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: vendor software user authentication problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929312#M762394</link>
      <description>Thanks you for the help. The problem is solved. I never got to trying to run daemon as root. DBA working with vendor determined their user setup within their application software was wrong. Something like, it encrypts the password, stores it, then when the user wants to begin some function, it decrypts that to get plain text password back, then uses plain text as input to pass to hp-ux authentication.</description>
      <pubDate>Tue, 23 Jan 2007 12:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vendor-software-user-authentication-problem/m-p/3929312#M762394</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2007-01-23T12:40:48Z</dc:date>
    </item>
  </channel>
</rss>

