s4-dsdb: move the RID allocation logic into ridalloc.c
authorAndrew Tridgell <tridge@samba.org>
Tue, 5 Jan 2010 07:23:46 +0000 (18:23 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 8 Jan 2010 02:02:58 +0000 (13:02 +1100)
commit226460d543892fcfcb569297bc450648f4fc4f0f
tree0689f2dec05d6f54b35beabf0fdf0447b38f74c3
parent7f90a05c66df5483e949b109b9018ee70b9c5d27
s4-dsdb: move the RID allocation logic into ridalloc.c

This will end up having the RID Manager logic as well, so all the RID
pool allocation logic is in one spot

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/ldb_modules/config.mk
source4/dsdb/samdb/ldb_modules/ridalloc.c [new file with mode: 0644]
source4/dsdb/samdb/ldb_modules/samldb.c