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

index 159dbeb240665361fa622019f6efa12c6c58993e..4a196e1be9c3e273f1f099c25cd220c9edf13da4 100644 (file)
@@ -49,7 +49,7 @@ typedef struct rlm_ldap_sasl_ctx {
  * @param handle used for the SASL bind.
  * @param flags data as provided to ldap_sasl_interactive_bind.
  * @param ctx Our context data, containing the identity, password, realm and various other things.
- * @param array of callbacks to provide responses for.
+ * @param sasl_callbacks Array of challenges to provide responses for.
  * @return SASL_OK.
  */
 static int _sasl_interact(UNUSED LDAP *handle, UNUSED unsigned flags, void *ctx, void *sasl_callbacks)