X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2Fprotocol%2Fcmd%2Fpass.tex;fp=doc%2Fprotocol%2Fcmd%2Fpass.tex;h=95d178494a048c0c56b2af87cb15f366060956e8;hb=43c0eb2d8744a2f2d3690b723eb226dca33c0c3b;hp=0000000000000000000000000000000000000000;hpb=cf9b068afda70d24f416d86faf90a27c39e905ad;p=doldaconnect.git diff --git a/doc/protocol/cmd/pass.tex b/doc/protocol/cmd/pass.tex new file mode 100644 index 0000000..95d1784 --- /dev/null +++ b/doc/protocol/cmd/pass.tex @@ -0,0 +1,18 @@ +\syntax{pass DATA} + +\begin{reqdesc} + Pass additional data to the current authentication process. The + \param{DATA} paremeter is the data to be passed, and it is specific + to each authentication mechanism. +\end{reqdesc} + +\revision{1} +\noperm + +\begin{responses} + \response{507} + No authentication process is currently active, so no data was + expected. +\end{responses} +Otherwise, all responses to the \reqref{login} command are valid for +the \texttt{pass} command as well, except the 503 error.