X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2Fprotocol%2Fcmd%2Flsauth.tex;fp=doc%2Fprotocol%2Fcmd%2Flsauth.tex;h=ba5f697c3e85146b0cdaa8a1130dbf328932133f;hb=43c0eb2d8744a2f2d3690b723eb226dca33c0c3b;hp=0000000000000000000000000000000000000000;hpb=cf9b068afda70d24f416d86faf90a27c39e905ad;p=doldaconnect.git diff --git a/doc/protocol/cmd/lsauth.tex b/doc/protocol/cmd/lsauth.tex new file mode 100644 index 0000000..ba5f697 --- /dev/null +++ b/doc/protocol/cmd/lsauth.tex @@ -0,0 +1,20 @@ +\syntax{lsauth} + +\begin{reqdesc} + Return the available methods of authentication. +\end{reqdesc} + +\revision{1} +\noperm + +\begin{responses} + \response{200 MECH} + One of these lines is returned for every supported authentication + mechanism. The \param{MECH} parameter is the name of one supported + authentication mechanism. + \response{201} + A 201 response indicates that the daemon supports no authentication + mechanism. Since it is impossible to do anything meaningfully + without authenticating, this should never happen, but it could still + happen e.g. in the case of a configuration error. +\end{responses}