add urlacl
Reserves the specified URL for non-administrator users and accounts. The discretionary access control list (DACL) can be specified by using an account name with the listen and delegate parameters or by using a security descriptor definition language (SDDL) string.
add urlacl [url=]string
[[user=]string
{[[listen={yes|no}] [delegate={yes|no}]] | [sddl=]string}
Parameters
- [url=]string
-
Specifies the fully qualified URL.
- [user=]string
-
Specifies the user or user group name.
- [listen={yes|no}]
-
Specifies one of the following values:
- yes: Allows the user to register URLs. This is the default value.
- no: Denies the user from registering URLs.
- [delegate={yes|no}]
-
Specifies one of the following values:
- yes: Allows the user to delegate URLs.
- no: Denies the user from delegating URLs. This is the default value.
- [sddl=]string
-
Specifies the SDDL string that describes the DACL.
Examples
add urlacl url=http://+:80/MyUri user=DOMAIN\user
add urlacl url=http://www.contoso.com:80/MyUri user=DOMAIN\user listen=yes
add urlacl url=http://www.contoso.com:80/MyUri user=DOMAIN\user delegate=no
Send comments about this topic to Microsoft
Build date: 10/26/2012
