forked from docs/mapreduce-service
Update content
This commit is contained in:
parent
bf73d2b761
commit
2f44f92521
@ -55,7 +55,7 @@ Procedure
|
||||
The password must meet the following complexity requirements by default:
|
||||
|
||||
- The password contains at least 8 characters.
|
||||
- The password contains at least four types of the following characters: Uppercase letters, lowercase letters, digits, spaces, and special characters which can only be :literal:`~`!?,.;-_'(){}[]/<>@#$%^&*+|\\=.`
|
||||
- The password contains at least four types of the following characters: Uppercase letters, lowercase letters, digits, spaces, and special characters which can only be :literal:`~`!?,.;-_'(){}[]/<>@#$%^&`\ ``*+``\ \|\\=.
|
||||
- The password cannot be the same as the username or the username spelled backwards.
|
||||
- The password cannot be a common easily-cracked passwords, for example, **Admin@12345**.
|
||||
- The password cannot be the same as the password used in latest *N* times. *N* indicates the value of **Number of Historical Passwords** configured in :ref:`Configuring Password Policies <admin_guide_000150>`. This policy applies to only human-machine accounts.
|
||||
|
@ -37,7 +37,7 @@ Procedure
|
||||
The password must meet the following complexity requirements by default:
|
||||
|
||||
- The password contains at least 8 characters.
|
||||
- The password contains at least four types of the following characters: Uppercase letters, lowercase letters, digits, spaces, and special characters which can only be :literal:`~`!?,.;-_'(){}[]/<>@#$%^&*+|\\=.`
|
||||
- The password contains at least four types of the following characters: Uppercase letters, lowercase letters, digits, spaces, and special characters which can only be :literal:`~`!?,.;-_'(){}[]/<>@#$%^&`\ ``*+``\ \|\\=.
|
||||
- The password cannot be the same as the username or the username spelled backwards.
|
||||
- The password cannot be a common easily-cracked passwords, for example, **Admin@12345**.
|
||||
- The password cannot be the same as the password used in the last *N* times. *N* indicates the value of **Repetition Rule** in :ref:`Configuring Password Policies <admin_guide_000150>`.
|
||||
|
@ -32,7 +32,7 @@ Procedure
|
||||
The password must meet the following complexity requirements by default:
|
||||
|
||||
- The password contains at least 8 characters.
|
||||
- The password contains at least four types of the following characters: uppercase letters, lowercase letters, digits, and special characters can only be :literal:`~`!?,.:;-_'(){}[]/<>@#$%^&*+|\\=.`
|
||||
- The password contains at least four types of the following characters: uppercase letters, lowercase letters, digits, and special characters can only be :literal:`~`!?,.:;-_'(){}[]/<>@#$%^&`\ ``*+``\ \|\\=.
|
||||
- The password cannot be the same as the username or the username spelled backwards.
|
||||
- The password cannot be a common easily-cracked passwords, for example, **Admin@12345**.
|
||||
- The password cannot be the same as the password used in the last *N* times. *N* indicates the value of **Repetition Rule** in :ref:`Configuring Password Policies <admin_guide_000150>`.
|
||||
|
@ -26,7 +26,7 @@ Procedure
|
||||
The password must meet the following complexity requirements by default:
|
||||
|
||||
- The password contains 8 to 64 characters.
|
||||
- The password contains at least four types of the following characters: Uppercase letters, lowercase letters, digits, spaces, and special characters which can only be :literal:`~`!?,.;-_'(){}[]/<>@#$%^&*+|\\=.`
|
||||
- The password contains at least four types of the following characters: Uppercase letters, lowercase letters, digits, spaces, and special characters which can only be :literal:`~`!?,.;-_'(){}[]/<>@#$%^&`\ ``*+``\ \|\\=.
|
||||
- The password cannot be the same as the username or the username spelled backwards.
|
||||
- The password cannot be a common easily-cracked passwords.
|
||||
- The password cannot be the same as the password used in the last *N* times. *N* indicates the value of **Repetition Rule** in :ref:`Configuring Password Policies <admin_guide_000150>`.
|
||||
|
@ -35,7 +35,7 @@ Procedure
|
||||
+============================================================+==========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| Minimum Password Length | Indicates the minimum number of characters a password contains. The value ranges from **8** to **32**. The default value is **8**. |
|
||||
+------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Character Types | Indicates how many character types in the following types a password can contain at least: uppercase letters, lowercase letters, digits, spaces, and special characters (:literal:`~`!?,.:;-_'(){}[]/<>@#$%^&*+|\\=`). The value can be **4** or **5**. The default value is **4**, which means that a password can contain uppercase letters, lowercase letters, digits, and special characters. If you set the parameter to **5**, a password can contain all the five character types mentioned above. |
|
||||
| Character Types | Indicates how many character types in the following types a password can contain at least: uppercase letters, lowercase letters, digits, spaces, and special characters (:literal:`~`!?,.:;-_'(`\ ``){}[]/<>@#$%^&``\ ``*+``\ \|\\=). The value can be **4** or **5**. The default value is **4**, which means that a password can contain uppercase letters, lowercase letters, digits, and special characters. If you set the parameter to **5**, a password can contain all the five character types mentioned above. |
|
||||
+------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Password Retries | Indicates the number of consecutive wrong password attempts allowed before the system locks the user. The value ranges from **3** to **30**. The default value is **5**. |
|
||||
+------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -32,7 +32,7 @@ Prerequisites
|
||||
To avoid potential security risks, the password must meet the following complexity requirements:
|
||||
|
||||
- It must contain at least eight characters.
|
||||
- It must contain at least four of the following character types: uppercase letters, lowercase letters, digits, and special characters :literal:`~`!?,.:;-_'(){}[]/<>@#$%^&*+|\\=.`
|
||||
- It must contain at least four of the following character types: uppercase letters, lowercase letters, digits, and special characters :literal:`~`!?,.:;-_'(){}[]/<>@#$%^&`\ ``*+``\ \|\\=.
|
||||
|
||||
- When applying for certificates from the certificate administrator, you have provided the password for accessing the key file and applied for the certificate files in CRT, CER, CERT, and PEM formats and the key files in KEY and PEM formats. The requested certificates must have the issuing function.
|
||||
|
||||
|
@ -42,7 +42,7 @@ Procedure
|
||||
+==============================================================+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| **Minimum Password Length** | Indicates the minimum number of characters a password contains. The value ranges from 8 to 32. The default value is **8**. |
|
||||
+--------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| **Number of Character Types** | Indicates the minimum number of character types a password contains. The character types include uppercase letters, lowercase letters, digits, spaces, and special characters (:literal:`~`!?,.:;-_'(){}[]/<>@#$%^&*+|\\=`). The value can be **3** or **4**. The default value **3** indicates that the password must contain at least three types of the following characters: uppercase letters, lowercase letters, digits, special characters, and spaces. |
|
||||
| **Number of Character Types** | Indicates the minimum number of character types a password contains. The character types include uppercase letters, lowercase letters, digits, spaces, and special characters (:literal:`~`!?,.:;-_'(`\ ``){}[]/<>@#$%^&``\ ``*+``\ \|\\=). The value can be **3** or **4**. The default value **3** indicates that the password must contain at least three types of the following characters: uppercase letters, lowercase letters, digits, special characters, and spaces. |
|
||||
+--------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| **Password Validity Period (days)** | Indicates the validity period (days) of a password. The value ranges from 0 to 90. Value **0** means that the password is permanently valid. The default value is **90**. |
|
||||
+--------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -30,7 +30,7 @@ Procedure
|
||||
+==============================================================+==============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| **Minimum Password Length** | Indicates the minimum number of characters a password contains. The value ranges from 8 to 32. The default value is **8**. |
|
||||
+--------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| **Number of Character Types** | Indicates the minimum number of character types a password contains. The character types are uppercase letters, lowercase letters, digits, spaces, and special characters (:literal:`~`!?,.:;-_'(){}[]/<>@#$%^&*+|\\=`). The value can be **3** or **4**. The default value **3** indicates that the password must contain at least three types of the following characters: uppercase letters, lowercase letters, digits, special characters, and spaces. |
|
||||
| **Number of Character Types** | Indicates the minimum number of character types a password contains. The character types are uppercase letters, lowercase letters, digits, spaces, and special characters (:literal:`~`!?,.:;-_'(`\ ``){}[]/<>@#$%^&``\ ``*+``\ \|\\=). The value can be **3** or **4**. The default value **3** indicates that the password must contain at least three types of the following characters: uppercase letters, lowercase letters, digits, special characters, and spaces. |
|
||||
+--------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| **Password Validity Period (days)** | Indicates the validity period (days) of a password. The value ranges from 0 to 90. 0 means that the password is permanently valid. The default value is **90**. |
|
||||
+--------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -27,7 +27,7 @@ Prerequisites
|
||||
To avoid potential security risks, the password must meet the following complexity requirements:
|
||||
|
||||
- The password must contain at least eight characters.
|
||||
- The password must contain at least four types of the following characters: uppercase letters, lowercase letters, digits, and special characters (:literal:`~`!?,.:;-_'(){}[]/<>@#$%^&*+|\\=`).
|
||||
- The password must contain at least four types of the following characters: uppercase letters, lowercase letters, digits, and special characters (:literal:`~`!?,.:;-_'(`\ ``){}[]/<>@#$%^&``\ ``*+``\ \|\\=).
|
||||
|
||||
Procedure
|
||||
---------
|
||||
|
Loading…
x
Reference in New Issue
Block a user