fmt and review feedback

This commit is contained in:
William Brown 2025-03-11 11:50:29 +10:00
parent 4094bc57c6
commit c041cf11be
2 changed files with 1 additions and 2 deletions
server
core/src
testkit/tests/testkit

View file

@ -171,7 +171,7 @@ async fn ldap_tls_acceptor(
info!("Stopped {}", super::TaskName::LdapActor);
}
/// TLS LDAP Listener, hands off to [client_process]
/// PLAIN LDAP Listener, hands off to [client_process]
async fn ldap_plaintext_acceptor(
listener: TcpListener,
qe_r_ref: &'static QueryServerReadV1,

View file

@ -14,4 +14,3 @@ async fn test_ldap_basic_unix_bind(test_env: &AsyncTestEnvironment) {
assert_eq!(whoami, Some("u: anonymous@localhost".to_string()));
}