The following procedure shows how to install a Directory Server in a production or QA environment with no security enabled.
  • Unzip the distribution ZIP file, review “Before You Begin”, and then use setup with the --cli and --no-prompt options for non-interactive mode from the <server-root> directory. The following command uses the default root user DN (cn=Directory Manager) with the specified --rootUserPassword option. You must include the --acceptLicense option or the setup will generate an error message.
    $ ./setup --cli --no-prompt --rootUserPassword "password" \ 
      --baseDN "dc=example,dc=com" --acceptLicense --ldapPort 389