mobilizon: try to fix ldap login

This commit is contained in:
Sandro - 2023-09-25 01:48:55 +02:00
parent 58e5dedbb4
commit 98bc602fe5
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 2 deletions

View File

@ -31,13 +31,13 @@
base = ldap.userBaseDN;
bind_uid = ldap.searchUID;
bind_password = settingsFormat.lib.mkGetEnv { envVariable = "MOBILIZON_LDAP_BIND_PASSWORD"; };
group = true;
# group = true;
host = ldap.domainName;
port = ldap.port;
require_bind_for_search = true;
ssl = true;
sslopts = [ { cacertfile = "/etc/ssl/certs/ca-certificates.crt"; } ];
uid = ldap.userField;
uid = ldap.mailField; # https://framagit.org/framasoft/mobilizon/-/issues/1116
};
":logger" = {
# level = { value = ":notice"; _elixirType = "atom"; };