summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2008-06-12 17:00:49 -0400
committerSimo Sorce <ssorce@redhat.com>2008-06-12 19:05:45 -0400
commit9c34dde1650c732be50a436e14601c22b1836e94 (patch)
tree83c2f2362adfff9092f043f7fd679f229ddd2656 /ipa-server/ipa-install
parent4665700fef6b2d2d2b0635552e091d6ec396dc30 (diff)
downloadfreeipa-9c34dde1650c732be50a436e14601c22b1836e94.tar.gz
freeipa-9c34dde1650c732be50a436e14601c22b1836e94.tar.xz
freeipa-9c34dde1650c732be50a436e14601c22b1836e94.zip
Change default.
By default increment by one but set the maximum value to one million. when installing a replica change values to start from 1 million +1 and cap it to 2 million and so on for any other replica.
Diffstat (limited to 'ipa-server/ipa-install')
-rw-r--r--ipa-server/ipa-install/share/dna-posix.ldif6
1 files changed, 4 insertions, 2 deletions
diff --git a/ipa-server/ipa-install/share/dna-posix.ldif b/ipa-server/ipa-install/share/dna-posix.ldif
index e999b209b..a88485456 100644
--- a/ipa-server/ipa-install/share/dna-posix.ldif
+++ b/ipa-server/ipa-install/share/dna-posix.ldif
@@ -16,7 +16,8 @@ objectclass: extensibleObject
cn: Accounts
dnaType: uidNumber
dnaNextValue: 1100
-dnaInterval: 4
+dnaInterval: 1
+dnaMaxValue: 1000000000
dnaMagicRegen: 999
dnaFilter: (objectclass=posixAccount)
dnaScope: $SUFFIX
@@ -30,7 +31,8 @@ objectclass: extensibleObject
cn: Groups
dnaType: gidNumber
dnaNextValue: 1100
-dnaInterval: 4
+dnaInterval: 1
+dnaMaxValue: 1000000000
dnaMagicRegen: 999
dnaFilter: (objectclass=posixGroup)
dnaScope: $SUFFIX