mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-01 10:31:50 +02:00
29 lines
874 B
Diff
29 lines
874 B
Diff
From 4c79fca0ad55ada9907077ed9ba301b28e55db52 Mon Sep 17 00:00:00 2001
|
|
From: Achill Gilgenast <achill@achill.org>
|
|
Date: Wed, 18 Feb 2026 14:18:09 +0100
|
|
Subject: [PATCH 3/4] Use 8443 port by default
|
|
|
|
Default user doesnt have the NET_BIND_SERVICE cap.
|
|
|
|
Signed-off-by: Achill Gilgenast <achill@achill.org>
|
|
---
|
|
examples/server.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/examples/server.toml b/examples/server.toml
|
|
index 7352fb4f49ee..f423dbf4f530 100644
|
|
--- a/examples/server.toml
|
|
+++ b/examples/server.toml
|
|
@@ -6,7 +6,7 @@ version = "2"
|
|
# NET_BIND_SERVICE capability. This accepts a single address
|
|
# or an array of addresses to listen on.
|
|
# Defaults to "127.0.0.1:8443"
|
|
-bindaddress = "[::]:443"
|
|
+bindaddress = "[::]:8443"
|
|
# bindaddress = ["[::]:443", "0.0.0.0:443"]
|
|
#
|
|
# The read-only ldap server bind address. Requires
|
|
--
|
|
2.53.0
|
|
|