components/apache24/patches/gss.patch
branchs11-update
changeset 3877 d7cb5bc8ee50
parent 278 77b380ba9d84
child 6993 8a64c5c85f4a
equal deleted inserted replaced
3876:da37433d5103 3877:d7cb5bc8ee50
       
     1 Patch origin: in-house
       
     2 Patch status: Solaris-specific; not suitable for upstream
       
     3 
       
     4 Allows to build our mod_auth_gss with Apache.
       
     5 
       
     6 --- modules/aaa/config.m4
       
     7 +++ modules/aaa/config.m4
       
     8 @@ -54,6 +54,10 @@
       
     9      enable_authnz_ldap=no
       
    10    fi
       
    11  ])
       
    12 +APACHE_MODULE(auth_gss, GSS based authentication, , , most, [
       
    13 +  MOD_AUTH_GSS_LDADD="-lgss"
       
    14 +  AC_SUBST(MOD_AUTH_GSS_LDADD)
       
    15 +])
       
    16  
       
    17  dnl FastCGI authorizer interface, supporting authn and authz.
       
    18  APACHE_MODULE(authnz_fcgi,