Skip to content

Commit

Permalink
Fix #12166: LDAP log message changed
Browse files Browse the repository at this point in the history
Signed-off-by: David Hicks <d@hx.id.au>
  • Loading branch information
dregad authored and davidhicks committed Jul 12, 2011
1 parent 570b0d2 commit 98669e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ldap_api.php
Expand Up @@ -57,7 +57,7 @@ function ldap_connect_bind( $p_binddn = '', $p_password = '' ) {
$t_protocol_version = config_get( 'ldap_protocol_version' );

if( $t_protocol_version > 0 ) {
log_event( LOG_LDAP, "Setting LDAP protocol to to ldap server to " . $t_protocol_version );
log_event( LOG_LDAP, "Setting LDAP protocol version to " . $t_protocol_version );
ldap_set_option( $t_ds, LDAP_OPT_PROTOCOL_VERSION, $t_protocol_version );
}

Expand Down

0 comments on commit 98669e0

Please sign in to comment.