This is an automated email from the ASF dual-hosted git repository. btellier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
from ad93e97940 [FIX] Silent verbose SSL logs in SMTP (#2578) new b4b130d0f6 JAMES-4098 UsersRepository should support multiple administrators new 7761e48b02 JAMES-4098 ReadOnlyUsersLDAPRepository::isAdministrator should take into account the multiple administrators if configured The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../partials/configure/usersrepository.adoc | 6 +++ .../sample-configuration/usersrepository.xml | 12 +++++ .../sample-configuration/usersrepository.xml | 4 ++ .../cassandra/CassandraUsersRepositoryTest.java | 21 ++++++++ .../james/user/jpa/JpaUsersRepositoryTest.java | 21 ++++++++ .../user/ldap/ReadOnlyUsersLDAPRepository.java | 23 +++++++-- .../user/ldap/ReadOnlyUsersLDAPRepositoryTest.java | 56 ++++++++++++++++++++++ .../apache/james/user/lib/UsersRepositoryImpl.java | 29 +++++++++-- .../james/user/lib/UsersRepositoryContract.java | 22 ++++++++- .../user/memory/MemoryUsersRepositoryTest.java | 23 +++++++++ src/site/xdoc/server/config-users.xml | 4 ++ 11 files changed, 210 insertions(+), 11 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org