copilot-swe-agent[bot]
92666503a0
Apply cargo fmt formatting
...
Co-authored-by: nitnelave <796633+nitnelave@users.noreply.github.com >
2026-03-13 00:28:07 +00:00
copilot-swe-agent[bot]
2042c5e005
Reject LDAP equality filters on list custom attributes with UnwillingToPerform error
...
Co-authored-by: nitnelave <796633+nitnelave@users.noreply.github.com >
2026-03-12 23:38:40 +00:00
copilot-swe-agent[bot]
24e840cd1b
Initial plan
2026-03-12 23:21:33 +00:00
dependabot[bot]
2ad634deda
build(deps): bump docker/setup-qemu-action from 3 to 4
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 3 to 4.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-04 22:13:24 +01:00
dependabot[bot]
155bda6bbf
build(deps): bump actions/download-artifact from 7 to 8
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-27 22:01:45 +01:00
dependabot[bot]
7d1593e266
build(deps): bump actions/upload-artifact from 6 to 7
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-27 18:48:41 +01:00
Sertonix
8c8df11250
cargo: Update wasm-bindgen and lettre
2026-02-24 14:17:17 +01:00
Santi Gonzalez
aa1384939b
example_config: fix HA for blank displayName
2026-02-19 00:15:12 +01:00
lyzstrik
6f94134fdc
refactor(server): migrate to rustls 0.23 and centralize TLS logic ( #1389 )
...
This commit upgrades the TLS stack to Rustls 0.23
Key changes:
- Dependencies: Updated 'rustls' (v0.23), 'tokio-rustls' (v0.26), and 'actix-web' (v4.12.1).
- Build Fix: Configured 'rustls' to use the 'ring' provider (disabling default 'aws-lc-rs') to ensure ARMv7 compatibility.
- Refactor: Created 'server/src/tls.rs' to handle certificate loading (DRY).
- LDAP: Updated 'ldap_server.rs' to use the new TLS module and Rustls APIs.
- Healthcheck: Updated 'healthcheck.rs' to use Rustls 0.23 types.
2026-01-31 09:47:11 +01:00
Valentin Tolmer
d1904a2759
readme: Add a link to TrueNAS installation guide
2026-01-31 09:42:12 +01:00
Asher Densmore-Lynn
02d92c3261
example_configs: Add Apache WebDAV
2026-01-31 09:41:53 +01:00
Michael Reid
48058540ec
example_configs: Installing and Configuring LLDAP on TrueNAS
2026-01-31 09:36:18 +01:00
Copilot
618e3f3062
Fix cn attribute case-insensitive matching in LDAP equality filters ( #1363 )
2026-01-31 09:34:10 +01:00
jakob42
cafd3732f0
example_configs: add Continuwuity
2026-01-23 13:51:26 +01:00
dependabot[bot]
8588d4b851
build(deps): bump actions/checkout from 6.0.1 to 6.0.2
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v6.0.1...v6.0.2 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-22 21:28:51 +01:00
Hobbabobba
2f70e2e31f
example_configs: add Semaphore
2026-01-13 19:09:36 +01:00
lwintermelon
a9d04b6bdf
example_config: Add gerrit
2026-01-09 08:02:06 +01:00
Osi Bluber
c03f3b5498
docs(bootstrap): add password_file for user configs
2026-01-07 18:45:32 +01:00
Copilot
ac55dfedc4
app: Remove password length validation from login form
2026-01-06 23:37:01 +01:00
josef
62ae1d73fa
app: asterisk for mail attribute when creating a user
2025-12-24 22:53:17 +01:00
Valentin Tolmer
469f35c12c
cargo: Update dependencies
2025-12-24 15:33:30 +01:00
dependabot[bot]
ee9fec71a5
build(deps): bump actions/upload-artifact from 4 to 6
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v6 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-12 23:23:32 +01:00
dependabot[bot]
9cbb0c99e2
build(deps): bump actions/download-artifact from 6 to 7
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-12 23:00:34 +01:00
dependabot[bot]
81e985df48
build(deps): bump actions/cache from 4 to 5
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-12 23:00:12 +01:00
Robert Cambridge
a136a68bf4
example_configs: add sample group query to Grafana guide
2025-12-04 18:09:08 +01:00
dependabot[bot]
8f0022a9f1
build(deps): bump actions/checkout from 6.0.0 to 6.0.1
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v6.0.0...v6.0.1 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 22:28:44 +01:00
dependabot[bot]
fc7b33e4b3
build(deps): bump actions/checkout from 5.0.1 to 6.0.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5.0.1 to 6.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5.0.1...v6.0.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-21 00:42:49 +01:00
dependabot[bot]
a9b5147a30
build(deps): bump actions/download-artifact from 4 to 6
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v4...v6 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-17 23:42:22 +01:00
dependabot[bot]
4de069452f
build(deps): bump actions/checkout from 5.0.0 to 5.0.1
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5.0.0...v5.0.1 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-17 22:47:42 +01:00
copilot-swe-agent[bot]
e5c28a61d9
ldap: Fix LDAP base scope search to return NoSuchObject for non-existent entries
...
Added logic to return LdapResultCode::NoSuchObject (error 32) when a base scope
search returns no results, instead of returning Success with zero entries. This
aligns with RFC 4511 LDAP specification.
2025-11-16 15:20:06 +01:00
Valentin Tolmer
c5e0441cae
clippy: remove unnecessary elided lifetimes
2025-11-16 15:03:52 +01:00
Shawn Wilsher
a959a50e07
server: allow specifying the healthcheck addresses
...
This change adds two new optional configuration options:
- `ldap_healthcheck_host` to pair with `ldap_host`
- `http_healthcheck_host` to pair with `http_host`
These both default to `localhost` to preserve the existing behavior.
Fixes #700
2025-11-16 15:03:40 +01:00
Tobias Jungel
ab4389fc5f
fix(bootstrap): set shopt nullglob
...
Set the `nullglob` option in the bootstrap script to handle cases where
no files match a glob pattern.
This prevents the following error when the folder exists without json
files:
```
/bootstrap/group-configs/*.json: jq: error: Could not open file /bootstrap/group-configs/*.json: No such file or directory
```
2025-11-09 22:35:50 +01:00
Tobias Jungel
ddcbe383ab
docs: Rename 'mail_alias' to 'mail-alias' in example config ( #1346 )
...
The example included an invalid character `_` for the attribute `name`
This resulted in:
```
Cannot create attribute with invalid name. Valid characters: a-z, A-Z, 0-9, and dash (-). Invalid chars found: _
```
This fixes the example by using a `-`.
2025-11-09 12:07:44 +01:00
Sören
eee42502f3
docs: fix example_configs path
...
from ./example_configs to ../example_configs
2025-10-21 15:42:06 +02:00
thchha
660301eb5f
example_configs: add initial gogs.md documentation
...
Gogs is the origin for common git forges so we add a documentation which
may be beneficial for other use cases where lldap should be used with.
It appears to be in mantenance mode - the current example may have to be
extended in the future.
We adapt the official documentation example configuration to integrate
lldap with the more elaborated example.
The reader may also be interested in a more simple example at
[upstream](https://github.com/gogs/gogs/blob/main/conf/auth.d/ldap_simple_auth.conf.example ).
2025-10-21 00:07:46 +02:00
Nassim Bounouas
73f071ce89
docs: lldap password in docker install corrected
2025-10-18 12:44:59 +02:00
Copilot
28ef6e0c56
example_configs: mailserver,
...
fix outdated roundcube mounts and filters
2025-10-18 12:20:29 +02:00
Shawn Wilsher
a32c8baa25
misc: improve vscode devcontainer experience
...
This change enables a better IDE experience in vscode by doing two
things:
1) Enables the rust-analyzer, which enables a bunch of features in
vscode
2) Installs the needed deps for `cargo fmt` to work.
2025-10-14 11:54:48 +02:00
Copilot
bf5b76269f
server: Refactor config_overrides to use Option::inspect
...
To reduce cyclomatic complexity.
2025-10-12 20:14:20 +02:00
Hendrik Sievers
c09e5c451c
example_configs: update SSSD guide
2025-10-11 08:39:25 +02:00
Valentin Tolmer
1382c67de9
server: Extract configuration utilities
2025-10-10 23:28:35 +02:00
Copilot
0f8f9e1244
server: split up update_user_with_transaction
2025-10-10 09:01:52 +02:00
Webysther Sperandio
9a83e68667
app: Set a key for user/group creation buttons
...
That prevents them from jumping around when changing pages.
2025-10-10 00:28:11 +02:00
Copilot
3f9880ec11
server: Move LDAP search tests to their respective implementation files
...
Move user and group tests to their respective implementation files
User tests → core/user.rs:
- test_search_regular_user
- test_search_readonly_user
- test_search_member_of
- test_search_user_as_scope
- test_search_users
- test_pwd_changed_time_format
Group tests → core/group.rs:
- test_search_groups
- test_search_groups_by_groupid
- test_search_groups_filter
- test_search_groups_filter_2
- test_search_groups_filter_3
- test_search_group_as_scope
Tests remain in search.rs:
- DSE/schema tests
- General search logic tests
- Filter tests
- Error handling tests
- OU search tests
- Mixed user/group tests
2025-10-10 00:21:32 +02:00
Valentin Tolmer
94007aee58
readme: Add a link to the configuration guide's readme
2025-10-04 23:24:46 +02:00
Copilot
9e9d8e2ab5
graphql: split query.rs and mutation.rs into modular structures ( #1311 )
2025-10-04 23:09:36 +02:00
Lucas Sylvester
18edd4eb7d
example_configs: update portainer group membership and filter attributes
...
The current descriptions is wrong, and will make portainer try to assign "group" to be a member of "group" instead of the assign the "user" to be a part of "group"
2025-10-04 22:16:00 +02:00
Jonas Resch
3cdf2241ea
example_configs: Improve bootstrap.sh and documentation for use with Kubernetes ( #1245 )
2025-09-28 14:02:06 +02:00
thchha
9021066507
example_configs: Add configuration example for Open WebUI
...
This documents a working (LDAPS) configuration for using lldap in Open WebUI.
Environment Variables where directly taken from the logs.
The names of the GUI variables are taken from the UI.
Version v0.6.26.
The two configuration options are then put in a table and a small
elaboration + example values are provided.
Other then additionally mounting the ca chain into the container (with appropriate rights) there were not additional steps required.
The ownership of the ca chain will get changed to `chown 501:`.
2025-09-28 13:55:29 +02:00