Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeRDark
cd /app/utils/ldap
/app/scripts/app_ldap_utilities.sh -f ./LDAP_parameters.properties

Add "-y" or "--assume-yes" to run the test without prompting for confirmation.

For a valid LDAP configurationĀ the command's output should be:

...

Code Block
languagebash
themeRDark
cd /app/utils/ldap
/app/scripts/app_ldap_utilities.sh -f ./LDAP_parameters.properties -u

Add "-y" or "--assume-yes" to run the update without prompting for confirmation.

Note

Ensure DPOD's services are up and running before updating the LDAP configuration.

...

Code Block
languagebash
themeRDark
cd /app/utils/ldap
/app/scripts/app_ldap_utilities.sh -d

Add "-y" or "--assume-yes" to run the update without prompting for confirmation.

Note

Ensure DPOD's services are up and running before disabling the LDAP configuration.

...