2910. [func] Sanity check Kerberos credentials. [RT #20986]

This commit is contained in:
Mark Andrews
2010-06-03 02:29:58 +00:00
parent fcf0d7cce2
commit a20996ab6f
6 changed files with 259 additions and 29 deletions

View File

@@ -16,7 +16,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.h.in,v 1.126 2010/05/26 23:44:27 marka Exp $ */
/* $Id: config.h.in,v 1.127 2010/06/03 02:29:58 marka Exp $ */
/*! \file */
@@ -193,6 +193,12 @@ int sigwait(const unsigned int *set, int *sig);
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <krb5.h> header file. */
#undef HAVE_KRB5_H
/* Define to 1 if you have the <krb5/krb5.h> header file. */
#undef HAVE_KRB5_KRB5_H
/* Define to 1 if you have the `c' library (-lc). */
#undef HAVE_LIBC