![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||||||||||||
Solution Type Technical Instruction Sure Solution 1399906.1 : Sun Storage 7000 Unified Storage System: How To Configure Secure LDAP Over SSL
In this Document
Created from <SR 3-5147000131> Applies to:Sun ZFS Storage 7120 - Version All Versions and laterSun ZFS Storage 7420 - Version All Versions and later Sun Storage 7110 Unified Storage System - Version All Versions and later Sun Storage 7210 Unified Storage System - Version All Versions and later Sun Storage 7310 Unified Storage System - Version All Versions and later 7000 Appliance OS (Fishworks) GoalThis document describes how to configure unified storage to use secure LDAP over SSL. SolutionIntroductionLDAP can be used by the ZFS Unified Storage appliance for user directory lookups for NFS and CIFS. It can also provide authentication services for ftp, http and webdav services. Configuration on the LDAP Server1. Make sure LDAP Server is running on port 636. openssl s_client -connect appliance-host:215 -showcerts -cert appliance.pem
Refer to the appropriate LDAP server documentation on how to configure SSL on the server side. Configuration on the Appliance SideAssume a proxy_dn is used to authenticate to the LDAP service for directory lookups. 1. Set the following properties for the LDAP service.CLI
system:> configuration service ldap system:configuration services ldap> set base_dn=dc=oracle,dc=com system:configuration services ldap> set search_scope=sub system:configuration services ldap> set cred_level=proxy system:configuration services ldap> set auth_method=simple system:configuration services ldap> set use_tls=true system:configuration services ldap> set proxy_dn=<uid of proxy_user>,dc=oracle,dc=com system:configuration services ldap> set proxy_password=<passwd> 2. Create the LDAPS host server details.CLI
system: configuration services ldap> create system: configuration services ldap server (uncommitted)> set host=server1 set port=636 set source=server commit 3. Enable the service.CLI
system: configuration services ldap>enable 4. Check the status.CLI
system: configuration services ldap> show
BUG 24450729 - AKD restart required for ldap user authentication for BUI / admin user References<NOTE:1540106.1> - Sun Storage 7000 Unified Storage System: LDAP configuration for Active Directory not workingAttachments This solution has no attachment |
||||||||||||||||||||||||||||||
|