Sfoglia il codice sorgente

- disable the qop parameter after discussion on the list again, because
it don't improve the security actually
- add a note to the auth module readme about the module behaviour


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3255 689a6050-402a-0410-94f2-e92a70836424

Henning Westerholt 18 anni fa
parent
commit
c12ac005a2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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", "1");
+			#	www_challenge("openser.org", "0");
 			#	exit;
 			#};