From a13474cc66df16f7c9b94ddd7ccb5ea499262039 Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@3a-systems.ru>
Date: Tue, 17 Oct 2023 12:19:35 +0000
Subject: [PATCH] Update README.md: allow store LDAPv3 database in Cassandra/Scylla cluster (#309)

---
 README.md |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index e24a56b..a21f951 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
 OpenDJ is an [LDAPv3](http://tools.ietf.org/html/rfc4510) compliant directory service, which has been developed 
 for the Java platform, providing a high performance, highly available, and secure store for the identities managed 
 by your organization. Its easy installation process, combined with the power of the Java platform makes OpenDJ
-the simplest, fastest directory to deploy and manage.
+the simplest, fastest directory to deploy and manage and allow [store LDAPv3 database in Cassandra/Scylla cluster](https://github.com/OpenIdentityPlatform/OpenDJ/wiki/How-To#store-ldap-catalog-data-in-cassandra-nosql-cluster).
 
 An open source, lightweight, embeddable directory that can easily share real-time customer, device, and user identity data across enterprise, cloud, social, and mobile environments.
 * Massive data scale and high availability providings developers with ultra-lightweight ways to access identity data
@@ -42,7 +42,6 @@
 
 ```bash
 git clone --recursive  https://github.com/OpenIdentityPlatform/OpenDJ.git
-#mvn clean install -f OpenDJ/commons
 mvn clean install -f OpenDJ
 ```
 
@@ -57,15 +56,14 @@
 
 ## Support and Mailing List Information
 * OpenDJ Community Wiki: https://github.com/OpenIdentityPlatform/OpenDJ/wiki
-* OpenDJ Community Mailing List: open-identity-platform-opendj@googlegroups.com
-* OpenDJ Community Archive: https://groups.google.com/d/forum/open-identity-platform-opendj
-* OpenDJ Community on Gitter: https://gitter.im/OpenIdentityPlatform/OpenDJ
+* OpenDJ Community Discussions: https://github.com/OpenIdentityPlatform/OpenDJ/discussions
+* OpenDJ Community Issues: https://github.com/OpenIdentityPlatform/OpenDJ/issues
 * OpenDJ Commercial support RFP: support@3a-systems.ru (English, Russian)
 
 ## Contributing
 Please, make [Pull request](https://github.com/OpenIdentityPlatform/OpenDJ/pulls)
 
-## Thanks
+## Thanks 🥰
 * Sun OpenDS
 * Oracle OpenDS
 * Forgerock OpenDJ

--
Gitblit v1.10.0