From 478de03f7e15ec341aadbdcbca91429a906a70ef Mon Sep 17 00:00:00 2001 From: Matt Benjamin Date: Thu, 30 May 2019 11:15:23 -0400 Subject: [PATCH] rgw: conditionally allow non-unique email addresses Conditionally allow non-unique email address values for builtin RGW users. Fixes: http://tracker.ceph.com/issues/40089 Signed-off-by: Matt Benjamin (cherry picked from commit 974791522007cca6d8fb30e83677f0ddd7c4e71d) Conflicts: src/rgw/rgw_user.cc - changed '_conf.get_val' to '_conf->get_val' --- src/common/options.cc | 8 ++++++++ src/rgw/rgw_user.cc | 8 +++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/common/options.cc b/src/common/options.cc index 8710b57672e6..8bbf94dcdf91 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -6036,6 +6036,14 @@ std::vector