Searched refs:gss_strict_acceptor (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dservconf.h129 int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */ member in struct:__anon6892
H A Dgss-serv.c104 if (options.gss_strict_acceptor) {
H A Dservconf.c130 options->gss_strict_acceptor = -1;
353 if (options->gss_strict_acceptor == -1)
354 options->gss_strict_acceptor = 1;
1496 intptr = &options->gss_strict_acceptor;

Completed in 112 milliseconds