Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dservconf.h143 int gss_strict_acceptor; /* If true, restrict the GSSAPI acceptor name */ member
H A Dgss-serv.c104 if (options.gss_strict_acceptor) { in ssh_gssapi_acquire_cred()
H A Dservconf.c139 options->gss_strict_acceptor = -1; in initialize_server_options()
371 if (options->gss_strict_acceptor == -1) in fill_default_server_options()
372 options->gss_strict_acceptor = 1; in fill_default_server_options()
1640 intptr = &options->gss_strict_acceptor; in process_server_config_line_depth()