You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/06/26 01:08:58 UTC

[james-project] 20/23: JAMES-3603 Remove unneeded Cassandra App + LDAP guide

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 579e34b1047024ec424542e83d9faf220ab5d03f
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Jun 23 11:42:00 2021 +0700

    JAMES-3603 Remove unneeded Cassandra App + LDAP guide
    
    LDAP is now packaged as part of the main images and can be configured out of the box.
    
    These instructions had been removed from the Distributed App guide,
    we should do the same for the Cassandra App guide...
---
 src/site/markdown/server/install/guice-cassandra.md | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/src/site/markdown/server/install/guice-cassandra.md b/src/site/markdown/server/install/guice-cassandra.md
index 8d31ec6..291b269 100644
--- a/src/site/markdown/server/install/guice-cassandra.md
+++ b/src/site/markdown/server/install/guice-cassandra.md
@@ -58,14 +58,3 @@ Once everything is set up, you just have to run the jar with:
 $ java -Dworking.directory=. -jar target/james-server-cassandra-guice.jar
 ```
 
-## Guice-cassandra-ldap
-
-You can follow the same guide to build and run guice-cassandra-ldap artifact, except that:
- - The **jar** and **libs** needs to be retrieve from server/container/guice/cassandra-ldap-guice/target after compilation
- - The sample configuration can be found in [dockerfiles/run/guice/cassandra-ldap/destination/conf](https://github.com/apache/james-project/tree/master/dockerfiles/run/guice/cassandra-ldap/destination/conf)
- - You need a running LDAP server to connect to.
- - You can then launch James via this command:
-
-```bash
-$ java -Dworking.directory=. -jar target/james-server-cassandra-ldap-guice.jar
-```

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org