MaartenUreel
MaartenUreel
We configured LDAP authentication but it's not working for us. Our users have DN's like this: cn=Firstname Lastname,ou=people,dc=ourcompany,dc=ch On those users there is an attribute 'uid' with value `firstname.lastname` which...
I'm using Sultan for an automated installation script internally. I would always like to see the output. Now I do that like this: ``` r = s.sh('./configure').run() print('\n'.join(r.stdout)) ``` But...
### Describe the feature you'd like Provide functionality for confidentiality. Confidentiality does not necessarily control access to a certain document, but it could. It would be helpful so that confidentiality...
Hello I created a file `/root/.spf-toolsrc`: ``` DOMAIN=our-domain.eu ORIG_SPF=spf-orig.our-domain.eu DESPF_SKIP_DOMAINS= DNS_TIMEOUT=5 DNS_SERVER=1.1.1.1 TOKEN=cloudflare_token_here [email protected] ``` If I run this from `/opt/spf-tools`, where I checked out your repository: `./despf.sh | ./normalize.sh...
If I understood correctly, you will always remove the other versions of the backups. However it might make sense to keep e.g. the last 14 versions, no? Would you feel...
I am running into issues with the GPG encryption: ``` INFO: gpg: problem with the agent: Inappropriate ioctl for device INFO: gpg: error creating passphrase: Operation cancelled ``` While this...