You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2020/05/23 16:01:07 UTC

[directory-fortress-core] branch master updated: - del admin mgr load

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/master by this push:
     new d3abf92  - del admin mgr load
d3abf92 is described below

commit d3abf92c4c4ac410e8f8ec2c769b7a92dab70e06
Author: Shawn McKinney <sm...@apache.org>
AuthorDate: Fri May 22 16:15:36 2020 -0500

    - del admin mgr load
---
 README-QUICKSTART-DOCKER-APACHEDS.md | 1 -
 README-QUICKSTART-DOCKER-SLAPD.md    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/README-QUICKSTART-DOCKER-APACHEDS.md b/README-QUICKSTART-DOCKER-APACHEDS.md
index 85f68f1..dba99de 100644
--- a/README-QUICKSTART-DOCKER-APACHEDS.md
+++ b/README-QUICKSTART-DOCKER-APACHEDS.md
@@ -121,7 +121,6 @@ ________________________________________________________________________________
 
  ```
  mvn install -Dload.file=./ldap/setup/refreshLDAPData.xml
- mvn install -Dload.file=./ldap/setup/DelegatedAdminManagerLoad.xml
  ```
 
  *These will build the Directory Information Tree (DIT), create the config and data policies needed for the integration test to follow.*
diff --git a/README-QUICKSTART-DOCKER-SLAPD.md b/README-QUICKSTART-DOCKER-SLAPD.md
index ed403a9..d2136c5 100644
--- a/README-QUICKSTART-DOCKER-SLAPD.md
+++ b/README-QUICKSTART-DOCKER-SLAPD.md
@@ -121,7 +121,6 @@ ________________________________________________________________________________
 
  ```
  mvn install -Dload.file=./ldap/setup/refreshLDAPData.xml
- mvn install -Dload.file=./ldap/setup/DelegatedAdminManagerLoad.xml
  ```
 
  *These will build the Directory Information Tree (DIT), create the config and data policies needed for the integration test to follow.*