Red Hat NETSCAPE ENTERPRISE SERVER 6.1 - NSAPI PROGRAMMER GUIDE Manuel d'utilisateur Page 80

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 148
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 79
obj.conf
80 Netscape Enterprise Server Programmers Guide April 2002 (Draft)
get-client-cert Gets the authenticated client certificate from the
SSL3 session.
dorequest 0 or 10if
dorequest
is absent
Controls whether to actually try to get the
certificate, or just test for its presence.
1 tellsthe functionto redothe SSL3 handshake
to get a client certificate, if the server does not
already have the client certificate. This
typically causes the client to present a dialog
box to the user to select a client certificate.
0 tells the function not to redo the SSL3
handshake if the server does not already have
the client certificate.
require 0 or 11ifrequire
is absent
Controls whether failure to get a client certificate
will abort the HTTP request.
1tellsthefunctiontoaborttheHTTP requestif
the client certificate is not present after
dorequest ishandled. In this case,the HTTP
status is set to PROTOCOL_FORBIDDEN,and
the function returns REQ_ABORTED.
0 tellsthefunctionto return REQ_NOACTION if
the client certificate is not present after
dorequest is handled.
method (optional) specifies a wildcard pattern for the
HTTP methods for which the function will be
applied. If method is absent, the function is
applied to all requests.
load-config Finds and loads extra configuration information
from a file in the requested path
file .nsconfig (optional) the name of the dynamic configuration
file containingthe accessrules to be applied tothe
requested resource.
disable-types (optional) specifies a wildcard pattern of types to
disableforthebasedirectory,suchas
magnus-internal/cgi. Requests for resources
matching these types are aborted.
Table 2-17 obj.conf PathCheck functions
Function/Parameter Allowed
Values
Default Value Description
Vue de la page 79
1 2 ... 75 76 77 78 79 80 81 82 83 84 85 ... 147 148

Commentaires sur ces manuels

Pas de commentaire