diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-08-10 13:43:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-08-10 13:43:00 +0000 |
commit | 2276aee4cf2241399059411099baa7709519024e (patch) | |
tree | 59134c8b54eb38fa08041419b49643d9ce7b1529 /main/apache2/ldap.conf | |
parent | c82268523e28a998de4dce38b842b25c4ba4ffd2 (diff) | |
download | aports-2276aee4cf2241399059411099baa7709519024e.tar.bz2 aports-2276aee4cf2241399059411099baa7709519024e.tar.xz |
main/apache2: move ldapconfig to -ldap subpackage
and fix -dev dependencies
fixes #401
Diffstat (limited to 'main/apache2/ldap.conf')
-rw-r--r-- | main/apache2/ldap.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/apache2/ldap.conf b/main/apache2/ldap.conf new file mode 100644 index 0000000000..81fe42fa0f --- /dev/null +++ b/main/apache2/ldap.conf @@ -0,0 +1,2 @@ +LoadModule ldap_module modules/mod_ldap.so +LoadModule authnz_ldap_module modules/mod_authnz_ldap.so |