/** Install I/O handlers for the bind operation
*
- * @param[in] c connection to StartTLS on.
+ * @param[in] c connection to StartTLS on.
+ * @param[in] bind_dn Identity to bind with.
+ * @param[in] password Password to bind with.
+ * @param[in] serverctrls Extra controls to pass to the server.
+ * @param[in] clientctrls Extra controls to pass to libldap.
* @return
* - 0 on success.
* - -1 on failure.
/**
* $Id$
- * @file lib/ldap/conn.c
+ * @file lib/ldap/connection.c
* @brief Asynchronous connection management functions for LDAP.
*
* @copyright 2017 Arran Cudbard-Bell (a.cudbardb@freeradius.org)
/** Install I/O handlers for the bind operation
*
- * @param[in] c connection to StartTLS on.
+ * @param[in] c connection to StartTLS on.
+ * @param[in] mechs Space delimited list of sasl mechs to try.
+ * @param[in] identity SASL identity to bind with.
+ * @param[in] password Password credential to pass to SASL.
+ * @param[in] proxy identity. May be NULL.
+ * @param[in] realm SASL realm.
+ * @param[in] serverctrls Extra controls to pass to the server.
+ * @param[in] clientctrls Extra controls to pass to libldap.
* @return
* - 0 on success.
* - -1 on failure.
/** Install I/O handlers for Start TLS negotiation
*
- * @param[in] c connection to StartTLS on.
+ * @param[in] c connection to StartTLS on.
+ * @param[in] serverctrls Extra controls to pass to the server.
+ * @param[in] clientctrls Extra controls to pass to libldap.
* @return
* - 0 on success.
* - -1 on failure.
/**
* $Id$
- * @file connection.c
+ * @file src/main/connection.c
* @brief Simple state machine for managing connection states.
*
* @copyright 2017 Arran Cudbard-Bell (a.cudbardb@freeradius.org)