From 6985d602be73e8c421451b96d6c66f31670c0d7a 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 fdbc23312ae..a0e7bee1dba 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -5494,6 +5494,14 @@ std::vector