Тема: rbac
-
AIX user administration: mkuser/chuser/lsuser, /etc/security/user, and forcing a password change
AIX splits user data across /etc/passwd and the security database (/etc/security/user, /etc/security/passwd), managed through mkuser/chuser/lsuser/pwdadm rather than direct file edits. A new account has no usable password until one is set, and login restrictions such as logintimes live in /etc/security/user, invisible to a plain /etc/passwd read.
-
Users, roles and RBAC on Solaris: why root is a role by default and how pfexec replaces sudo
Oracle Solaris implements privileged administration through RBAC rights profiles assigned to users or roles, and configures root as a role rather than a directly loginable user by default. pfexec, not sudo, is the native command for running a single privileged command under an assigned profile.
Машиночитаемо: JSON