]> git.pld-linux.org Git - packages/apache1-mod_auth_ldap.git/commitdiff
- todos
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 18 Mar 2010 07:58:04 +0000 (07:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_auth_ldap.spec -> 1.55

apache1-mod_auth_ldap.spec

index 584b3bd3bb7d98ad20d4adc11318c1cd226c4448..0205f20659c1a05875e082ccffbddc88b33f0c8f 100644 (file)
@@ -1,9 +1,13 @@
+# TODO
+# - issue 29975
+# - alternative module: http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap.html
+# - http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap.tar.gz
 #
 # Conditional build:
 %bcond_with    ssl     # build with ssl (requires netscape sdk), tls is available with openldap
-#
-%define        mod_name        auth_ldap
-%define apxs   /usr/sbin/apxs1
+
+%define                mod_name        auth_ldap
+%define                apxs    /usr/sbin/apxs1
 Summary:       This is a LDAP authentication module for Apache
 Summary(cs.UTF-8):     Autentizační modul LDAP pro WWW server Apache
 Summary(da.UTF-8):     En LDAP-autenticeringsmodul for Apache
@@ -131,6 +135,7 @@ lynx -nolist -dump auth_ldap.html > auth_ldap.txt
 %configure \
        --with-apxs=%{apxs} \
        --with-ldap-sdk=openldap \
+       --with-shared-cache \
        --with%{!?with_ssl:out}-ssl
 
 %{__make}
This page took 0.068944 seconds and 4 git commands to generate.