Defined GSS_KRB5_NT_PRINCIPAL_NAME as gss_nt_krb5_name to make it work with older...
authorkouril <kouril>
Fri, 1 Sep 2006 09:32:34 +0000 (09:32 +0000)
committerkouril <kouril>
Fri, 1 Sep 2006 09:32:34 +0000 (09:32 +0000)
src/mod_auth_kerb.c

index cb8daa2..f567ab6 100644 (file)
@@ -95,6 +95,7 @@
 #  include <gssapi/gssapi_krb5.h>
 #  define GSS_C_NT_USER_NAME gss_nt_user_name
 #  define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
+#  define GSS_KRB5_NT_PRINCIPAL_NAME gss_nt_krb5_name
 #  define krb5_get_err_text(context,code) error_message(code)
 #endif
 #ifndef GSSAPI_SUPPORTS_SPNEGO