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 4a71948714e16191f7b77bea7d8b00457693d37c
Author: Benoit Tellier <btell...@linagora.com>
AuthorDate: Fri Sep 13 14:43:33 2019 +0700

    JAMES-2882 Add an example for administratorId usage
---
 server/app/src/main/resources/usersrepository.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/server/app/src/main/resources/usersrepository.xml 
b/server/app/src/main/resources/usersrepository.xml
index 112e935..0a64c7c 100644
--- a/server/app/src/main/resources/usersrepository.xml
+++ b/server/app/src/main/resources/usersrepository.xml
@@ -37,7 +37,12 @@
 -->
 <usersrepository name="LocalUsers" 
class="org.apache.james.user.jpa.JPAUsersRepository">
     <algorithm>MD5</algorithm>
-    <enableVirtualHosting>true</enableVirtualHosting>    
+    <enableVirtualHosting>true</enableVirtualHosting>
+
+    <!-- User's name. Allow an user to access to the <a 
href="https://tools.ietf.org/html/rfc4616#section-2";>impersonation command</a>, 
acting on the behalf of any user. -->
+    <!--
+         <administratorId>b...@domain.tld</administratorId>
+    -->
 </usersrepository>
 
 <!-- Read-Only LDAP based UsersRepository -->


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to