A regular expression specifying one or more groups. Use a backslash before characters in the group name that have a special meaning in regular expressions.
To specify a Windows Active Directory domain, use either a single forward slash or two backward slashes between the domain name and the group name. The following formats are equivalent:
domain/group domain\\group
Note: You must include the domain name for all domain groups. If you omit domain information, the server looks for groups defined on the local computer.
To specify a local group, use no domain name, or specify the local computer name for the domain name.
To specify an external user group, use Reflection.VirtualDirectory for the domain name.
|