Disabling adding database users when using LDAP

You can disable the possibility to add users to the Spotfire database when authenticating towards an external directory.

Procedure

  1. Open a command line and export the active server configuration (the configuration.xml file) by using the export-config command; for additional information, see Executing commands on the command line.
  2. On the command line, enter the following command:
    config set-config-prop --name=user-directory.allow-database-user-creation --value=false
    Note: To enable the feature again, run the same command but set the value to true.
  3. Import the configuration file back to the Spotfire database by using the import-config command.
  4. Restart the Spotfire Server service.