|
Posted by Flash08 on November 7, 2006, 3:30 pm
Please log in for more thread options
In case anyone wants the answer, I figured it out.
Using the tool dcomperm:
dcomperm -ml set domain\username permit level:l,r
dcomperm -ma set domain\username permit level:l,r
dcomperm -dl set domain\username permit level:l,r
dcomperm -da set domain\username permit level:l,r
This sets the 4 default parent level COM security for the user
domain\username
Flash08 wrote:
> Hi,
>
> I am working on an install and we use DCOM with our product. I know
> how to setup DCOM on the DCOM Config level and setup my individual
> components, but is there a way to add a user to the parent level COM
> security? We've noticed that if you don't add the user to have Local
> Launch, Remote Launch, Local and Remote Activation, and Local and
> Remote Access under Launch and Activation Permissions and Access
> Permissions that the user does not have the access it needs.
>
> This has lead to change this manually on customer's machines after the
> installation. Is there any way to automate this, and add users to
> this parent level security? Please let me know any advice you have.
> Thanks.
|