I have a situation I hope someone can give me some advice. Here is my
scenario -- I have a set of Windows SharePoint Services templates that
are executed with a user interface script off of the SharePoint Portal.
Five separate templates that create five different web sites each time
the site builder user interface is executed.
As a part of the templates is that a specific Document Library of each
web site is connected to the top-site through a Page Viewer web part
linked to the Document Library. This allows that Document Library to
act as a conduit for all completed work to be available to the top-level
project site (like a rollup).
All of this works, the problem is that I set permission levels of these
rolled up Document Library so people can only see this particular
Document Library and nothing else on the child web sites (for privacy
sake). To accomplish this, we have set Active Directory group user
lists that are set as guest account on the Document Library. This works
great when I set them on the site, but I want them to be set while the
user interface script is executed. For some strange reason is that the
permissions set on the templates for these Document Libraries are not
transferring during this build process.