Compare commits

2 Commits

Author SHA1 Message Date
coja 7c84ec227d [Nginx] init 2025-10-22 19:57:26 +02:00
coja 2f27421773 [LDAP] server restart 2025-10-22 19:56:01 +02:00
2 changed files with 20 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
--- ---
VMID: 104 VMID: 104
--- ---
nginx server
+17
View File
@@ -0,0 +1,17 @@
---
VMID: 109
---
OpenBSD with ldap service
192.168.1.15
Restart the service
```sh
rcctl check ldapd
rcctl stop ldapd
rcctl start ldapd
```