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 bc383b316d0b4effc1543f83a58e808fc443585e Author: Benoit Tellier <[email protected]> AuthorDate: Fri Apr 2 18:40:35 2021 +0700 JAMES-3302 Remove run section for LDAP Merged with the regular one. --- .../pages/distributed/configure/usersrepository.adoc | 4 ++-- docs/modules/servers/pages/distributed/run.adoc | 20 -------------------- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/docs/modules/servers/pages/distributed/configure/usersrepository.adoc b/docs/modules/servers/pages/distributed/configure/usersrepository.adoc index 4f836d5..f321f42 100644 --- a/docs/modules/servers/pages/distributed/configure/usersrepository.adoc +++ b/docs/modules/servers/pages/distributed/configure/usersrepository.adoc @@ -40,8 +40,8 @@ acting on the behalf of any user. == Configuring a LDAP -If you run the LDAP fashion of the distributed server, you need to configure the properties for accessing -your LDAP server in this file. +Alternatively you can authenticate your users against a LDAP server. You need to configure +the properties for accessing your LDAP server in this file. Consult this link:https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf/usersrepository.xml[example] to get some examples and hints. diff --git a/docs/modules/servers/pages/distributed/run.adoc b/docs/modules/servers/pages/distributed/run.adoc index ab1081f..16afdb8 100644 --- a/docs/modules/servers/pages/distributed/run.adoc +++ b/docs/modules/servers/pages/distributed/run.adoc @@ -83,24 +83,4 @@ objectstorage.s3.endPoint=http://s3.docker.test:8000/ objectstorage.s3.region=eu-west-1 objectstorage.s3.accessKeyId=accessKey1 objectstorage.s3.secretKey=secretKey1 ----- - -== Guice-cassandra-rabbitmq-ldap - -You can follow the same guide to build and run -guice-cassandra-rabbitmq-s3-ldap artifact, except that: - - * The *jar* and *libs* needs to be retrieve from -server/container/guice/cassandra-rabbitmq-ldap-guice/target after -compilation - * The sample configuration can be found in -https://github.com/apache/james-project/tree/master/dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf[dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf] - * You need to configure James to be connecting to a running LDAP server. -The configuration file is located in -https://github.com/apache/james-project/tree/master/dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf/usersrepository.xml[dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf/usersrepository.xml] - * You can then launch James via this command: - -[source,bash] ----- -$ java -Dworking.directory=. -jar target/james-server-cassandra-rabbitmq-ldap-guice.jar ---- \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
