From c00281a9f9c3f79fb88ff8537d941394fee09ca2 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 23 Mar 2009 15:20:43 -0400 Subject: Name update files so they can be easily sorted. We want to process some updates in a particular order (schema, structural). Using an init-inspired ordering mechanism. --- install/updates/30-netgroups.update | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 install/updates/30-netgroups.update (limited to 'install/updates/30-netgroups.update') diff --git a/install/updates/30-netgroups.update b/install/updates/30-netgroups.update new file mode 100644 index 00000000..0a8609e3 --- /dev/null +++ b/install/updates/30-netgroups.update @@ -0,0 +1,9 @@ +# Add the default netgroup entries + +dn: cn=alt,$SUFFIX +add:objectClass: nsContainer +add:cn: alt + +dn: cn=ng,cn=alt,$SUFFIX +add:objectClass: nsContainer +add:cn: ng -- cgit