22 lines
934 B
YAML
22 lines
934 B
YAML
|
---
|
||
|
lldap_package_url: "https://download.opensuse.org/repositories/home:/Masgalor:/LLDAP/xUbuntu_22.04/amd64/lldap_0.5.0-1+3.1_amd64.deb"
|
||
|
lldap_logging_verbose: "false"
|
||
|
lldap_http_port: "17170"
|
||
|
lldap_http_host: "0.0.0.0"
|
||
|
lldap_ldap_host: "0.0.0.0"
|
||
|
lldap_public_url: http://localhost
|
||
|
lldap_jwt_secret: supersecret
|
||
|
lldap_ldap_base_dn: "dc=example,dc=com"
|
||
|
lldap_admin_username: ladmin # only used on setup
|
||
|
lldap_admin_password: supersecret # also bind-secret; only used on setup
|
||
|
lldap_admin_mailaddress: lldap-admin@mgrote.net # only used on setup
|
||
|
lldap_database_url: "postgres://postgres-user:password@postgres-server/my-database"
|
||
|
lldap_key_seed: supersecretseed
|
||
|
lldap_smtp_from: "LLDAP Admin <info@mgrote.net>"
|
||
|
lldap_smtp_reply_to: "Do not reply <info@mgrote.net>"
|
||
|
lldap_smtp_server: "mail.domain.net"
|
||
|
lldap_smtp_port: "25"
|
||
|
lldap_smtp_smtp_encryption: "NONE"
|
||
|
lldap_smtp_user: "info@mgrote.net"
|
||
|
lldap_smtp_enable_password_reset: "true"
|