PROBLEM: (86356, 88411) (PATCH ID: OSF520DX-039) ******** This patch deals with errors that can be generated when (non-root) users, who lack a valid Home Directory, run the Sysman Account Management tool. When (non-root) users that lacked a Home Directory and ran the tool, the Acct Management Suitlet would produce a TCL dump similar to: can not create file: couldn't open "/yyyy/.am_user_pref.txt" : no such file or directory while executing "error "can not create file: $fd"" (procedure "dump_hash_to_file" line 5) invoked from within "dump_hash_to_file user_pref $file_to_read" (procedure "write_user_pref_to_disk" line 13) invoked from within "write_user_pref_to_disk " (procedure "read_user_pref_from_disk" line 32) invoked from within "read_user_pref_from_disk" (procedure "w_options" line 11) (w_options initCB line 11) invoked from within "$self initCB" (procedure "w_options" line 2) (_UIT_Container doInitCB line 2) invoked from within "$w doInitCB" PROBLEM: (94179) (PATCH ID: OSF520DX-052) ******** This patch deals with an errors that is generated when there are +users or -users present in the /etc/passwd file and the Sysman Account Management tool is used to display or modify that +user or -user. When the error is present the data for the +user account will have 0 or 1 entries rather than field values when you view the user properties. The symptom is: "several property fields, such as comments, LoginShell, HomeDirectory, for the +user or -user will have values of 1 or 0". E.g. if you were using the Sysman Account manager's Curses interface you might see the following when this bug is present. Notice the "1" and "0" entries below: ============================================== Username: XFred User ID: Password: Confirmation: Primary Group: 1 Choose... Secondary Groups: Shell: 0 Choose... Home Directory: 1 [ ]Move Home Directory: Comments: 0 [ ]Lock Account Options... ============================================== PROBLEM: (79746) (PATCH ID: OSF520DX-079) ******** This patch fixes a bug encountered when you use the Advanced Search "Filter by Comment" (activated by pressing the Filter button then the Advanced tab and using the "Pattern in the Comments" search) and enter a search string that includes embedded whitespace (like a space character).