summaryrefslogtreecommitdiff
path: root/src/mongo/db/audit.h
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2022-05-10 17:54:01 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-24 05:17:25 +0000
commit4fab61e9c5006e9a4c06860dc9e49e1d422ee859 (patch)
treec383da8e16d40422c3dff8dea6a38c6e2935e256 /src/mongo/db/audit.h
parentd3dae653da44b8cb87ff2a9687c0468aa52b6b44 (diff)
downloadmongo-4fab61e9c5006e9a4c06860dc9e49e1d422ee859.tar.gz
SERVER-66360 Remove multi-user authentication support
Diffstat (limited to 'src/mongo/db/audit.h')
-rw-r--r--src/mongo/db/audit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/audit.h b/src/mongo/db/audit.h
index 684983bf7be..418c73e408c 100644
--- a/src/mongo/db/audit.h
+++ b/src/mongo/db/audit.h
@@ -75,7 +75,7 @@ extern std::function<void(ServiceContext*)> initializeSynchronizeJob;
* roleNames stored in ImpersonatedClientAttrs.
*/
struct ImpersonatedClientAttrs {
- std::vector<UserName> userNames;
+ UserName userName;
std::vector<RoleName> roleNames;
ImpersonatedClientAttrs() = default;