components/apache24/patches/gss.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Wed, 22 Jul 2015 05:12:12 -0700
changeset 4697 2be298b79293
parent 2079 46ce7840065c
child 6993 8a64c5c85f4a
permissions -rw-r--r--
21485757 Upgrade Apache Web Server to version 2.4.16 21479241 problem in UTILITY/APACHE

Patch origin: in-house
Patch status: Solaris-specific; not suitable for upstream

Allows to build our mod_auth_gss with Apache.

--- modules/aaa/config.m4
+++ modules/aaa/config.m4
@@ -54,6 +54,10 @@
     enable_authnz_ldap=no
   fi
 ])
+APACHE_MODULE(auth_gss, GSS based authentication, , , most, [
+  MOD_AUTH_GSS_LDADD="-lgss"
+  AC_SUBST(MOD_AUTH_GSS_LDADD)
+])
 
 dnl FastCGI authorizer interface, supporting authn and authz.
 APACHE_MODULE(authnz_fcgi,