From 0c24a7ca070a8e71905e2b108cf88bce994b4117 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Mon, 15 Jun 2015 23:31:50 -0400 Subject: [PATCH] More doxygen --- src/modules/rlm_ldap/sasl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/rlm_ldap/sasl.c b/src/modules/rlm_ldap/sasl.c index 4a196e1be9c3..5686f2b5aa89 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.