diff options
Diffstat (limited to 'source4/dsdb/samdb')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/ridalloc.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/ridalloc.c b/source4/dsdb/samdb/ldb_modules/ridalloc.c index c616da01fe..87642592c4 100644 --- a/source4/dsdb/samdb/ldb_modules/ridalloc.c +++ b/source4/dsdb/samdb/ldb_modules/ridalloc.c @@ -38,10 +38,12 @@ in RID Set object: - rIDPreviousAllocationPool: the pool which a DC is currently - pulling RIDs from + pulling RIDs from. Managed by client DC + - rIDAllocationPool: the pool that the DC will switch to next, - when rIDPreviousAllocationPool is exhausted - - rIDNextRID: the last RID allocated by this DC + when rIDPreviousAllocationPool is exhausted. Managed by RID Manager. + + - rIDNextRID: the last RID allocated by this DC. Managed by client DC in RID Manager object: - rIDAvailablePool: the pool where the RID Manager gets new rID |