Compare commits

...

2 Commits

Author SHA1 Message Date
7c84ec227d [Nginx] init 2025-10-22 19:57:26 +02:00
2f27421773 [LDAP] server restart 2025-10-22 19:56:01 +02:00
2 changed files with 20 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
---
VMID: 104
---
nginx server

17
kralizec/ldap71/README.md Normal file
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
```