/**
 * Handlers
 * --------
 * The following settings register particular Horde applications as handlers
 * for functionality intended to be common to multiple Horde applications.
 */

/* auth: Handler for user authentication.
 *   Uncomment the auth/login/logout lines if you want to let either
 *   IMP or Gollem handle the authentication for Horde. This avoids the
 *   "double login" while accessing IMP.
 */
$this->registry['auth']['login'] = 'imp';
$this->registry['auth']['logout'] = 'imp';

