Lines Matching +full:skip +full:- +full:config
2 * Tests for anonymous FAST support in pam-krb5.
17 * SPDX-License-Identifier: BSD-3-clause or GPL-1+
20 #include <config.h>
30 * skip the tests of anonymous FAST.
82 struct script_config config; in main() local
85 /* Skip the test if FAST is not available. */ in main()
92 memset(&config, 0, sizeof(config)); in main()
93 config.user = krbconf->username; in main()
94 config.authtok = krbconf->password; in main()
95 config.extra[0] = krbconf->userprinc; in main()
96 kerberos_generate_conf(krbconf->realm); in main()
98 /* Skip the test if anonymous PKINIT doesn't work. */ in main()
104 run_script("data/scripts/fast/anonymous", &config); in main()
105 run_script("data/scripts/fast/anonymous-debug", &config); in main()