Home | History | Annotate | Download | only in doc

Lines Matching full:auth

1319         feature support as part of the auth protocol, using EXTENSION_-prefixed
1324 In the authentication protocol (see <xref linkend="auth-protocol"/>) unknown
1332 The authentication protocol supports pluggable auth mechanisms.
1369 <sect1 id="auth-protocol">
1382 <sect2 id="auth-protocol-overview">
1394 <listitem><para>AUTH [mechanism] [initial-response]</para></listitem>
1416 <sect2 id="auth-nul-byte">
1439 <sect2 id="auth-command-auth">
1440 <title>AUTH command</title>
1442 If an AUTH command has no arguments, it is a request to list
1447 If an AUTH command specifies a mechanism, and the server supports
1452 If the server does not support the mechanism given in the AUTH
1479 <sect2 id="auth-command-cancel">
1488 <sect2 id="auth-command-data">
1500 <sect2 id="auth-command-begin">
1513 <sect2 id="auth
1522 available auth mechanisms as arguments. If a server ever provides
1528 <sect2 id="auth-command-ok">
1551 <sect2 id="auth-command-error">
1574 ERROR feature of the auth protocol is an escape hatch that lets us
1578 <sect2 id="auth-examples">
1587 C: AUTH MAGIC_COOKIE 3138363935333137393635383634
1595 C: AUTH
1597 C: AUTH SKEY 7ab83f32ee
1605 <title>Example of client sends unknown command then falls back to regular auth</title>
1609 C: AUTH MAGIC_COOKIE 3736343435313230333039
1615 <title>Example of server doesn't support initial auth mechanism</title>
1617 C: AUTH MAGIC_COOKIE 3736343435313230333039
1619 C: AUTH SKEY 7ab83f32ee
1629 C: AUTH MAGIC_COOKIE 3736343435313230333039
1631 C: AUTH SKEY 7ab83f32ee
1635 C: AUTH SKEY 7ab83f32ee
1645 C: AUTH MAGIC_COOKIE 3736343435313230333039
1647 C: AUTH SKEY 7ab83f32ee
1651 C: AUTH SKEY 7ab83f32ee
1660 <sect2 id="auth-states">
1664 This section documents the auth protocol in terms of
1669 <sect3 id="auth-states-client">
1682 CONTINUE(RESP) means continue the auth conversation
1690 the client side of the auth conversation is finished
1708 default mechanism and sends AUTH MECH RESP, or AUTH MECH if
1719 used to decide which AUTH command to send. When the list is
1754 send AUTH [next mech], goto
1768 BEGIN, terminate auth
1789 Receive OK &rarr; send BEGIN, terminate auth
1795 Receive REJECT [mechs] &rarr; send AUTH [next mech],
1831 Receive REJECT [mechs] &rarr; send AUTH [next mech],
1839 Receive anything else &rarr; terminate auth
1849 <sect3 id="auth-states-server">
1859 CONTINUE(CHALL) means continue the auth conversation and
1892 Receive AUTH &rarr; send REJECTED [mechs], goto
1899 Receive AUTH MECH RESP
1931 auth conversation, disconnect
1984 Receive BEGIN &rarr; terminate auth conversation,
2019 Receive BEGIN &rarr; terminate auth conversation,
2051 <sect2 id="auth-mechanisms">
2057 <sect3 id="auth-mechanisms-sha">