X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fsource%2Flibmemcached%2Fmemcached_sasl.rst;h=e87451ae5ef4a8933be28419d00972a7aa2ab0c2;hb=e20117720ca0fa133781b62c43aab59fe864b390;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..e87451ae 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 ------- - +RETURN VALUE +------------ :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 --------