From: Arran Cudbard-Bell Date: Tue, 16 Jun 2015 03:31:50 +0000 (-0400) Subject: More doxygen X-Git-Tag: release_3_0_9~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c24a7ca070a8e71905e2b108cf88bce994b4117;p=thirdparty%2Ffreeradius-server.git More doxygen --- diff --git a/src/modules/rlm_ldap/sasl.c b/src/modules/rlm_ldap/sasl.c index 4a196e1be9c..5686f2b5aa8 100644 --- a/src/modules/rlm_ldap/sasl.c +++ b/src/modules/rlm_ldap/sasl.c @@ -94,7 +94,8 @@ static int _sasl_interact(UNUSED LDAP *handle, UNUSED unsigned flags, void *ctx, * @param[in] inst rlm_ldap configuration. * @param[in] request Current request, this may be NULL, in which case all debug logging is done with radlog. * @param[in] conn to use. May change as this function calls functions which auto re-connect. - * @param[in] identity of the use. + * @param[in] identity of the user. + * @param[in] password of the user. * @param[in] sasl mechanism to use for bind, and additional parameters. * @param[out] error message resulting from bind. * @param[out] extra information about the error.