Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Satisfy (Internet Toolkit)

LabVIEW Internet Toolkit 6.0.2 Help
June 2008

NI Part Number:
370014C-01

»View Product Info

The Satisfy directive determines the access to a directory if you use both the Allow and Require directives.

Scope

You can use this directive only within Limit sections.

Syntax

Satisfy all | any

all specifies that the user must satisfy both the Allow and Require directives to gain access to the directory.

any specifies that the user must satisfy only one of the specified Allow or Require directives.

Filename

access.cfg

Default

The default is all.

Example

The following directive restricts access for this directory to users from .ni.com or users named bob. In this command, the server first evaluates the Deny directive, which denies all access to this directory. Next, the server evaluates the Allow directive, which allows clients from .ni.com to access files in this directory. Finally, the server evaluates the Satisfy directive, which allows access to any users from .ni.com. If you do not meet the Satisfy directive, the server requires user authentication and allows access only to users named bob.

<Limit GET POST>

order deny,allow

deny from all

allow from .ni.com

require user bob

satisfy any

</Limit>


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit