Disabling PQC
Disable PQC on IVD servers or clients by setting PQC_DISABLED and updating the configuration or environment.
- Disabling PQC on IVD Server
-
- Disable PQC Mode: Set the
ibm-slapdPQCModeproperty incn=ConfigurationtoPQC_DISABLEDExample: Disabling PQC Server Mode
Contents of pqcServerDisable.ldif:/opt/ibm/ldap/V11.0.1/bin/idsldapmodify -h <hostname> -p <port> -D <adminDN> -w <admin_password> -i pqcServerDisable.ldifdn: cn=Configuration changetype: modify replace: ibm-slapdPQCMode ibm-slapdPQCMode: PQC_DISABLED - Restart the server after making the change
- Disable PQC Mode: Set the
- Disabling PQC for IVD Client
-
- Set the PQC environment variable: Configure
LDAP_OPT_PQC_MODEtoPQC_DISABLED- On AIX and Linux:
export LDAP_OPT_PQC_MODE=PQC_DISABLED - On Windows:
set LDAP_OPT_PQC_MODE=PQC_DISABLED
- On AIX and Linux:
- Run client utilities from the same console after configuring the PQC option
- Set the PQC environment variable: Configure