Go to main content
Oracle® ZFS Storage Appliance Administration Guide, Release OS8.7.0

Exit Print View

Updated: July 2017
 
 

HTTP Authentication and Access Control

If the "Require client login" option is enabled, the appliance will deny access to clients that do not supply valid authentication credentials for a local user, a NIS user, or an LDAP user. Active Directory authentication is not supported.

Only basic HTTP authentication is supported. Note that unless HTTPS is being used, this transmits the username and password unencrypted, which may not be appropriate for all environments.

Normally, authenticated users have the same permissions with HTTP that they would have with NFS or FTP. Files and directories created by an authenticated user will be owned by that user, as viewed by other protocols. Privileged users (those having a UID less than 100) will be treated as nobody for the purposes of access control. Files created by privileged users will be owned by nobody.

If the "Require client login" option is disabled, the appliance will not try to authenticate clients (even if they do supply credentials). Newly created files are owned by nobody, and all users are treated as nobody for the purposes of access control.

Regardless of authentication, no permissions are masked from created files and directories. Created files have UNIX permissions 666 (readable and writable by everyone), and created directories have UNIX permissions 777 (readable, writable, and executable by everyone).

Related Topics