plusplusjiajia commented on a change in pull request #52:
URL: https://github.com/apache/directory-kerby/pull/52#discussion_r479974139



##########
File path: 
kerby-kerb/kerb-admin-server/src/main/java/org/apache/kerby/kerberos/kerb/admin/server/kadmin/AdminServerHandler.java
##########
@@ -103,6 +104,10 @@ public ByteBuffer handleMessage(ByteBuffer receivedMessage,
                 System.out.println("message type: export keytab req");
                 responseMessage = handleExportKeytabReq(localKadmin, 
fieldInfos);
                 break;
+            case CHANGE_PWD_REQ:
+                System.out.println("message type changePwd req");

Review comment:
       This message is better to be "message type: change password req".




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to