diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2004-08-20 18:54:19 +0200 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2004-08-20 18:54:19 +0200 |
commit | 1dc216e2feaafbc55764cf3f236a4f8a03cfdf35 (patch) | |
tree | a5fe5af831960e7ca8e7c94e5dcf0445808d2ea7 /build/rpm | |
parent | update transformation (diff) | |
download | apache2-1dc216e2feaafbc55764cf3f236a4f8a03cfdf35.tar.xz apache2-1dc216e2feaafbc55764cf3f236a4f8a03cfdf35.zip |
Fix a few references to mod_auth_ldap to be mod_authnz_ldap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104749 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/rpm')
-rw-r--r-- | build/rpm/httpd.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index 259135ef3a..5387a4cc5b 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -126,7 +126,7 @@ EOF --with-suexec-bin=%{_sbindir}/suexec \ --with-suexec-uidmin=500 --with-suexec-gidmin=500 \ --with-devrandom \ - --with-ldap --enable-ldap --enable-auth-ldap \ + --with-ldap --enable-ldap --enable-authnz-ldap \ --enable-cache --enable-disk-cache --enable-mem-cache \ --enable-ssl --with-ssl \ --enable-deflate --enable-cgid \ |