mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
- 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
16 lines
512 B
Diff
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
|