PROBLEM: (77148) (PATCH ID: OSF505DX-004) ******** This patch fixes a situation in which a system running ASU experiences dxaccounts crash problem when a user is deleted from PC User view. PROBLEM: (77740, 72782) (PATCH ID: OSF505DX-005) ******** This patch fixes the following dxaccount problems: - The ability to change root's login/uid through cli/dxaccounts utilities. - The '-t' flag in useradd and usermod commands' usage displays an error message instead of adding or modifying the local user. On a NIS master/client, the command 'useradd/usermod -t + foo' should add +foo or modify the existing local user foo as +foo when the foo user is a NIS user. Instead, the error message of "ADD NIS-user, foo before adding this +/- user" is displayed. PROBLEM: (76477, 75593, 72723, 72725) (PATCH ID: OSF505DX-006) ******** This patch fixes the following cli command problems: - Incorrect results from the command utility "usermod -G group_name, user_name" For example, "usermod -G system foo" should add a user 'foo' to a group 'system' as a secondary group. The subsequent call of "usermod -G users foo" should replace the secondary group 'system' with 'users'. Instead, the second call adds the user 'foo' to the both groups 'system' and 'users' - Not setting c2 security attributes values when useradd/usermod commands with '-x account_inactive|account_expiration' are executed. - When running "useradd X" and "useradd Y" on the same machine but from separate terminals, two different type of contention error message are displayed. - The following commands does not display an error message, which should, when executed from a NIS clent: 'usermod (or useradd) -x local=0' 'groupmod (or groupadd) -x local=0' PROBLEM: (76282, 77148, 72360, 77109, 78324, 188.00) (PATCH ID: OSF505DX-007) ******** This patch fixes the following dxaccounts problems: 1) dxaccounts dialog messages incorrectly displayed when a user is added with no password entry. For example, a) start 'dxaccounts' b) click 'Add' to bring Add/Modify User dialog box. c) verify the message "This user has no password" is displayed. d) fill in 'Username' and click 'Password...' button. e) click 'No Password' button in the New Passwork dialog box. f) click 'OK' to close the New Password dialog box. g) see the dialog "This user has no password" now has been changed to "User password has been entered" while no password has been entered. h) click 'Apply' button, and see the dialog now changes to "This user has a password" while the user has no password. 2) Unable to create a new user from the 'PC Users' view on a system with ASU installed. 3) The following problems can occur with the dxaccounts application on ASU system: - The dxaccounts crashes when the root icon is double clicked. - The fullname of a new PC account is not mapped to a UNIX user. - Erasing a PC account's fields does not work: the values erased remains. - The default values of Home Directory, Login Script & User Profile Path for a PC user are invalid. PROBLEM: (UTO73283A) (PATCH ID: OSF505DX-009) ******** When a new user id is created and the option to create a home directory for that user is chosen the new home directory will be created with the date and time stamp of the /usr/skel directory.