Explorar el Código

configure option for LDAP based authentication was renamed

Thomas Lotterer hace 18 años
padre
commit
92dc2d4637
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      apache2/apache2.spec

+ 2 - 2
apache2/apache2.spec

@@ -33,7 +33,7 @@ Class:        PLUS
 Group:        Web
 License:      ASF
 Version:      2.2.4
-Release:      20070606
+Release:      20070608
 
 #   package options (generic)
 %option       with_mpm                  prefork
@@ -186,7 +186,7 @@ Conflicts:    apache
 %endif
 %if "%{with_mod_ldap}" == "yes"
           --enable-ldap \
-          --enable-auth-ldap \
+          --enable-authnz-ldap \
           --with-ldap \
           --with-ldap-include=%{l_prefix}/include/ \
           --with-ldap-lib=%{l_prefix}/lib \