From c12b9ab2f2d26147a0878bbb2a1672892599293e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 6 Jan 2010 11:40:05 +1100 Subject: [PATCH] s4-dsdb: clarify who is responsible for each attribute Pair-Programmed-With: Andrew Bartlett --- source4/dsdb/samdb/ldb_modules/ridalloc.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source4/dsdb/samdb/ldb_modules/ridalloc.c b/source4/dsdb/samdb/ldb_modules/ridalloc.c index c616da01fef..87642592c42 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 -- 2.34.1