[Draft] Implement Early deletion by Submitter #37 #38

Merged
ben merged 15 commits from ben/Jobboerse:main into main 2023-01-28 18:00:00 +01:00
Showing only changes of commit 3bc0fa3da0 - Show all commits

fix excessive/missing blank lines

Bennet Bleßmann 2022-10-08 01:49:08 +02:00 committed by Bennet Bleßmann
Signed by: ben
GPG key ID: 3BE1A1A3CBC3CF99

View file

@ -52,6 +52,7 @@ See [PR 49](https://github.com/seanmonstar/pretty-env-logger/pull/49) in the pre
Config
------
The config file uses the toml format.
The expected fields are defined by the `ProgramConfig` struct in `./src/server_config.rs`.
@ -81,7 +82,6 @@ The `starttls` options defines whether StartTLS should be used (default is true,
The `ldap_user_dn` contains a pattern for the user dn for simple bind as well as search `%{username}` is replaced by the ldap-dn-escaped username.
The `dap_user_filter` specifies a filter pattern for an ldap search, `%{username}` is replaced by the ldap-escaped username.
`THIRDPARTY.toml`
-----------------
@ -111,7 +111,6 @@ cargo-deny (installed separately): `cargo deny check`
cargo-msrc (installed separately): `cargo msrv --verify`
Cutting a Release
-----------------