diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-04-18 15:41:54 +0200 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-04-18 15:41:54 +0200 |
commit | 6a40411fcc7af4c93443b6c55360e22d18bcb236 (patch) | |
tree | 163b7532c38f18c2b18f5fd09919042746cc2433 /source4/setup | |
parent | 3180cbbc5b3396da07c325166e472b143b3abe1e (diff) | |
download | samba-6a40411fcc7af4c93443b6c55360e22d18bcb236.tar.gz samba-6a40411fcc7af4c93443b6c55360e22d18bcb236.tar.bz2 samba-6a40411fcc7af4c93443b6c55360e22d18bcb236.zip |
change the default idmap range to 3M -> 4M
This gives us a lot more headroom, and means that we have a lower
chance of running into real local users
(This used to be commit b2dac6645c3bce45ab2178b9f5b4e017486b5b8e)
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/idmap_init.ldif | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/setup/idmap_init.ldif b/source4/setup/idmap_init.ldif index a397cfd0d2..43e5b65562 100644 --- a/source4/setup/idmap_init.ldif +++ b/source4/setup/idmap_init.ldif @@ -1,5 +1,4 @@ dn: CN=CONFIG cn: CONFIG -lowerBound: 10000 -upperBound: 20000 - +lowerBound: 3000000 +upperBound: 4000000 |