ldap_ld_free
int ldap_ld_free( LDAP *ld, LDAPControl **serverctrls,
ldap_ld_free( ld, NULL, NULL, 0 );
return( ldap_ld_free( ld, NULL, NULL, 1 ) );
return( ldap_ld_free( ld, NULL, NULL, 1 ));
return( ldap_ld_free( ld, serverctrls, clientctrls, 1 ));