Hey, kinda new to managing ldap, I've used AD a...
# troubleshooting
n
Here's a brand new thread for you! Please keep the discussion for this problem in this thread.
n
Hello! The jwt secret is needed to create jwt, session cookies that mean that a user is logged in. They're signed with this private key. The user pass is the initial admin password, you can change it later. And the docker template.toml is a sample config with all the values described. You can either use this or use environment variables, or a mix of both. If you want to use it, rename it to lldap_config.toml
s
So when I go to replace the jwt, should it be somthing specific or literally somthing random
and that should be all I have to do, while of course updating the admin password, I shouldn't have to edit anything else
n
For the jwt secret, it's a seed, so anything random. If you open the config template (lldap_config.docker_template.toml), you see all the config values and their descriptions. You may want to configure SMTP for password reset emails, LDAPS if the server is exposed to the internet, and so on