Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Overview

The bedework carddav server can deliver personal addressbooks stored within the system or act as a gateway to other sources of directory information. It can deliver both V3 and V4 vcards.

Carddav servers and clients can handle these two different sources of information. The primary difference between an address-book and a directory is that address-books may be downloaded and cached by the client whereas directories are only searched.

All configuration is done via XML files that can be edited or modified via JMX. The set of configuration files is found in "jboss-5.1.0.GA/server/default/conf/bedework/carddavConfig/".

Within that directory is the file "config.xml" and 2 directories, "dirhandlers/" and "contexts/".

The config.xml file should not be changed.

Contexts

Configuration files in the "contexts/" directory relate to the primary forms of access - authenticated or unauthenticated. the file pubcarddav.xml provides configuration for unauthenticated access. There should be little need to modify these files beyond possible changes to the "webaddrServicePropertiesList" entry. This provides a list of properties that should be returned by default by the web service.

Directory handlers.

The carddav server delivers content out of a hierarchy of information. The shape of that hierarchy is determined by the configuration. Different parts of the hierarchy are typically delivered by different directory handlers. For example, as configured, the "/directory/users" branch is a gateway to the enterprise user directory - delivering vcards based on the account information.

 

  • No labels