Hi all,
I knew about the DFC copy operation, but never had to use it myself. After looking at it in more detail, I realized that the copy operation is not preserving some kind of security change within the tree. I find it interesting that
source_folder (acl1)
sub_folder1 (acl1)
sub_folder2 (acl2)
becomes
destination_folder (acl3)
sub_folder1 (acl3)
sub_folder2 (acl3)
Wouldn't it make more sense to get something like
destination_folder (acl3)
sub_folder1 (acl3)
sub_folder2 (dm_XXXXX)
Who's with me on this?
What is the use case of copying a structure and resetting security to root folder security?
Cheers
Alain