From 4d0d348994e7e5322618aad891de57d223b8e10f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 5 Sep 2013 14:53:11 +0200 Subject: idmap_autorid: add a comment explaining idmap_autorid_saveconfig() Signed-off-by: Michael Adam Reviewed-by: Volker Lendecke --- source3/include/idmap_autorid_tdb.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source3/include') diff --git a/source3/include/idmap_autorid_tdb.h b/source3/include/idmap_autorid_tdb.h index 8f7219e27b..4e9b464f6a 100644 --- a/source3/include/idmap_autorid_tdb.h +++ b/source3/include/idmap_autorid_tdb.h @@ -104,6 +104,13 @@ NTSTATUS idmap_autorid_loadconfig(struct db_context *db, TALLOC_CTX *ctx, struct autorid_global_config **result); +/** + * Save the global autorid configuration into the autorid database. + * The stored configuration consists of: + * - the low value of the idmap range + * - the rangesize + * - the maximum number of ranges + */ NTSTATUS idmap_autorid_saveconfig(struct db_context *db, struct autorid_global_config *cfg); -- cgit