Compare commits
3 Commits
b35e807e3c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| eec9aa290e | |||
| 7c84ec227d | |||
| 2f27421773 |
@@ -2,5 +2,36 @@
|
||||
VMID: 109
|
||||
---
|
||||
|
||||
[project git](https://gitea.dmz.rs/Decentrala/luser)
|
||||
|
||||
runs on OpenBSD 71
|
||||
|
||||
make
|
||||
- all:
|
||||
- man:
|
||||
- deb:
|
||||
- clean:
|
||||
|
||||
## SYNOPSIS
|
||||
|
||||
**python3 run.py**
|
||||
|
||||
## Login - Register
|
||||
|
||||
Web app for adding,delating and modifying users using LDAP called `luser` - LdapUser
|
||||
website redirects to those web pages
|
||||
|
||||
```sh
|
||||
service luser restart
|
||||
```
|
||||
|
||||
|
||||
## Capcha script
|
||||
...
|
||||
|
||||
## COPYRIGHT
|
||||
|
||||
**AGPLv3+**: GNU AGPL version 3 or later <https://gnu.org/licenses/agpl.html>
|
||||
This is *free* software: you are free to change and redistribute it.
|
||||
There is **NO WARRANTY**, to the extent permitted by law.
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
---
|
||||
VMID: 104
|
||||
---
|
||||
|
||||
nginx server
|
||||
|
||||
|
||||
17
kralizec/ldap71/README.md
Normal file
17
kralizec/ldap71/README.md
Normal 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user