diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-11-19 16:06:57 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-11-19 16:07:22 -0500 |
commit | 39008f571c7693e1bd34109614e02a39e6805a96 (patch) | |
tree | aad61a9c84c565c14c794b41fd313a90527187a6 /www-apache | |
parent | sys-devel/gcc: stable 9.2.0-r2 for hppa, bug #698646 (diff) | |
download | gentoo-39008f571c7693e1bd34109614e02a39e6805a96.tar.gz gentoo-39008f571c7693e1bd34109614e02a39e6805a96.tar.bz2 gentoo-39008f571c7693e1bd34109614e02a39e6805a96.zip |
www-apache/mod_authnz_external: refer to www-apache/pwauth
net-www/pwauth was renamed to www-apache/pwauth 12 years ago:
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-apache/pwauth/ChangeLog?r1=1.1&r2=1.2
Closes: https://bugs.gentoo.org/700392
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_authnz_external/files/10_mod_authnz_external.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/mod_authnz_external/files/10_mod_authnz_external.conf b/www-apache/mod_authnz_external/files/10_mod_authnz_external.conf index fc59272caa0e..6d53e749ba11 100644 --- a/www-apache/mod_authnz_external/files/10_mod_authnz_external.conf +++ b/www-apache/mod_authnz_external/files/10_mod_authnz_external.conf @@ -1,11 +1,11 @@ <IfDefine AUTHNZ_EXTERNAL> LoadModule authnz_external_module modules/mod_authnz_external.so -# provided by net-www/pwauth +# provided by www-apache/pwauth #AddExternalAuth pwauth /etc/apache2/modules/pwauth #SetExternalAuthMethod pwauth pipe -# For external group check (provided by net-www/pwauth) +# For external group check (provided by www-apache/pwauth) #AddExternalGroup unixgroup modules/unixgroup #SetExternalGroupMethod unixgroup environment |