Ruben Herold
Ruben Herold
**sysPass Version** 3.2 docker install **Describe the question** I tried to install syspass at our company and connect it to the active directory. But I'm not clear if it works...
hi, since pdns 4.1 it is possible to handle all dnssec related stuff via the api: https://doc.powerdns.com/authoritative/http-api/cryptokey.html Please support this changes.
hi, please add groups so that more than one user can edit a domain.
hi, I have migrated an old keepalived setup to 2.2.4. Now it is running since one week, I got a notification about the memory usage: pmap 9294 | tail -n...
hi, i try: `python3 /tmp/check_mongodb.py -a admin -u admin -p $adminpw -H "[$IPV6_Hostname]" -A replication_lag_percent -P 27017` I got: `CRITICAL - General MongoDB Error: not authorized on local to execute...
hi, I try to find a check module for our nginx servers, so I stumbled over this repo. I saw that there is nothing happend in the last year. Is...
hi, the module can't build against 5.10.0-5-amd64: 1. I got : sudo dkms install rts_pstor/1.11 Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area...(bad exit status: 2)...
hi, please add ldap self auth like apache see: Options FollowSymLinks MultiViews AuthType Basic AuthBasicProvider ldap AuthName "Active Directory" AuthLDAPBindAuthoritative off AuthLDAPInitialBindAsUser on AuthLDAPInitialBindPattern (.+) [email protected] AuthLDAPURL "ldap://server1 server2/DC=example,DC=de?samaccountname?sub" require...
hi, try to install icinga on centos stream 9 but failed with: Status code: 404 for https://packages.icinga.com/centos/9/release/repodata/repomd.xml
hi, your code is not IPv6 save: ``` if($GelfServer -notmatch "^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$") { $GelfServer = [String]$([System.Net.Dns]::GetHostAddressesAsync($GelfServer)).Result[0] } # Create a UDP client to be used to send data $Address = [system.net.IPAddress]::Parse($GelfServer)...