mirror of
https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
synced 2025-03-11 22:13:09 +03:00
Reverse Engineering Notes.md bearbeiten
This commit is contained in:
parent
5b61d0a40e
commit
d30dbced39
@ -96,6 +96,12 @@ openssl rsautl -decrypt -inkey /tmp/private-key.pem -in dls_db_password.bin.raw
|
||||
- It's enough to manipulate database licenses. There must not be changed any line of code to bypass licensing
|
||||
validations.
|
||||
|
||||
Valid users are `dls_writer` and `postgres`.
|
||||
|
||||
```shell
|
||||
docker exec -it <dls:pgsql> psql -h localhost -U postgres
|
||||
```
|
||||
|
||||
# Logging / Stack Trace
|
||||
|
||||
- https://docs.nvidia.com/license-system/latest/nvidia-license-system-user-guide/index.html#troubleshooting-dls-instance
|
||||
|
Loading…
Reference in New Issue
Block a user