You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by GitBox <gi...@apache.org> on 2020/09/01 06:05:48 UTC

[GitHub] [directory-kerby] liujiayi771 commented on a change in pull request #52: DIRKRB-749

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



##########
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:
       Already fixed.




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org