Searched refs:authname (Results 1 – 15 of 15) sorted by relevance
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | port-aix.c | 393 char *authname = NULL, *authdomain = NULL, *principal = NULL; in aix_krb5_get_principal_name() local 398 if (getuserattr(pw_name, S_AUTHNAME, &authname, SEC_CHAR) != 0) in aix_krb5_get_principal_name() 402 xasprintf(&principal, "%s@%s", authname ? authname : pw_name, in aix_krb5_get_principal_name() 404 else if (authname != NULL) in aix_krb5_get_principal_name() 405 principal = xstrdup(authname); in aix_krb5_get_principal_name()
|
/freebsd/share/examples/ppp/ |
H A D | ppp.conf.span-isp.working | 52 set authname "isp1name" 56 set authname "isp2name" 60 set authname "isp3name" 69 set authname "vpnname"
|
H A D | chap-auth | 44 set authname [gets stdin]; 82 mkframe n "Authname:" $authname 1;
|
H A D | ppp.conf.span-isp | 117 set authname "isp1name" 123 set authname "isp2name" 129 set authname "ispNname" 147 set authname "vpnname"
|
H A D | ppp.conf.sample | 95 set authname "MyName" 128 set authname "somename" # Replace these with your login name & password. 321 set authname "pppLogin" # login 717 set authname "brian"
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | request.c | 64 if (rp->authname) in free_request() 65 free(rp->authname); in free_request()
|
H A D | lp.h | 135 char *authname; /* authenticated identity of requesting user */ member
|
/freebsd/usr.sbin/ppp/ |
H A D | ppp.conf | 32 set authname USERNAME
|
H A D | datalink.c | 607 strncpy(dl->peer.authname, name, sizeof dl->peer.authname - 1); in datalink_GotAuthname() 608 dl->peer.authname[sizeof dl->peer.authname - 1] = '\0'; in datalink_GotAuthname() 624 auth_Select(dl->bundle, dl->peer.authname); in datalink_NCPUp() 645 auth_Select(dl->bundle, dl->peer.authname); in datalink_NCPUp() 697 auth_SetPhoneList(dl->peer.authname, dl->cbcp.fsm.phone, in datalink_AuthOk() 701 dl->peer.authname); in datalink_AuthOk() 1074 if (*arg->cx->peer.authname) in datalink_Show() 1075 prompt_Printf(arg->prompt, "%s\n", arg->cx->peer.authname); in datalink_Show()
|
H A D | mp.c | 97 *peer->authname = '\0'; in peerid_Init() 103 return !strcmp(p1->authname, p2->authname) && in peerid_Equal() 305 log_Printf(LogPHASE, " Attached to peer %s/%s\n", mp->peer.authname, in mp_Up() 308 log_Printf(LogPHASE, " New link is peer %s/%s\n", dl->peer.authname, in mp_Up() 870 prompt_Printf(arg->prompt, " Auth Name: %s\n", mp->peer.authname); in mp_ShowStatus() 1120 _PATH_VARRUN, peer->authname, peer->enddisc.class); in mpserver_Open()
|
H A D | mp.h | 59 char authname[AUTHLEN]; /* Peers name (authenticated) */ member
|
H A D | cbcp.c | 319 if (*cbcp->p->dl->peer.authname == '\0' || in cbcp_Up() 320 !auth_SetPhoneList(cbcp->p->dl->peer.authname, cbcp->fsm.phone, in cbcp_Up()
|
H A D | radius.c | 1139 strncpy(ac->user_name, dl->peer.authname, sizeof ac->user_name); in radius_Account() 1147 dl->peer.authname, (unsigned long)stats->uptime); in radius_Account()
|
H A D | command.c | 604 nargv[arg] = subst(nargv[arg], "USER", bundle->ncp.mp.peer.authname); in command_Expand()
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 3654 master: <ip>#<authname> in unbound.conf. This uses TLS to 4579 - For addr with #authname and no @port notation, the default is 853.
|