diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-06-25 11:11:56 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-06-26 09:50:54 +0200 |
commit | 712a149802e9613f105861e838a29bb226e62e02 (patch) | |
tree | e50278f97e9c49df7a8d01bc6875485aeae3ca75 /source4/libcli/smb2/transport.c | |
parent | 89f94a43d89c9c0238f7b1d3d294175f8482adf9 (diff) | |
download | samba-712a149802e9613f105861e838a29bb226e62e02.tar.gz samba-712a149802e9613f105861e838a29bb226e62e02.tar.bz2 samba-712a149802e9613f105861e838a29bb226e62e02.zip |
s4:provision: don't use hardcoded values for 'nextRid' and 'rIDAvailablePool'
On Windows dcpromo imports nextRid from the local SAM,
which means it's not hardcoded to 1000.
The initlal rIDAvailablePool starts at nextRid + 100.
I also found that the RID Set of the local dc
should be created via provision and not at runtime,
when the first rid is needed.
(Tested with dcpromo on w2k8r2, while disabling the DNS
check box).
After provision we should have this (assuming nextRid=1000):
rIDAllocationPool: 1100-1599
rIDPrevAllocationPool: 1100-1599
rIDUsedPool: 0
rIDNextRID: 1100
rIDAvailablePool: 1600-1073741823
Because provision sets rIDNextRid=1100, the first created account
(typically DNS related accounts) will get 1101 as rid!
metze
Diffstat (limited to 'source4/libcli/smb2/transport.c')
0 files changed, 0 insertions, 0 deletions