components/apache24/patches/gss.patch
author Shawn Emery <shawn.emery@oracle.com>
Fri, 25 Sep 2015 15:23:48 -0500
changeset 4906 51866e99eff7
parent 2079 46ce7840065c
child 6993 8a64c5c85f4a
permissions -rw-r--r--
21839658 Enable the ldap backend for slapd

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,