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

Contents of /rpms/smeserver-mod_dav/contribs10/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 - (show annotations) (download)
Thu Jul 23 17:52:55 2020 UTC (3 years, 9 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-mod_dav-1_1-7_el7_sme, smeserver-mod_dav-1_1-6_el7_sme, smeserver-mod_dav-1_1-3_el7_sme, smeserver-mod_dav-1_1-8_el7_sme, smeserver-mod_dav-1_1-5_el7_sme, HEAD
Initial import

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