diff options
-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 |