5.5 Planning the WebDAV Authentication Method

5.5.1 Understanding WebDAV

WebDAV is a standard collaborative editing and file management protocol. Kablink Vibe relies on the WebDAV protocol for two key features:

IMPORTANT:When Vibe users are running Windows 7 as the client operating system, various issues can be introduced because of WebDAV limitations in Windows 7. If your Vibe users are using the Windows 7 operating system, see Configuring Vibe to Support WebDAV on Windows 7 in the Kablink Vibe 4.0.1 Administration Guide.

5.5.2 Choosing the WebDAV Authentication Method

The WebDAV authentication method determines how user credentials are passed from Vibe to the WebDAV server. Vibe 3 and later supports three types of WebDAV authentication methods:

Choosing Basic Authentication

Basic authentication encodes the user name and password with the Base64 algorithm. The Base64-encoded string is unsafe if transmitted over HTTP, and therefore should be combined with SSL/TLC (HTTPS).

Select this type of authentication when you plan to use Novell Access Manager or Internet Information Services (IIS) to authenticate users.

For more information about encryption algorithms, see Section 5.6.5, Database Encryption Algorithm.

Choosing Digest Authentication

Digest authentication applies MD5 cryptographic, one-way hashing with usage of nonce values to a password before sending it over the network. This option is more safe than Basic Authentication when used over HTTP.

Select this type of authentication when client users are using Windows 7 as their operating system and Microsoft Office as their text editor.

For more information about encryption algorithms, see Section 5.6.5, Database Encryption Algorithm.