Skybox Appliance 7000 Quick Start Guide
Skybox version 11.7.100
25
FIELD
DESCRIPTION
User DN
read permissions to read the user groups.
Example:
CN=LDAPUser,CN=Users,DC=YOURDOMAIN,DC=LOCAL
LDAP Bind
User
Password
The password for the bind user.
Verify LDAP
Bind User
Password
Verify the user password.
Allowed Users
A comma-separated list of permitted users. If empty, all users are permitted.
Allowed
Groups
A comma-separated list of permitted groups. If empty, all groups are permitted.
After LDAP authentication is set up, permitted users can log in to Skybox Appliance
Administration using their LDAP user name and password.
Changing the TLS version
The Apache HTTP Server module
mod_ssl
provides an interface to the OpenSSL library,
which provides Strong Encryption using the Secure Sockets Layer and Transport Layer
Security (TLS) protocols.
There are 3 configurations for TLS:
l
Default (High) Security configuration for SSL: TLS versions 1.2 and higher are enabled
Supported browsers: Firefox 27, Chrome 30, Internet Explorer 11 on Windows 7, Edge,
Opera 17, Safari 9, Android 5.0, Java 8, and higher.
l
Medium Security configuration for SSL: TLS versions 1.1 and higher are enabled
Supported browsers: Firefox 1, Chrome 1, Internet Explorer 7, Opera 5, Safari 1, Windows
XP Internet Explorer 8, Android 2.3, Java 7, and higher.
l
Low Security configuration for SSL: All TLS versions are enabled
Supported browsers: Windows XP Internet Explorer 6, Java 6, and higher.
The configuration settings are stored in
etc/httpd/conf.d/skyboxwebadmin.conf
Important: Use the highest TLS configuration that supports your browser.
To change the TLS configuration settings
1. Make a backup of
skyboxwebadmin.conf
2. Open
skyboxwebadmin.conf
(using
vi
).
3. Comment out the default security configuration by adding
#
at the beginning of the
SSLProtocol
and
SSLCipherSuite
lines.