From 20b6fe92da337e6c821ace44a0ba66e8ce1c34f1 Mon Sep 17 00:00:00 2001 From: sticky-note Date: Tue, 3 Jan 2023 15:03:53 +1100 Subject: [PATCH 1/2] chore(ldap): update openldap client to `openldap26-client` for FreeBSD --- alcali/osfamilymap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alcali/osfamilymap.yaml b/alcali/osfamilymap.yaml index 49a3f4f..ca6b37c 100644 --- a/alcali/osfamilymap.yaml +++ b/alcali/osfamilymap.yaml @@ -28,7 +28,7 @@ FreeBSD: directory: /usr/local/share/alcali service: init_delay: 3 # First time, it may takes a little time to gunicorn to pop - ldap_pks: ['openldap24-client'] + ldap_pks: ['openldap26-client'] rootgroup: wheel OpenBSD: From 3aa8f036ef6d613b0d119b10db3e5bcbe6b027b5 Mon Sep 17 00:00:00 2001 From: sticky-note Date: Tue, 3 Jan 2023 15:49:54 +1100 Subject: [PATCH 2/2] chore(defaults): pull `develop` branch by default --- alcali/defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alcali/defaults.yaml b/alcali/defaults.yaml index 00243f7..ec6f709 100644 --- a/alcali/defaults.yaml +++ b/alcali/defaults.yaml @@ -4,7 +4,7 @@ alcali: deploy: repository: https://github.com/latenighttales/alcali.git - rev: v3003.1.0 + rev: develop user: alcali group: alcali directory: /opt/alcali