From 54f37503d2076b99b3b7479b19fec4fa17bc7c59 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 27 Oct 2008 12:24:17 -0400 Subject: Implement host groups --- ipa_server/updates/groupofhosts.update | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ipa_server/updates/groupofhosts.update (limited to 'ipa_server/updates/groupofhosts.update') diff --git a/ipa_server/updates/groupofhosts.update b/ipa_server/updates/groupofhosts.update new file mode 100644 index 000000000..fb39c5e25 --- /dev/null +++ b/ipa_server/updates/groupofhosts.update @@ -0,0 +1,5 @@ +dn: cn=hostgroups,cn=accounts,$SUFFIX +add:objectClass: top +add:objectClass: nsContainer +add:cn: hostgroups + -- cgit