From d9c4ba5a30dd1c2a18c051e3b70b1b4496247548 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 6 Mar 2009 10:29:48 -0500 Subject: 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. --- install/share/Makefile.am | 1 + install/share/bootstrap-template.ldif | 2 ++ install/share/dna-posix.ldif | 17 ++++------------- 3 files changed, 7 insertions(+), 13 deletions(-) (limited to 'install') diff --git a/install/share/Makefile.am b/install/share/Makefile.am index 6ef43ba24..ef3cf9a71 100644 --- a/install/share/Makefile.am +++ b/install/share/Makefile.am @@ -17,6 +17,7 @@ app_DATA = \ bind.named.conf.template \ bind.zone.db.template \ certmap.conf.template \ + dna-conf.ldif \ kdc.conf.template \ krb5.conf.template \ krb5.ini.template \ diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif index 449b0af49..39a0817c4 100644 --- a/install/share/bootstrap-template.ldif +++ b/install/share/bootstrap-template.ldif @@ -115,6 +115,8 @@ dn: cn=ipausers,cn=groups,cn=accounts,$SUFFIX changetype: add objectClass: top objectClass: groupofnames +objectClass: nestedGroup +objectClass: ipaUserGroup objectClass: posixGroup gidNumber: 1002 description: Default group for all users 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 -- cgit