User guide
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