Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(동작 확인 단계이고 세부 구현은 충분히 확인하지 않았습니다.)
⌨️ What I did
-S
옵션 활성화 시 ascii protocol도 사용할 수 있도록 합니다.sasl
명령을 추가합니다.sasl mech
sasl auth
sasl
계열 명령version
quit
sasl mech
mech
)와 flag(0
)는 dummy 값 입니다.sasl auth
END
응답을 반환합니다.VALUE
와 함께 서버의 data를 응답합니다.sasl
)와 flag(0
)는 dummy 값 입니다.VALUE
응답을 받으면 mechanism 인자가 없는sasl auth
명령을 통해 인증을 계속 진행합니다.VALUE
없는END
응답이 반환될 때까지 인증 step을 계속 진행할 수 있습니다.