[GH-ISSUE #1032] [BUG] Fix config name in warning "Set server_key to an empty string" #373

Closed
opened 2026-02-27 08:16:55 +03:00 by kerem · 0 comments
Owner

Originally created by @pfaelzerchen on GitHub (Nov 10, 2024).
Original GitHub issue: https://github.com/lldap/lldap/issues/1032

Describe the bug
If a key_seed is set, the following warning is shown. However, server_key does not exist in the config file. The right name is key_file.

WARNING: A key_seed was given, we will ignore the server_key and generate one from the seed! Set server_key to an empty string in the config to silence this message.

To Reproduce
Steps to reproduce the behavior:

  1. Set a key_seed
  2. deploy lldap

Expected behavior
The warning should reference to the right config variable key_file instead of server_key.

see discussion: https://github.com/lldap/lldap/discussions/1030

Originally created by @pfaelzerchen on GitHub (Nov 10, 2024). Original GitHub issue: https://github.com/lldap/lldap/issues/1032 **Describe the bug** If a `key_seed` is set, the following warning is shown. However, `server_key` does not exist in the config file. The right name is `key_file`. ``` WARNING: A key_seed was given, we will ignore the server_key and generate one from the seed! Set server_key to an empty string in the config to silence this message. ``` **To Reproduce** Steps to reproduce the behavior: 1. Set a key_seed 2. deploy lldap **Expected behavior** The warning should reference to the right config variable `key_file` instead of `server_key`. see discussion: https://github.com/lldap/lldap/discussions/1030
kerem 2026-02-27 08:16:55 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#373
No description provided.