Return-Path: X-Original-To: apmail-chemistry-commits-archive@www.apache.org Delivered-To: apmail-chemistry-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6EDDF9633 for ; Mon, 14 May 2012 09:12:07 +0000 (UTC) Received: (qmail 60103 invoked by uid 500); 14 May 2012 09:12:07 -0000 Delivered-To: apmail-chemistry-commits-archive@chemistry.apache.org Received: (qmail 60056 invoked by uid 500); 14 May 2012 09:12:06 -0000 Mailing-List: contact commits-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list commits@chemistry.apache.org Received: (qmail 60030 invoked by uid 99); 14 May 2012 09:12:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2012 09:12:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2012 09:12:03 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2CF1F2388860; Mon, 14 May 2012 09:11:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1338094 - /chemistry/site/trunk/content/dotnet/session-parameters.mdtext Date: Mon, 14 May 2012 09:11:42 -0000 To: commits@chemistry.apache.org From: fmui@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120514091142.2CF1F2388860@eris.apache.org> Author: fmui Date: Mon May 14 09:11:41 2012 New Revision: 1338094 URL: http://svn.apache.org/viewvc?rev=1338094&view=rev Log: added NtlmAuthenticationProvider Modified: chemistry/site/trunk/content/dotnet/session-parameters.mdtext Modified: chemistry/site/trunk/content/dotnet/session-parameters.mdtext URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/dotnet/session-parameters.mdtext?rev=1338094&r1=1338093&r2=1338094&view=diff ============================================================================== --- chemistry/site/trunk/content/dotnet/session-parameters.mdtext (original) +++ chemistry/site/trunk/content/dotnet/session-parameters.mdtext Mon May 14 09:11:41 2012 @@ -41,7 +41,7 @@ org.apache.chemistry.dotcmis.binding.web org.apache.chemistry.dotcmis.binding.webservices.sendtimeout|WebServicesSendTimeout|WCF binding send timeout|TimeSpan format|no|*CLR default* org.apache.chemistry.dotcmis.binding.webservices.sendtimeout|WebServicesReceiveTimeout|WCF binding receive timeout|TimeSpan format|no|*CLR default* org.apache.chemistry.dotcmis.binding.webservices.enableUnsecuredResponse|WebServicesEnableUnsecuredResponse|Indicates whether unsecured response is permitted (requires .NET 4.0)|"true", "false"|no|false -org.apache.chemistry.dotcmis.binding.auth.classname|AuthenticationProviderClass|Authentication Provider|class name|no|DotCMIS.Binding.StandardAuthenticationProvider +org.apache.chemistry.dotcmis.binding.auth.classname|AuthenticationProviderClass|Authentication Provider (DotCMIS provides two authentication providers out-of-the-box: basic authentication = DotCMIS.Binding.StandardAuthenticationProvider, NTLM authentication (since 0.5) = DotCMIS.Binding.NtlmAuthenticationProvider)|class name|no|DotCMIS.Binding.StandardAuthenticationProvider org.apache.chemistry.dotcmis.binding.compression|Compression|Switch to turn HTTP response compression on or off|"true", "false"|no|false org.apache.chemistry.dotcmis.binding.connecttimeout|ConnectTimeout|HTTP connect timeout|time in milliseconds or -1 for infinite|no|*CLR default* org.apache.chemistry.dotcmis.binding.readtimeout|ReadTimeout|HTTP read timeout|time in milliseconds or -1 for infinite|no|*CLR default*