This article explain how to configure a namespace reservation for a user using netsh.exe
as follows:
netsh http add urlacl url=http://+:80/MyUri user=DOMAIN\user
The parameter user=
is said to be either user or user-group.
It works as described when I configure for a single user, but if I replace DOMAN\user
with DOMAIN\Administrators
or DOMAIN\Users
I'm getting an error (1332).
Q: Why does it work for a user, but does not work for a group? Is syntax for a group different?
OS: Vista 32-bit
Note: The computer is not part of a domain, if that matters.
add urlaclAdds a Uniform Resource Locator (URL) reservation entry. This command reserves the URL for non-administrator users and accounts. The DACL can be specified by using an NT account name with the listen and delegate parameters or by using an SDDL string.
This answer is not useful. Show activity on this post. Each URL access control list (ACL) reserves a portion of the HTTP URL namespace for a particular group of users. The reservation gives those users the right to create services that listen on that portion of the namespace.
A URL reservation defines the URLs that can be used to access a Reporting Services application. Reporting Services will reserve one or more URLs for the Report Server Web service and the web portal in HTTP.
Administrators
is not part of DOMAIN
but is part of BUILTIN
, so correct command is:
netsh http add urlacl url=http://+:80/MyUri user=BUILTIN\Administrators
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With