mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 00:05:50 +03:00
[PR #1271] [CLOSED] server: DB Connection Pool configuration (merged) #1222
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#1222
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/lldap/lldap/pull/1271
Author: @thielj
Created: 9/4/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (9)
3c0598dDB Connection Pool configuration9ffaab4Merge branch 'main' of https://github.com/thielj/lldap51b5febfeat: add PasswordService for async cryptographic operations on background threadd673b9dfix cargo fmt issues ; add server shutdown log statement1a09a5dMerge branch 'lldap:main' into main7edbaacfeat: add readonly mode support to SqlBackendHandler and related components;7de2b24Merge branch 'main' of https://github.com/thielj/lldapef09c91feat: readonly mode support (cont.)951c8f0feat: DB_OPTIONS (cont.)📊 Changes
15 files changed (+843 additions, -163 deletions)
View changed files
📝
crates/domain-handlers/src/handler.rs(+1 -0)📝
crates/sql-backend-handler/Cargo.toml(+1 -0)📝
crates/sql-backend-handler/src/lib.rs(+1 -0)➕
crates/sql-backend-handler/src/password_service.rs(+428 -0)📝
crates/sql-backend-handler/src/sql_backend_handler.rs(+13 -5)📝
crates/sql-backend-handler/src/sql_group_backend_handler.rs(+16 -1)📝
crates/sql-backend-handler/src/sql_opaque_handler.rs(+43 -63)📝
crates/sql-backend-handler/src/sql_user_backend_handler.rs(+37 -5)📝
crates/test-utils/src/lib.rs(+3 -1)📝
lldap_config.docker_template.toml(+18 -13)📝
server/src/cli.rs(+35 -0)📝
server/src/configuration.rs(+65 -4)📝
server/src/main.rs(+92 -28)📝
server/src/tcp_server.rs(+57 -43)➕
test_password_service.rs(+33 -0)📄 Description
See https://github.com/lldap/lldap/pull/1248
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.