change the default idmap range to 3M -> 4M
authorAndrew Tridgell <tridge@samba.org>
Fri, 18 Apr 2008 13:41:54 +0000 (15:41 +0200)
committerAndrew Tridgell <tridge@samba.org>
Fri, 18 Apr 2008 13:41:54 +0000 (15:41 +0200)
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)

source4/setup/idmap_init.ldif

index a397cfd0d221a9ccf660a40aabf9529a5719d8e6..43e5b655625932ed7f04dd7a9bd4edebf746c5ea 100644 (file)
@@ -1,5 +1,4 @@
 dn: CN=CONFIG
 cn: CONFIG
-lowerBound: 10000
-upperBound: 20000
-
+lowerBound: 3000000
+upperBound: 4000000