summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2012-10-04 17:42:15 +0200
committerRob Crittenden <rcritten@redhat.com>2012-10-04 22:24:02 -0400
commiteae8ded49aea131ed337fee4519497b87a617939 (patch)
tree757f2af0c6b200c4ed0e730796651d98d58e26a4
parent8741bfbf946427cf52ef1849398ff04cd684b348 (diff)
downloadfreeipa.git-eae8ded49aea131ed337fee4519497b87a617939.tar.gz
freeipa.git-eae8ded49aea131ed337fee4519497b87a617939.tar.xz
freeipa.git-eae8ded49aea131ed337fee4519497b87a617939.zip
Add new ipaIDobject to DNA plugin configuraton
-rw-r--r--install/share/dna.ldif2
-rw-r--r--install/updates/62-ranges.update5
2 files changed, 6 insertions, 1 deletions
diff --git a/install/share/dna.ldif b/install/share/dna.ldif
index 5707d3a6..ee927fcc 100644
--- a/install/share/dna.ldif
+++ b/install/share/dna.ldif
@@ -10,7 +10,7 @@ dnaType: gidNumber
dnaNextValue: eval($IDSTART)
dnaMaxValue: eval($IDMAX)
dnaMagicRegen: 999
-dnaFilter: (|(objectclass=posixAccount)(objectClass=posixGroup))
+dnaFilter: (|(objectClass=posixAccount)(objectClass=posixGroup)(objectClass=ipaIDobject))
dnaScope: $SUFFIX
dnaThreshold: 500
dnaSharedCfgDN: cn=posix-ids,cn=dna,cn=ipa,cn=etc,$SUFFIX
diff --git a/install/updates/62-ranges.update b/install/updates/62-ranges.update
index 9ba47421..79d5326d 100644
--- a/install/updates/62-ranges.update
+++ b/install/updates/62-ranges.update
@@ -29,3 +29,8 @@ default: nsslapd-pluginvendor: Red Hat, Inc.
default: nsslapd-plugindescription: IPA Range-Check plugin
default: nsslapd-plugin-depends-on-type: database
default: nsslapd-basedn: $SUFFIX
+
+# Add new ipaIDobject to DNA plugin configuraton
+dn: cn=Posix IDs,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config
+replace:dnaFilter:(|(objectclass=posixAccount)(objectClass=posixGroup))::(|(objectClass=posixAccount)(objectClass=posixGroup)(objectClass=ipaIDobject))
+