Print this page
9728 3secdb man pages need some tlc
*** 101,119 ****
which a user is assigned an authorization.
! +---------------------------+-------------------------------+-------------+
| | /etc/security/policy.conf or | Is user |
- +---------------------------+-------------------------------+-------------+
| Authorization name | user_attr or prof_attr entry | authorized? |
! +---------------------------+-------------------------------+-------------+
|solaris.printer.postscript | solaris.printer.postscript | Yes |
|solaris.printer.postscript | solaris.printer.* | Yes |
| solaris.printer.grant | solaris.printer.* | No |
! +---------------------------+-------------------------------+-------------+
The free_authattr() function releases memory allocated by the
getauthnam() and getauthattr() functions.
--- 101,118 ----
which a user is assigned an authorization.
! +---------------------------+------------------------------+-------------+
| | /etc/security/policy.conf or | Is user |
| Authorization name | user_attr or prof_attr entry | authorized? |
! +---------------------------+------------------------------+-------------+
|solaris.printer.postscript | solaris.printer.postscript | Yes |
|solaris.printer.postscript | solaris.printer.* | Yes |
| solaris.printer.grant | solaris.printer.* | No |
! +---------------------------+------------------------------+-------------+
The free_authattr() function releases memory allocated by the
getauthnam() and getauthattr() functions.
*** 144,154 ****
written to ignore unknown key-value pairs without error.
FILES
/etc/nsswitch.conf
configuration file lookup information for
! the name server switch
/etc/user_attr
extended user attributes
--- 143,153 ----
written to ignore unknown key-value pairs without error.
FILES
/etc/nsswitch.conf
configuration file lookup information for
! the name service switch
/etc/user_attr
extended user attributes
*** 177,187 ****
|MT-Level | MT-Safe |
+---------------+-----------------+
SEE ALSO
getexecattr(3SECDB), getprofattr(3SECDB), getuserattr(3SECDB),
! auth_attr(4), nsswitch.conf(4), prof_attr(4), user_attr(4),
! attributes(5), rbac(5)
! February 20, 2009 GETAUTHATTR(3SECDB)
--- 176,186 ----
|MT-Level | MT-Safe |
+---------------+-----------------+
SEE ALSO
getexecattr(3SECDB), getprofattr(3SECDB), getuserattr(3SECDB),
! kva_match(3SECDB), auth_attr(4), nsswitch.conf(4), policy.conf(4),
! prof_attr(4), user_attr(4), attributes(5), rbac(5)
! August 13, 2018 GETAUTHATTR(3SECDB)