Patch Name: PHCO_20322 Patch Description: s700_800 10.26 Smartcard password authentication libs patch Creation Date: 99/10/28 Post Date: 99/11/08 Hardware Platforms - OS Releases: s700: 10.26 s800: 10.26 Products: N/A Filesets: BLS.BLS-CORE Automatic Reboot?: Yes Status: General Release Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHCO_20322 Symptoms: PHCO_20322: User must manually run the SmartCard setup script after installing the SmardCard patch. PHCO_19290: Smartcard does not password authenticate correctly Defect Description: PHCO_20322: No changes made to the binaries. The changes are made only in the patch installation scripts to allow the setup script to run at the end of the patch installation. 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: PHCO_19290 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_20322 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHCO_20322.depot By default swinstall will archive the original software in /var/adm/sw/patch/PHCO_20322. 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_20322.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_20322.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: NOTE: This patch uses the string "hpux_10.26" to identify the non-customized version of libSmartCard.a. If you have modified this library please insure that the what string of your customized version of libSmartCard.a does not contain the string "hpux_10.26".