diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-01-06 11:40:05 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-01-08 13:03:00 +1100 |
commit | c12b9ab2f2d26147a0878bbb2a1672892599293e (patch) | |
tree | b2f1e31957697bf7399728bdcdba18a5a931b5ff /source4 | |
parent | dd8cb3c7ed1e32fa4073c6e38dafc35fe2cb4f72 (diff) | |
download | samba-c12b9ab2f2d26147a0878bbb2a1672892599293e.tar.gz samba-c12b9ab2f2d26147a0878bbb2a1672892599293e.tar.bz2 samba-c12b9ab2f2d26147a0878bbb2a1672892599293e.zip |
s4-dsdb: clarify who is responsible for each attribute
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-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 |