This section is applicable only when you need to access the object service as an AD domain user.
Domain users are defined in the AD domain database. If a domain user needs to access the object service and perform object service operations, you need to interconnect the domain where the domain user resides with the object service and bind the domain user to an account of the object service. After a domain user is added to the object service, the user can use its user name and password as credentials to access the object service.
A domain user that has been added to the object service and bound to an account is equivalent to an account in the object service. The domain user can perform operations, such as creating buckets and uploading and downloading objects.
In scenarios where user authentication information is stored in an AD domain and users want to access the object service as such AD domain users, an AD domain needs to be created for the object service and domain users need to be added to the AD domain. For example, in check image, file sharing, and media asset library scenarios, original user data is stored in a NAS storage system. If you want to replace the original NAS storage system with the object service and want the object service to adapt to the user authentication mode in the original NAS storage system, you can create an AD domain for the object service and add domain users to the AD domain.
You have installed and configured an AD domain server and obtained the server IP address.
The Create AD Domain page is displayed on the right.
Parameter |
Description |
|---|---|
Domain ID |
Specify an domain ID, which is used to identify the AD domain. [Value range]
|
Active Server Address |
Indicates the IP address of the active AD domain server. |
Standby IP Address 1 |
Indicates the IP address of standby AD domain server 1. |
Standby IP Address 2 |
Indicates the IP address of standby AD domain server 2. |
Protocol |
Indicates the protocol used by the object service to communicate with the domain server.
|
Port |
Indicates the port number used for communication between the object service and domain server.
|
Base DN |
Indicates the root directory of the domain server. That is, the start DN of the domain server specified for searching. After the value is configured, all users under the base DN can be added to the object service. Each entry stored in the AD domain directory database has a unique identification, which can uniquely identify an object and its location in the directory tree. The identification of each entry in the database is called distinguished name (DN). The top of the directory tree is the root directory, that is, the base DN. A DN consists of three attributes: cn, ou, and dc. For example, cn=Common name,ou=Organization unit,dc=example,dc=com is used to identify a user in an AD domain and ,dc=example,dc=com is the base DN. [Example] dc=example,dc=com |
After the AD domain is created, bind each domain user in the AD domain to an account in the object service by referring to Creating an Account. Then, the domain users can access the object service.