diff options
author | Jeff Bilyk <jbilyk@gmail.com> | 2006-03-07 21:45:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-24 06:40:00 +0000 |
commit | 275c3310bd94b806c53f5fe05f0b3038390e7fcf (patch) | |
tree | deb3a3ab0649753fbbf159dca52e0c77dbc37c5f | |
parent | 56fc16e0b38200ef8b67a95dd5e7442c48fdd67f (diff) | |
download | aports-275c3310bd94b806c53f5fe05f0b3038390e7fcf.tar.bz2 aports-275c3310bd94b806c53f5fe05f0b3038390e7fcf.tar.xz |
testing/apache-mod-auth-ntlm-winbind: update to module location and dep fix
path in conf file needed update for how apache2 is built. Also added samba as dependency since this module is useless without winbind
-rw-r--r-- | testing/apache-mod-auth-ntlm-winbind/APKBUILD | 4 | ||||
-rw-r--r-- | testing/apache-mod-auth-ntlm-winbind/mod-auth-ntlm-winbind.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/testing/apache-mod-auth-ntlm-winbind/APKBUILD b/testing/apache-mod-auth-ntlm-winbind/APKBUILD index 2a9bba0d9c..4341e6e396 100644 --- a/testing/apache-mod-auth-ntlm-winbind/APKBUILD +++ b/testing/apache-mod-auth-ntlm-winbind/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Natanael Copa <natanael.copa@gmail.com> pkgname=apache-mod-auth-ntlm-winbind pkgver=0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Authentication module for Apache using NTLM protocol with winbind helper" url="http://samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/" license="Apache2" -depends="apache2" +depends="apache2 samba" makedepends="autoconf apache2-dev apr-util-dev apr-dev" source="http://samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/mod_auth_ntlm_winbind.c http://samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/configure.in diff --git a/testing/apache-mod-auth-ntlm-winbind/mod-auth-ntlm-winbind.conf b/testing/apache-mod-auth-ntlm-winbind/mod-auth-ntlm-winbind.conf index da7d99133a..c797f6331b 100644 --- a/testing/apache-mod-auth-ntlm-winbind/mod-auth-ntlm-winbind.conf +++ b/testing/apache-mod-auth-ntlm-winbind/mod-auth-ntlm-winbind.conf @@ -1 +1 @@ -LoadModule auth_ntlm_winbind_module lib/apache2/mod_auth_ntlm_winbind.so +LoadModule auth_ntlm_winbind_module modules/mod_auth_ntlm_winbind.so |