]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
More doxygen
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 16 Jun 2015 03:31:50 +0000 (23:31 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 16 Jun 2015 03:31:56 +0000 (23:31 -0400)
src/modules/rlm_ldap/sasl.c

index 4a196e1be9c3e273f1f099c25cd220c9edf13da4..5686f2b5aa896a35601732164ce38fd747d3ee62 100644 (file)
@@ -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.