*
* @param eap_session The current eap_session.
* @param vps List to hunt for triplets in.
+ * @param idx To write EAP-SIM triplets to.
* @param ess EAP session state.
* @param src Forces triplets to be retrieved from a particular src
* and ensures if multiple triplets are being retrieved
* @param[in] password of the user, may be NULL if no password is specified.
* @param[in] sasl mechanism to use for bind, and additional parameters.
* @param[in] retry whether we're rebinding an existing connection.
+ * @param[in] timeout Maximum time bind is allowed to take.
* @param[in] serverctrls Only used for SASL binds. May be NULL.
* @param[in] clientctrls Search controls for sasl_bind.
* Only used for SASL binds. May be NULL.
/** Initiate an LDAP interactive bind
*
* @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 user.
- * @param[in] password of the user.
- * @param[in] sasl mechanism to use for bind, and additional parameters.
- * @param[in] serverctrls Search controls to pass to the server. May be NULL.
- * @param[in] clientctrls Search controls for ldap_sasl_interactive. May be NULL.
- * @param[out] error message resulting from bind.
- * @param[out] extra information about the error.
+ * @param[in] request Current request, this may be NULL.
+ * @param[in] conn to use. May change as this function calls functions
+ * which auto re-connect.
+ * @param[in] identity of the user.
+ * @param[in] password of the user.
+ * @param[in] sasl mechanism to use for bind, and additional parameters.
+ * @param[in] serverctrls Search controls to pass to the server. May be NULL.
+ * @param[in] clientctrls Search controls for ldap_sasl_interactive. May be NULL.
+ * @param[in] timeout Maximum time bind is allowed to take.
+ * @param[out] error message resulting from bind.
+ * @param[out] extra information about the error.
* @return One of the LDAP_PROC_* (#ldap_rcode_t) values.
*/
ldap_rcode_t rlm_ldap_sasl_interactive(rlm_ldap_t const *inst, REQUEST *request,