X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcached%2Fmemcached_sasl.rst;h=3be3f2b6f6b9b3413d1c820598a883c256a40eca;hb=90bb4fb5810353d35ce5575caa3b0a2139e3f4a1;hp=6b1a0121d87d4ac15c3dd0422bdf882cba0aa511;hpb=28c4d79e109e11d7d2a9f3189de57da28302ec68;p=m6w6%2Flibmemcached diff --git a/docs/source/libmemcached/memcached_sasl.rst b/docs/source/libmemcached/memcached_sasl.rst index 6b1a0121..3be3f2b6 100644 --- a/docs/source/libmemcached/memcached_sasl.rst +++ b/docs/source/libmemcached/memcached_sasl.rst @@ -1,11 +1,8 @@ -============ SASL support ============ .. index:: object: memcached_st - --------- SYNOPSIS -------- @@ -21,13 +18,9 @@ SYNOPSIS Compile and link with -lmemcached - - ------------ DESCRIPTION ----------- - libmemcached(3) allows you to plug in your own callbacks function used by libsasl to perform SASL authentication. @@ -42,19 +35,13 @@ in memory. If you choose to use this method you have to call :type:`memcached_destroy_sasl_auth_data` if you specify your own callback function with :func:`memcached_set_sasl_callbacks`. - ------- RETURN ------ - :func:`memcached_get_sasl_callbacks` returns the callbacks currently used by this memcached handle. :func:`memcached_set_sasl_auth_data` returns `MEMCACHED_SUCCESS` upon success. - - --------- SEE ALSO --------