copilot-swe-agent[bot]
7e64e061d3
Fix clippy collapsible-if warnings in LDAP search code
...
Co-authored-by: nitnelave <796633+nitnelave@users.noreply.github.com >
2025-08-27 17:30:15 +00:00
copilot-swe-agent[bot]
233262efa6
Fix tests and formatting for modifyTimestamp implementation
...
Co-authored-by: nitnelave <796633+nitnelave@users.noreply.github.com >
2025-08-27 08:03:21 +00:00
copilot-swe-agent[bot]
8a8eb4157c
Address review feedback: remove backup file, initialize timestamps with current time, move attributes to Public schema
...
Co-authored-by: nitnelave <796633+nitnelave@users.noreply.github.com >
2025-08-26 22:51:27 +00:00
copilot-swe-agent[bot]
1c92ae60d3
Complete modifyTimestamp implementation - fix remaining test compilation errors
...
Co-authored-by: nitnelave <796633+nitnelave@users.noreply.github.com >
2025-08-26 20:51:47 +00:00
copilot-swe-agent[bot]
a90695a6ce
Implement core modifyTimestamp functionality with database migration and backend support
...
Co-authored-by: nitnelave <796633+nitnelave@users.noreply.github.com >
2025-08-26 20:41:32 +00:00
copilot-swe-agent[bot]
b370360130
Add memberOf attribute definition to LDAP schema
2025-08-21 22:07:02 +02:00
Toby
5c9897b156
ldap: Add missing subschema entries
2025-08-14 16:04:28 +02:00
selfhoster1312
87e9311a44
meta: Fix cargo clippy failures (format strings)
2025-07-16 23:23:08 +02:00
Toby
f8cd7ad023
server, ldap: add support for Subschema requests ( #1071 )
...
Add a subschema entry to the rootDSE, which shows all attributes and
objectclasses present on the LLDAP server, which is needed for some
applications that need to index the LDAP server. The current
implementation's goal is to have a bare minimum working subschema which
follows the LDAP RFC. It also updates the GraphQL interface to follow
the changes that have been made in actually separating out
objectclasses, instead of having them as an attribute.
Co-authored-by: nitnelave <valentin@tolmer.fr >
2025-07-06 23:42:53 +02:00
Valentin Tolmer
b4f636ded9
server: Introduce True/False for filters
...
This should help clean up the filter debug representations
2025-04-25 15:25:26 +09:00
Valentin Tolmer
55de3ac329
server: extract the sql backend handler to a separate crate
2025-04-09 09:30:39 +09:00
Valentin Tolmer
ee21d83056
server: extract ldap operations to a crate
2025-04-09 09:30:39 +09:00