summaryrefslogtreecommitdiffstats
path: root/install/share/dna-posix.ldif
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2009-03-06 10:29:48 -0500
committerRob Crittenden <rcritten@redhat.com>2009-03-06 17:37:37 -0500
commitd9c4ba5a30dd1c2a18c051e3b70b1b4496247548 (patch)
tree78c10862c902fb67473400f2a5a3f360b76ae7b6 /install/share/dna-posix.ldif
parentc25181be57a108124e8b5ae424ade6de8372c1fb (diff)
downloadfreeipa-d9c4ba5a30dd1c2a18c051e3b70b1b4496247548.tar.gz
freeipa-d9c4ba5a30dd1c2a18c051e3b70b1b4496247548.tar.xz
freeipa-d9c4ba5a30dd1c2a18c051e3b70b1b4496247548.zip
Remove our copy of the DNA plugin and use the one that comes with DS.
The DS plugin does config checking when adding new entries online so we are dropping the Posix subtree.
Diffstat (limited to 'install/share/dna-posix.ldif')
-rw-r--r--install/share/dna-posix.ldif17
1 files changed, 4 insertions, 13 deletions
diff --git a/install/share/dna-posix.ldif b/install/share/dna-posix.ldif
index a88485456..6b5cef8cc 100644
--- a/install/share/dna-posix.ldif
+++ b/install/share/dna-posix.ldif
@@ -1,19 +1,10 @@
-# add container for posix configuration
-
-dn: cn=Posix,cn=ipa-dna,cn=plugins,cn=config
-changetype: add
-objectclass: top
-objectclass: nsContainer
-objectclass: extensibleObject
-cn: Posix
-
# add plugin configuration for posix users
-dn: cn=Accounts,cn=Posix,cn=ipa-dna,cn=plugins,cn=config
+dn: cn=Posix Accounts,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config
changetype: add
objectclass: top
objectclass: extensibleObject
-cn: Accounts
+cn: Posix Accounts
dnaType: uidNumber
dnaNextValue: 1100
dnaInterval: 1
@@ -24,11 +15,11 @@ dnaScope: $SUFFIX
# add plugin configuration for posix groups
-dn: cn=Groups,cn=Posix,cn=ipa-dna,cn=plugins,cn=config
+dn: cn=Posix Groups,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config
changetype: add
objectclass: top
objectclass: extensibleObject
-cn: Groups
+cn: Posix Groups
dnaType: gidNumber
dnaNextValue: 1100
dnaInterval: 1