From 421cb259bd1c8ae7c7fd62fb6c23dd53802af366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 3 Apr 2009 17:21:59 +0000 Subject: [PATCH] doxygen git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25080 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/hdb.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/lib/hdb/hdb.c b/lib/hdb/hdb.c index 5b2aa5163..e55b0bed0 100644 --- a/lib/hdb/hdb.c +++ b/lib/hdb/hdb.c @@ -39,6 +39,29 @@ RCSID("$Id$"); #include #endif +/*! @mainpage Heimdal database backend library + * + * @section intro Introduction + * + * Heimdal libhdb library provides the backend support for Heimdal kdc + * and kadmind. Its here where plugins for diffrent database engines + * can be pluged in and extend support for here Heimdal get the + * principal and policy data from. + * + * Example of Heimdal backend are: + * - Berkeley DB 1.85 + * - Berkeley DB 3.0 + * - Berkeley DB 4.0 + * - New Berkeley DB + * - LDAP + * + * + * The project web page: http://www.h5l.org/ + * + */ + + + static struct hdb_method methods[] = { #if HAVE_DB1 || HAVE_DB3 { HDB_INTERFACE_VERSION, "db:", hdb_db_create},