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 2023/03/28 13:12:29 UTC

[directory-fortress-core] branch master updated: + version in container

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 7dcc36f9 + version in container
7dcc36f9 is described below

commit 7dcc36f90e33dc07458c7ea6181a77abedc7b9a7
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Tue Mar 28 08:12:23 2023 -0500

    + version in container
---
 README-QUICKSTART-DOCKER-SLAPD.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README-QUICKSTART-DOCKER-SLAPD.md b/README-QUICKSTART-DOCKER-SLAPD.md
index bb397ed7..86511509 100644
--- a/README-QUICKSTART-DOCKER-SLAPD.md
+++ b/README-QUICKSTART-DOCKER-SLAPD.md
@@ -137,6 +137,12 @@ f. connect via bash
 docker exec -it openldap bash
 ```
 
+g. version of slapd running in container
+
+```bash
+root@c88f854e2e73:/# /opt/symas/lib/slapd -VV
+```
+
 ## SECTION 3. Apache Fortress Core Setup
 
 1. Prepare your terminal for execution of maven commands.