Patch Name: PHCO_30244 Patch Description: s700_800 11.23 pwgrd(1M) cumulative patch Creation Date: 04/02/05 Post Date: 04/02/23 Hardware Platforms - OS Releases: s700: 11.23 s800: 11.23 Products: N/A Filesets: OS-Core.UX2-CORE,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP Automatic Reboot?: No Status: General Release Critical: No Category Tags: defect_repair general_release Path Name: /hp-ux_patches/s700_800/11.X/PHCO_30244 Symptoms: PHCO_30244: ( SR:8606338529 CR:JAGae99482 ) If pwgrd(1M) daemon is running, getpwnam(3C) and getpwuid(3C) return encrypted password that are truncated to 13 characters, under certain circumstances. Defect Description: PHCO_30244: ( SR:8606338529 CR:JAGae99482 ) getpwnam(3C) and getpwuid(3C) return initial 13 characters of the encrypted password. If the pwgrd(1M) daemon is running, getpwnam(3C) and getpwuid(3C) collect the user information through the pwgrd(1M) daemon. pwgrd(1M) caches only the initial 13 characters of the encrypted password, if the user details are available from source other than /etc/passwd (eg. NIS). Resolution: pwgrd(1M) has been modified to cache the complete password string instead of truncating it. Enhancement: No SR: 8606338529 Patch Files: OS-Core.UX2-CORE,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP: /usr/sbin/pwgrd what(1) Output: OS-Core.UX2-CORE,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP: /usr/sbin/pwgrd: cache.c $Date: 2004/01/13 22:55:17 $Revision: r11.23 /1 PATCH_11.23 (PHCO_30244) $Revision: @(#) all R11.23_BL2004_0205_1 PATCH_11.23 PHCO_30244 Thu Feb 5 04:32:05 PST 2004 $ cksum(1) Output: OS-Core.UX2-CORE,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP: 4197513746 135396 /usr/sbin/pwgrd Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: None Equivalent Patches: None Patch Package Size: 80 KBytes Installation Instructions: Please review all instructions and the Hewlett-Packard SupportLine User Guide or your Hewlett-Packard support terms and conditions for precautions, scope of license, restrictions, and, limitation of liability and warranties, before installing this patch. ------------------------------------------------------------ 1. Back up your system before installing a patch. 2. Login as root. 3. Copy the patch to the /tmp directory. 4. Move to the /tmp directory and unshar the patch: cd /tmp sh PHCO_30244 5. Run swinstall to install the patch: swinstall -x autoreboot=true -x patch_match_target=true \ -s /tmp/PHCO_30244.depot By default swinstall will archive the original software in /var/adm/sw/save/PHCO_30244. If you do not wish to retain a copy of the original software, include the patch_save_files option in the swinstall command above: -x patch_save_files=false WARNING: If patch_save_files is false when a patch is installed, the patch cannot be deinstalled. Please be careful when using this feature. For future reference, the contents of the PHCO_30244.text file is available in the product readme: swlist -l product -a readme -d @ /tmp/PHCO_30244.depot To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHCO_30244.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: None