JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun QFS and Sun Storage Archive Manager 5.3 Security Guide     Sun QFS and Sun Storage Archive Manager 5.3 Information Library
search filter icon
search icon

Document Information

Preface

1.  Sun QFS and Sun Storage Archive Manager Overview

2.  Secure Installation and Configuration

3.  Sun QFS and Sun Storage Archive Manager Security Features

Security Model

Authentication

Access Control

Security Considerations for Developers

A.  Secure Deployment Checklist

Security Model

The critical security features that provide protections against security threats are:

Authentication

SAM-QFS uses host-based user authentication to control who can perform administration tasks. Administration using the SAM-QFS Manager is mainly controlled by roles which are assigned to various users. Administration using the command line is limited to the root user.

Access Control

Access control in SAM-QFS is divided into two parts:

Security Considerations for Developers

Developers generally do not interface directly with SAM-QFS. The two exceptions are the libsam API and the libsamrpc API. These two APIs provide the same functionality. libsam is for a local machine only, while libsamrpc communicates to the MDS through rpc(3) to implement the requested actions. Authentication of requests made by either method is based on the UID and GID of the calling process. They have the same permissions as the requests made through the command line. Make sure you have a common UID and GID space for MDS and the client systems.

For more information, see intro_libsam(3) and intro_libsamrpc(3) in Sun QFS and Sun Storage Archive Manager Reference Manual.