/[smecontribs]/rpms/smeserver-mod_dav/contribs9/smeserver-mod_dav-1.1_add_AuthBasicProvider_external.patch
ViewVC logotype

Annotation of /rpms/smeserver-mod_dav/contribs9/smeserver-mod_dav-1.1_add_AuthBasicProvider_external.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Jun 10 22:20:57 2014 UTC (10 years ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-mod_dav-1_1-2_el6, smeserver-mod_dav-1_1-2_el6_sme, HEAD
* Tue Jun 10 2014 stephane de Labrusse <stephdl@de-labrusse.fr> - 1.1-2.sme
- added new way to authenticate to apache [sme:8340]

1 stephdl 1.1 diff -Nur smeserver-mod_dav-1.1.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/95Addmod_dav2ibays smeserver-mod_dav-1.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/95Addmod_dav2ibays
2     --- smeserver-mod_dav-1.1.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/95Addmod_dav2ibays 2014-06-10 15:27:12.678644629 +0200
3     +++ smeserver-mod_dav-1.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/95Addmod_dav2ibays 2014-06-10 15:28:19.812176752 +0200
4     @@ -25,6 +25,7 @@
5     if ($properties{'Group'})
6     {
7     $OUT .= " AuthName \"$key\"\n";
8     + $OUT .= " AuthBasicProvider external\n";
9     $OUT .= " AuthType Basic\n";
10     $OUT .= " AuthExternal pwauth\n\n";
11     # Save groupname and find it in the group list

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed