Selaa lähdekoodia

- enable qop mode for auth challenge function, as recommended in documentation

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3232 689a6050-402a-0410-94f2-e92a70836424
Henning Westerholt 18 vuotta sitten
vanhempi
commit
517d156357
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      etc/openser.cfg

+ 1 - 1
etc/openser.cfg

@@ -140,7 +140,7 @@ route{
 
 			# Uncomment this if you want to use digest authentication
 			#if (!www_authorize("openser.org", "subscriber")) {
-			#	www_challenge("openser.org", "0");
+			#	www_challenge("openser.org", "1");
 			#	exit;
 			#};