You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2012/05/14 11:11:42 UTC

svn commit: r1338094 - /chemistry/site/trunk/content/dotnet/session-parameters.mdtext

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*