Searched refs:superuser (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/libpam/modules/pam_rhosts/ |
H A D | pam_rhosts.c | 59 int err, superuser; in pam_sm_authenticate() local 79 superuser = (strcmp(user, "root") == 0); in pam_sm_authenticate() 80 err = ruserok(rhost, superuser, ruser, user); in pam_sm_authenticate()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | iruserok.c | 218 iruserok(unsigned raddr, int superuser, const char *ruser, const char *luser) in iruserok() argument 229 hostf = superuser ? NULL : fopen(_PATH_HEQUIV, "r"); in iruserok() 238 if (first == 1 && (__check_rhosts_file || superuser)) { in iruserok()
|
/freebsd/lib/libc/net/ |
H A D | rcmd.c | 370 ruserok(const char *rhost, int superuser, const char *ruser, const char *luser) in ruserok() argument 383 if (iruserok_sa(r->ai_addr, r->ai_addrlen, superuser, ruser, in ruserok() 403 iruserok(unsigned long raddr, int superuser, const char *ruser, const char *luser) in iruserok() argument 411 return iruserok_sa((struct sockaddr *)&sin, sin.sin_len, superuser, in iruserok() 421 iruserok_sa(const void *ra, int rlen, int superuser, const char *ruser, in iruserok_sa() argument 441 hostf = superuser ? NULL : fopen(_PATH_HEQUIV, "re"); in iruserok_sa() 450 if (first == 1 && (__check_rhosts_file || superuser)) { in iruserok_sa()
|
/freebsd/lib/libpam/modules/pam_ksu/ |
H A D | pam_ksu.c | 44 static const char superuser[] = "root"; variable 239 if (strcmp(target_user, superuser) == 0) { in get_su_principal() 248 (void)asprintf(su_principal_name, "%s/%s@%s", principal_name, superuser, p); in get_su_principal()
|
/freebsd/usr.sbin/bsdconfig/usermgmt/include/ |
H A D | usermgmt.hlp | 50 become superuser using the command su(1). So if you're going to add a 57 shutting down the system -- without first becoming superuser! So,
|
/freebsd/usr.sbin/rpcbind/ |
H A D | rpcbind.c | 115 static char superuser[] = "superuser"; variable 772 rbl->rpcb_map.r_owner = strdup(superuser); in rbllist_add()
|
/freebsd/crypto/openssh/contrib/redhat/ |
H A D | openssh.spec | 212 --with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin \
|
/freebsd/crypto/openssh/ |
H A D | configure.ac | 5326 # Set superuser path separately to user path 5327 AC_ARG_WITH([superuser-path], 5328 [ --with-superuser-path= Specify different path for super-user], 5334 for the superuser]) 5761 echo " sshd superuser user PATH: $J"
|
/freebsd/contrib/sendmail/src/ |
H A D | README | 1596 superuser. 1603 a. Swap the /etc symlink with /private/etc (as superuser): 1608 b. Set / to group unwritable (as superuser):
|