浏览代码

- 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 年之前
父节点
当前提交
517d156357
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 			#};