Patch Name: PHCO_18694 Patch Description: s700_800 10.26 authck loops forever Creation Date: 99/08/19 Post Date: 99/08/26 Hardware Platforms - OS Releases: s700: 10.26 s800: 10.26 Products: N/A Filesets: BLS.BLS-CORE Automatic Reboot?: No Status: General Release Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHCO_18694 Symptoms: PHCO_18694: Following a fresh system install, after adding new users to the system, the ISSO screen would hang indefinitely when trying to select a user account name for modification. PHCO_17487: After authck returns with an error, status is 0 (echo $?), it should be 1. Defect Description: PHCO_18694: A freshly-installed system would cause the ISSO interface to hang after adding a new user and attempting to select a username for modification. Resolution: The authck routine would remove the map files and attempt to recreate them unsuccessfully. Now it does not remove the files, but still tries to update the map files whenever necessary. Needs PHCO_18502 installed. PHCO_17487: Flag was being reset. Resolution: Modify code to correct the problem. To verify Run authck on fcdb file that has a problem, like TAB missing at the beginning of the line. After authck returns display the status, it should be 1 authck -f -F file.fcdb echo $? SR: 0000000000 Patch Files: /tcb/bin/authck what(1) Output: /tcb/bin/authck: 1999/08/17 Hewlett-Packard HP-UX 10.26 TOS [ ic5cy - DAV17 ] 99/08/17 seccmd/authck.c, hpux, hpux_10.26, ic5cy Re vision 1.12 PATCH_10.26 (PHCO_18694) cksum(1) Output: 4205876011 61440 /tcb/bin/authck Patch Conflicts: None Patch Dependencies: s700: 10.26: PHCO_18502 s800: 10.26: PHCO_18502 Hardware Dependencies: None Other Dependencies: None Supersedes: PHCO_17487 Equivalent Patches: None Patch Package Size: 120 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_18694 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHCO_18694.depot By default swinstall will archive the original software in /var/adm/sw/patch/PHCO_18694. 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_18694.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_18694.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: None