-
On the first Git task, the password for the Storage Server is not working when trying to SSH into it
-
If I have a Storage Zone and a Pull Zone defined in Terraform, renaming the Storage Zone causes a recreation operation. This creates a bit of a race condition when Terraform tries to delete a pull zon…
-
#### Brief summary of issue / Description of requested feature:
Switching the character login passwords between the operating system password manager and the plain text option twice in the same sessi…
-
### Bareos component version
23.0.3
### Steps to reproduce
I have two storages for copy jobs, and two pools on each storage for consolidation jobs.
```
Storage {
Name = storage-1
Ad…
-
Complete password-based puzzles to get buffs, bonuses, and more to assist in future passwords & conditions.
The user will have HP and checks to manage through various passwords, climb through thre…
-
Hi,
While plaintext and md5 work as `storage_password`, it looks like something like the above doesn't work:
```
user "foo" {
authentication "scram-sha-256"
storage "postgres_server…
-
按照官方文档的配置
https://docs.taosdata.com/third-party/collection/kafka/
root@pcserver006:~/kafka_2.13-3.7.0/bin# curl http://localhost:8083/connectors
["TDengineSourceConnector"]root@pcserver006:~/kafka_…
-
Storing passwords in databases #7 should not be done in cleartext, but carbon doesn't provide any hashing algorithms at the moment, for example sha256 and sha512.
Some other cryptographic algorithms t…
-
Thanks for your work! I met below error when I run download_tool.py. Could you tell me how to fix it? Thanks!
Traceback (most recent call last):
File "/storage/yangyanming/Objaverse/download_too…
-
Use bcrypt (Blowfish-based algorithm) as a more secure method to store passwords.
http://www.openwall.com/phpass/ is one of the implementations that can fall back to weaker algorithms if blowfish is …