diff --git a/authelia/configuration.yml b/authelia/configuration.yml index d25e81d..f84858d 100644 --- a/authelia/configuration.yml +++ b/authelia/configuration.yml @@ -458,18 +458,18 @@ authentication_backend: ## attribute mappings have a default value that this config overrides, you can read more about these default values ## at https://www.authelia.com/c/ldap#defaults implementation: 'lldap' - address: 'ldap://lldap_lldap:3890' + address: 'ldap://192.168.68.48:3890' ## The dial timeout for LDAP in the duration common syntax. timeout: '10 seconds' ## Use StartTLS with the LDAP connection. - # start_tls: false + start_tls: false ## TLS configuration. - tls: + # tls: ## The server subject name to check the servers certificate against during the validation process. ## This option is not required if the certificate has a SAN which matches the address options hostname. - server_name: 'lldap_lldap' + # server_name: 'lldap_lldap' ## Skip verifying the server certificate entirely. In preference to setting this we strongly recommend you add the ## certificate or the certificate of the authority signing the certificate to the certificates directory which is @@ -477,7 +477,7 @@ authentication_backend: ## It's important to note the public key should be added to the directory, not the private key. ## This option is strongly discouraged but may be useful in some self-signed situations where validation is not ## important to the administrator. - skip_verify: true + # skip_verify: true ## Minimum TLS version for the connection. # minimum_version: 'TLS1.2'