Patch Name: PHCO_19290 Patch Description: s700_800 10.26 add Smartcard password authentication libs Creation Date: 99/07/16 Post Date: 99/07/22 Hardware Platforms - OS Releases: s700: 10.26 s800: 10.26 Products: N/A Filesets: BLS.BLS-CORE Automatic Reboot?: No Status: General Superseded Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHCO_19290 Symptoms: PHCO_19290: Smartcard does not password authenticate correctly Defect Description: PHCO_19290: The password changing commands need to know CRString for a new password to perform the password history checks. Currently, these commands are invoking smartcard_PWchange() twice in succession to achieve this functionality. The first invocation sets the new password and the second invocation restores the old password. This is just a workaround which is causing problem in developing the Smartcard hook library. Resolution: Added a new hook in the libSmartCard library to get the CRstring for a new passwword without writing into the Smart Card. All the commands which change the user passwords have been modified to invoke the hook. SR: 1653309872 Patch Files: /usr/lib/libSmartCard.a(SmartCard.o) /usr/lib/libSmartCard.1 what(1) Output: /usr/lib/libSmartCard.a(SmartCard.o): 99/06/25 lib/libSmartCard/SmartCard.c, hpux, hpux_10 .26, ic5cv Revision 1.3 PATCH_10.26 (PHCO_19 290) /usr/lib/libSmartCard.1: 1999/07/15 Hewlett-Packard HP-UX 10.26 TOS [ ic5cv - DAV17 ] 99/06/25 lib/libSmartCard/SmartCard.c, hpux, hpux_10 .26, ic5cv Revision 1.3 PATCH_10.26 (PHCO_19 290) cksum(1) Output: 1556607770 1256 /usr/lib/libSmartCard.a(SmartCard.o) 3789412985 12288 /usr/lib/libSmartCard.1 Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: None Equivalent Patches: None Patch Package Size: 70 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_19290 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHCO_19290.depot By default swinstall will archive the original software in /var/adm/sw/patch/PHCO_19290. If you do not wish to retain a copy of the original software, you can create an empty file named /var/adm/sw/patch/PATCH_NOSAVE. WARNING: If this file exists when a patch is installed, the patch cannot be deinstalled. Please be careful when using this feature. It is recommended that you move the PHCO_19290.text file to /var/adm/sw/patch for future reference. To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHCO_19290.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: None