summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Joseph <tomjoseph@in.ibm.com>2019-02-09 23:10:48 +0530
committerTom Joseph <tomjoseph@in.ibm.com>2019-02-09 23:10:48 +0530
commit615e4fd3c33484956ad335d477d09d76c2c8dcf4 (patch)
tree39ebf82b07c45ff9edfde3b9c251e93437ef8966
parentdc3e8b92c894fdd6648e385565c10b1778bc79dc (diff)
downloadphosphor-net-ipmid-615e4fd3c33484956ad335d477d09d76c2c8dcf4.tar.gz
phosphor-net-ipmid-615e4fd3c33484956ad335d477d09d76c2c8dcf4.zip
Null username support is removed from Get Channel Auth command
Change-Id: I9340c9da524831a68192424c68efc7a4910407d7 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
-rw-r--r--command/channel_auth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/channel_auth.cpp b/command/channel_auth.cpp
index 1b5b604..1ae006b 100644
--- a/command/channel_auth.cpp
+++ b/command/channel_auth.cpp
@@ -32,7 +32,7 @@ std::vector<uint8_t>
response->perMessageAuth = 0; // Per-message Authentication is enabled
response->userAuth = 0; // User Level Authentication is enabled
response->nonNullUsers = 1; // Non-null usernames enabled
- response->nullUsers = 1; // Null usernames enabled
+ response->nullUsers = 0; // Null usernames disabled
response->anonymousLogin = 0; // Anonymous Login disabled
response->reserved4 = 0;
OpenPOWER on IntegriCloud