mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
idmap_autorid: add a comment explaining idmap_autorid_get_domainrange()
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
parent
e8c9161a95
commit
7cde714cfd
@ -51,6 +51,13 @@ struct autorid_range_config {
|
|||||||
uint32_t low_id;
|
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,
|
NTSTATUS idmap_autorid_get_domainrange(struct db_context *db,
|
||||||
struct autorid_range_config *range,
|
struct autorid_range_config *range,
|
||||||
bool read_only);
|
bool read_only);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user