idmap_autorid: add a comment explaining idmap_autorid_get_domainrange()
authorMichael Adam <obnox@samba.org>
Thu, 5 Sep 2013 12:43:26 +0000 (14:43 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 1 Oct 2013 08:49:18 +0000 (10:49 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
source3/include/idmap_autorid.h

index 6f741966d6ad670fd5b7dcb6dee029ab8d57b129..5bcb517164e53f1fe537d2c0e65fa65d7cc40d79 100644 (file)
@@ -51,6 +51,13 @@ struct autorid_range_config {
        uint32_t low_id;
 };
 
+/**
+ * Get the range for a pair consisting of the domain sid
+ * and a domain range. If there is no stored range for
+ * this pair and read_only == false, a new range is
+ * acquired by incrementing that range HWM counter in the
+ * database.
+ */
 NTSTATUS idmap_autorid_get_domainrange(struct db_context *db,
                                       struct autorid_range_config *range,
                                       bool read_only);