Closed yatesco closed 1 year ago
This statement is misplaced in your Rust code:
ldap.unbind().await.unwrap();
Comment it out and try again. The Unbind operation unconditionally drops the connection.
I'm an idiot.
I'm not going to give the above comment a thumbs up to avoid misunderstanding, but you made my day :smiley: Don't worry, glitches happen.
Hi - I'm trying to convert a Java LDAP client to use this library and am consistently getting LDAP error 2 when authenticating with credentials that pass using the Java client.
The java client:
The rust client:
My understanding is that the two are essentially identical in terms of authenticating, but the Rust fails with:
I appreciate this is very little to go on, but have I missed something? Help :-). Thanks!