| 1 | \syntax{pass DATA} |
| 2 | |
| 3 | \begin{reqdesc} |
| 4 | Pass additional data to the current authentication process. The |
| 5 | \param{DATA} paremeter is the data to be passed, and it is specific |
| 6 | to each authentication mechanism. |
| 7 | \end{reqdesc} |
| 8 | |
| 9 | \revision{1} |
| 10 | \noperm |
| 11 | |
| 12 | \begin{responses} |
| 13 | \response{507} |
| 14 | No authentication process is currently active, so no data was |
| 15 | expected. |
| 16 | \end{responses} |
| 17 | Otherwise, all responses to the \reqref{login} command are valid for |
| 18 | the \texttt{pass} command as well, except the 503 error. |