summaryrefslogtreecommitdiff
path: root/source4/scripting/libjs
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-10-29 10:54:06 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:41 +0100
commit7c721a1f49d576e0a47c35e465206ade1c05d5a9 (patch)
tree3b0a538e6451afbe61eecce96c553c6951e3ece2 /source4/scripting/libjs
parent09ec68baddb5d17a0eb9e142c1f1bbe0603d465e (diff)
downloadsamba-7c721a1f49d576e0a47c35e465206ade1c05d5a9.tar.gz
samba-7c721a1f49d576e0a47c35e465206ade1c05d5a9.tar.bz2
samba-7c721a1f49d576e0a47c35e465206ade1c05d5a9.zip
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)
Diffstat (limited to 'source4/scripting/libjs')
-rw-r--r--source4/scripting/libjs/provision.js1
1 files changed, 1 insertions, 0 deletions
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);