From b94b782e94eb7174e283b235f5f5c5671ed14d7d Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Fri, 18 Aug 2006 19:54:43 +0000 Subject: [PATCH] Add a very basic setup mechanism for the server. It will provide a means to interactively prompt the user for some key settings (LDAP port, base DN, root DN, and root password), will check that the specified port is usable, and can create the base entry or import an existing LDIF file. --- opendj-sdk/opends/resource/README | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/resource/README b/opendj-sdk/opends/resource/README index 0bad367..22bb8eb 100644 --- a/opendj-sdk/opends/resource/README +++ b/opendj-sdk/opends/resource/README @@ -3,6 +3,10 @@ This archive contains the OpenDS Directory Server. Complete documentation for this product may be found online at https://OpenDS.dev.java.net/. +To configure the server, run the setup.sh script on UNIX-based platforms, or +the setup.bat batch file on Windows. To start the server, run bin/start-ds.sh +on UNIX-based platforms, or bin\start-ds.bat on Windows systems. + This product is made available under the Common Development and Distribution License (CDDL). The complete text for this license, and for alternate licenses of included components, may be found in the legal-notices directory. -- Gitblit v1.10.0