components/apache24/patches/gss.patch
author John Beck <John.Beck@Oracle.COM>
Wed, 04 Mar 2015 10:42:54 -0800
branchs11-update
changeset 3981 3584872e1034
parent 3877 d7cb5bc8ee50
child 6993 8a64c5c85f4a
permissions -rw-r--r--
20358297 Python 2.7 test_doctest fails in verbose mode

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,