aports/testing/kanidm/server-https-port.patch
fossdd 6f60ad9f11 testing/kanidm: minor initd, pre-install and default config fixes
- fix paths with regards to /var/lib/kanidm
- remove non-existant -m option from adduser
- ensure /run/$RC_SVCNAME exists
- update default https port
- warn about missing server certificate
2025-07-13 16:12:34 +02:00

16 lines
512 B
Diff

Default user doesnt have the NET_BIND_SERVICE cap.
---
diff --git a/examples/server.toml b/examples/server.toml
index 3e9d79bde..1acb5dc3d 100644
--- a/examples/server.toml
+++ b/examples/server.toml
@@ -5,7 +5,7 @@ version = "2"
# If the port is set to 443 you may require the
# NET_BIND_SERVICE capability.
# Defaults to "127.0.0.1:8443"
-bindaddress = "[::]:443"
+bindaddress = "[::]:8443"
#
# The read-only ldap server bind address. Requires
# TLS certificates. If set to 636 you may require