mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
s4:provision.ldif - fix the number of available RIDs
There should be 4611686014132422209 and not 4611686014132422109.
This commit is contained in:
parent
fec489bd87
commit
41cdcd54b7
@ -809,7 +809,7 @@ dn: CN=RID Manager$,CN=System,${DOMAINDN}
|
||||
objectClass: top
|
||||
objectClass: rIDManager
|
||||
systemFlags: -1946157056
|
||||
rIDAvailablePool: 1001-1073741823
|
||||
rIDAvailablePool: 1601-1073741823
|
||||
isCriticalSystemObject: TRUE
|
||||
|
||||
dn: CN=RpcServices,CN=System,${DOMAINDN}
|
||||
|
Loading…
x
Reference in New Issue
Block a user