diff options
author | Rob Crittenden <rcritten@redhat.com> | 2009-03-06 10:29:48 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2009-03-06 17:37:37 -0500 |
commit | d9c4ba5a30dd1c2a18c051e3b70b1b4496247548 (patch) | |
tree | 78c10862c902fb67473400f2a5a3f360b76ae7b6 /install/share/bootstrap-template.ldif | |
parent | c25181be57a108124e8b5ae424ade6de8372c1fb (diff) | |
download | freeipa-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/bootstrap-template.ldif')
-rw-r--r-- | install/share/bootstrap-template.ldif | 2 |
1 files changed, 2 insertions, 0 deletions
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 |