Red Hat NETSCAPE ENTERPRISE SERVER 6.1 - NSAPI PROGRAMMER GUIDE Manual do Utilizador Página 25

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 148
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 24
Enterprise Server 6.1 APIs
Chapter 1 Overview 25
Installing NSAPI Plugins (SAFs)
ToloadnewNSAPIpluginscontainingcustomizedSAFsintotheserver,addan
Init directiveto magnus.conf to load the shared library file that defines the new
SAFs. This directive must call the
load-modules function, which takesthe
following arguments:
shlib – the shared library to load.
funcs –thefunctionstobemadeavailabletotheserver.
For More Information
For informationabout the following topics, see the Netscape EnterpriseServer NSAPI
Programmer’s Guide.
the directives in
obj.conf and how they determine how the server handles
requests
the pre-defined SAFs that ship with Enterprise Server 6.1
the NSAPI functions available for writing custom SAFs
•howtowritecustomSAFs
how to load custom SAFs into the Enterprise Server by adding an
Init
directive to magnus.conf that calls load-modules
Access Control API
The Access Control API is a C API that lets you programmatically controlwho has
access to what on the Enterprise Server.
Access control lists (ACLs) determine who has what kind of access privileges to
which resources on the server. Each ACL contains a list of access control entries.
The following access control entry, for example, says that all access is denied to
everyone for any resource having a URI that starts with
/private.
acl "uri=/private/*";
deny (all)
(user = "anyone");
Vista de página 24
1 2 ... 20 21 22 23 24 25 26 27 28 29 30 ... 147 148

Comentários a estes Manuais

Sem comentários