From 7c721a1f49d576e0a47c35e465206ade1c05d5a9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 29 Oct 2007 10:54:06 +0100 Subject: r25747: Implement linked attributes, for add operations. Much more work is still required here, particularly to handle this better during the provision, and to handle modifies and deletes, but this is a start. Andrew Bartlett (This used to be commit 2ba99d58e9fe1f8e4b15a58a2fdfce6e876f99b4) --- source4/scripting/libjs/provision.js | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/scripting/libjs') diff --git a/source4/scripting/libjs/provision.js b/source4/scripting/libjs/provision.js index e5a91b40b5..ef43ed721d 100644 --- a/source4/scripting/libjs/provision.js +++ b/source4/scripting/libjs/provision.js @@ -966,6 +966,7 @@ function provision_guess() "objectclass", "rdn_name", "subtree_rename", + "linked_attributes", "show_deleted", "partition"); subobj.MODULES_LIST = join(",", modules_list); -- cgit