This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit cbf90010efa1b1a0df0e34f58ef70aab51a6c307 Author: Raphael Ouazana <[email protected]> AuthorDate: Thu Jul 9 10:22:14 2020 +0200 [Refactor] Remove unused misleading wrong configuration files --- .../src/test/resources/usersrepository.xml | 31 ---------------------- .../src/test/resources/usersrepository.xml | 31 ---------------------- 2 files changed, 62 deletions(-) diff --git a/server/container/guice/cassandra-ldap-guice/src/test/resources/usersrepository.xml b/server/container/guice/cassandra-ldap-guice/src/test/resources/usersrepository.xml deleted file mode 100644 index 6b94f9a..0000000 --- a/server/container/guice/cassandra-ldap-guice/src/test/resources/usersrepository.xml +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. - --> - -<!-- Read-Only LDAP based UsersRepository --> -<usersrepository name="LocalUsers" - ldapHost="ldap://myldapserver:389" - principal="cn=admin,dc=james,dc=org" - credentials="mysecretpassword" - userBase="ou=People,dc=james,dc=org" - userIdAttribute="uid" - maxRetries="4" - retryStartInterval="0" - retryMaxInterval="8" - retryIntervalScale="1000"/> diff --git a/server/container/guice/cassandra-rabbitmq-ldap-guice/src/test/resources/usersrepository.xml b/server/container/guice/cassandra-rabbitmq-ldap-guice/src/test/resources/usersrepository.xml deleted file mode 100644 index 6b94f9a..0000000 --- a/server/container/guice/cassandra-rabbitmq-ldap-guice/src/test/resources/usersrepository.xml +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. - --> - -<!-- Read-Only LDAP based UsersRepository --> -<usersrepository name="LocalUsers" - ldapHost="ldap://myldapserver:389" - principal="cn=admin,dc=james,dc=org" - credentials="mysecretpassword" - userBase="ou=People,dc=james,dc=org" - userIdAttribute="uid" - maxRetries="4" - retryStartInterval="0" - retryMaxInterval="8" - retryIntervalScale="1000"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
