User`s manual

Section 6: Setting Up - UNIX (NFS)
AXIS StorPoint CD User’s Manual 85
Example 1
Give access to users with UID 100 and 101 and to all users with
GID 4:
Example 2
Give users with IP addresses 171.16.2.230 and 171.16.2.235
access:
For more information on access rights for the StorPoint CD, refer to
“Section 8 -
StorPoint CD Security System
” .
PCs in the NFS
environment
PC workstations in a UNIX network can be authenticated. This
requires an authentication server specified in the
PCNFSDAuthentServer
parameter in the configuration file
.
The
DefaultUid
and
PCNFSDAuthentServer
parameters can be
combined in four different ways, resulting in the following behavior:
NFSUser = 100
NFSUser = 101
NFSGroup = 4
NFSIPAddress = 171.16.2.230
NFSIPAddress = 171.16.2.235
DefaultUid PCNFSDAuthentServer
Result for PCNFSD clients
-2 0.0.0.0
All clients are authenticated with
the default user id and group id =-2
(i.e. nobody).
-2
171.16.2.199
(example only)
Clients that are authenticated by
the server get their real user id and
group id. Other clients are authen-
ticated with the default user id.
0
171.16.2.199
(example only)
Clients that are authenticated by
the server get their real user id and
group id. Other clients will fail.
0 0.0.0.0 All clients will fail.