PROBLEM: (qar 75978) (Patch ID: OSF500DX-006) ******** This patch fixes a situation in which a system running Dxaccounts under C2 security mode experiences problems with a core dump when a user attemps to lock a retired user account. PROBLEM: (QAR 69318, 71747) (Patch ID: OSF500DX-001) ******** This patch fixes the problem with the useradd, usermod, userdel commands removing the last entry of the /etc/passwd file when the last line of the /etc/passwd file does not end with the new line character (\n). If the deleted line was a regular user entry that user will no longer be an authorized user; even worse, if that last entry was '+:' with passwords stored using NIS, then all users will be prevented from logging in. PROBLEM: (QAR 70517) (Patch ID: OSF500DX-002) ******** This patch fixes a problem in which the command "usermod" was not allowing any commas in the comment field when the current GECOS fields are filled. PROBLEM: (QAR 73728) (Patch ID: OSF500DX-004) ******** This patch fixes a problem in which duplicate user identifier (UID) is accepted at a second attempt even if the no duplicate user identifier policy is set. PROBLEM: (72723, 72725) (PATCH ID: OSF500DX-018) ******** This patch fixes the following two problems existing in the cli command "useradd": 1) When running "useradd X" and "useradd Y" on the same machine but from separate terminals, two different type of contention error message are displayed 2) 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: (77148) (PATCH ID: OSF500DX-013) ******** 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: (72360, 77109, 78324, 78700) (PATCH ID: OSF500DX-017) ******** This patch fixes the following problems of 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: (77740) (PATCH ID: OSF500DX-016) ******** This patch fixes the problem of enabling to change the root's login/uid through cli(usermod)/dxaccounts utilities. PROBLEM: (75593) (PATCH ID: OSF500DX-009) ******** This patch fixes the problem of not setting c2 security attributes values when useradd/usermod commands with '-x account_inactive|account_expiration' are executed. PROBLEM: (77148) (PATCH ID: OSF500DX-015) ******** This patch fixes a Dxaccounts problem which prevents creating a new user from the 'PC Users' view on a system with ASU installed. PROBLEM: (72782) (PATCH ID: OSF500DX-019) ******** The patch fixes the problem of '-t' flag in useradd and usermod commands' usage. 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) (PATCH ID: OSF500DX-008) ******** This patch fixes the problem of 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' PROBLEM: (UTO73283A) (PATCH ID: OSF500DX-022) ******** 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. PROBLEM: (76282) (PATCH ID: OSF500DX-010) ******** This patch fixes the problem of 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 at this stage. 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.