Searched defs:nofail (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dvfy_increds.c120 int nofail = 1; /* Solaris Kerberos: default return error if keytab problems */ local
124 /* first, if options are set then use the option value to set nofail */
125 nofail = options->ap_req_nofail;
130 * assumes that krb5_libdefault_boolean will not set nofail to a
136 &nofail);
138 /* Solaris Kerberos: exit without an error ONLY if nofail is false */
139 if (!nofail)

Completed in 112 milliseconds