Searched refs:chkauthattr (Results 1 - 25 of 38) sorted by relevance

12

/illumos-gate/usr/src/head/
H A Dauth_attr.h97 extern int chkauthattr(const char *, const char *);
/illumos-gate/usr/src/lib/libsecdb/
H A DMakefile.com29 getuserattr.o chkauthattr.o
/illumos-gate/usr/src/cmd/vntsd/
H A Dauth.c60 #include <auth_attr.h> /* chkauthattr() */
61 #include <secdb.h> /* chkauthattr() */
137 auth_granted = chkauthattr(VNTSD_AUTH_ALLCONS, username);
141 auth_granted = chkauthattr(authname, username);
/illumos-gate/usr/src/cmd/cron/
H A Dpermit.c87 } else if (chkauthattr(CRONUSER_AUTH, user)) {
122 return (chkauthattr(CRONADMIN_AUTH, name));
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmailq.c46 if (pw && chkauthattr(MAILQ_AUTH, pw->pw_name)) {
/illumos-gate/usr/src/man/man3secdb/
H A DMakefile27 MANLINKS= chkauthattr.3secdb \
51 chkauthattr.3secdb := LINKSRC = getauthattr.3secdb
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_support.c118 if (chkauthattr(NET_ILB_CONFIG_AUTH, pwd->pw_name) == 0) {
130 if (chkauthattr(NET_ILB_ENABLE_AUTH, pwd->pw_name) == 0) {
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_backend.c74 if (chkauthattr(AUTOCONF_SELECT_AUTH, pwd->pw_name) == 0)
79 if (chkauthattr(AUTOCONF_WLAN_AUTH, pwd->pw_name) == 0)
88 if (chkauthattr(AUTOCONF_WRITE_AUTH, pwd->pw_name) == 0) {
92 if (chkauthattr(AUTOCONF_READ_AUTH,
/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dallowed.c218 return (chkauthattr(PRINT_ADMIN_AUTH, name));
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Ddoor_if.c273 if (chkauthattr(AUTOCONF_SELECT_AUTH, pwd->pw_name) == 0) {
284 if (chkauthattr(AUTOCONF_WLAN_AUTH, pwd->pw_name) == 0) {
291 if (chkauthattr(AUTOCONF_WRITE_AUTH, pwd->pw_name) == 0) {
298 if (chkauthattr(AUTOCONF_WRITE_AUTH, pwd->pw_name) == 0 &&
299 chkauthattr(AUTOCONF_SELECT_AUTH, pwd->pw_name) == 0) {
580 chkauthattr(door_req_table[i].ndre_auth,
/illumos-gate/usr/src/cmd/power/
H A Dsys-suspend.c229 if (chkauthattr(AUTHNAME_SHUTDOWN, user) != 1) {
278 if (chkauthattr(AUTHNAME_SUSPEND, user) != 1) {
682 (chkauthattr(AUTHNAME_SHUTDOWN, pw->pw_name) != 1)) {
688 (chkauthattr(AUTHNAME_SUSPEND, pw->pw_name) != 1)) {
/illumos-gate/usr/src/cmd/acctadm/
H A Daconf.c377 sizeof (auth)) == -1 || chkauthattr(auth, pw->pw_name) == 0)
381 sizeof (auth)) == -1 || chkauthattr(auth, pw->pw_name) == 0)
385 sizeof (auth)) == -1 || chkauthattr(auth, pw->pw_name) == 0)
/illumos-gate/usr/src/lib/policykit/libpolkit/common/
H A Dlibpolkit-rbac.c177 *out_is_allowed = (chkauthattr(authname, pw->pw_name) != 0);
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_stats.c130 (chkauthattr(VS_VALUE_AUTH, pw->pw_name) != 1)) {
/illumos-gate/usr/src/cmd/cdrw/
H A Dutil.c270 if (chkauthattr(CDRW_AUTH, pw->pw_name) != 1) {
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c256 if (!chkauthattr(authname, pw->pw_name))
287 if (chkauthattr(authtoks, pw->pw_name))
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.c1040 res = chkauthattr(auth, in_name);
1044 res = chkauthattr(auth, cp+1);
1047 res = chkauthattr(auth, in_name);
/illumos-gate/usr/src/cmd/print/lpset/
H A Dlpset.c69 if (chkauthattr("solaris.print.admin", pw->pw_name) == 1)
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dchkauthattr.c383 chkauthattr(const char *authname, const char *username) function
/illumos-gate/usr/src/cmd/srptadm/
H A Dsrptadm.c62 if (!chkauthattr(sec, srptadm_uname)) {\
153 /* get the caller's user name for subsequent chkauthattr() calls */
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dmlisten.c343 md->admin = chkauthattr("solaris.print.admin",
/illumos-gate/usr/src/cmd/allocate/
H A Dadd_allocatable.c126 if (chkauthattr(DEVICE_CONFIG_AUTH, pwd.pw_name) != 1) {
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_door.c276 (chkauthattr(auth, pwd.pw_name) == 0)) {
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c564 (chkauthattr(MAINTENANCE_AUTH, user) != 1)) {
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c1922 if (chkauthattr(authname, username) == 0) {
1936 } else if (chkauthattr(authname, username) == 0) {

Completed in 104 milliseconds

12