Red Hat NETSCAPE ENTERPRISE SERVER 6.0 - PROGRAMMER GUIDE TO SERVLETS Guía de usuario Pagina 106

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 328
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 105
Chapter 3: Authentication and Access Control for the Interstage HTTP Server
3-10
Require
Name
Require
Synopsis
Require valid-user|user user-name|group group-name
Description
Specifies the rule to be applied for user authentication.
valid-user
Authenticates all valid users.
When the online collation function is used, users registered with the directory server are allowed.
user user-name
Authenticates users specified by user-name.
When the online collation function is used, the uid attribute of the user is specified as the user-
name.
Use a space as a delimiter between user and user-name.
group group-name
Authenticates groups specified by group-name.
When the online collation function is used, the cn attribute of the group is specified as the group-
name.
Use a space as a delimiter between group and group-name.
Context
Directory
Default Value
None
Examples
To authenticate a user 'taro':
Require user taro
To allow authentication of a user belonging to the group entry with the cn attribute 'ihsgroup' when the
online collation function is used:
Require group cn=ihsgroup,ou=User,ou=interstage,o=fujitsu,dc=com
Vista de pagina 105
1 2 ... 101 102 103 104 105 106 107 108 109 110 111 ... 327 328

Comentarios a estos manuales

Sin comentarios