1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-19 04:23:48 +03:00

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 commit is contained in:
Andrew Bartlett
2007-10-29 10:54:06 +01:00
committed by Stefan Metzmacher
parent b9363755ee
commit 2ba99d58e9
4 changed files with 325 additions and 10 deletions

View File

@@ -966,6 +966,7 @@ function provision_guess()
"objectclass",
"rdn_name",
"subtree_rename",
"linked_attributes",
"show_deleted",
"partition");
subobj.MODULES_LIST = join(",", modules_list);