-
When enabling direct AD authentication using realm join, it will fail unless ports are opened. SSSD and realmd will complain and raise errors during this process and tell you which ports are required.…
-
```
root@x1:~# export LC_ALL=tr_TR.UTF-8
root@x1:~# sssd -d9 -i
[sssd] [check_file] (0x0400): lstat for [/run/sssd.pid] failed: [2][No such file or directory].
[sssd] [check_file] (0x0400): lstat …
ekare updated
6 months ago
-
Too many sequential calls to `realm permit` can cause a race condition where realmd tries to restart sssd multiple times. Systemd will detect it as failure and can't start it up.
That means NO ONE …
-
Hello,
To join a machine to an AD or LDAP domain, SSSD relies on the `realmd` package which is a userspace cli tool to perform the one time join operation (done imperatively).
This is currently …
-
When performing first Puppet run on a minimal CentOS 1804 installation, joining realm using password fails due to missing dependencies.
`
Notice: /Stage[main]/Realmd::Install/Package[sssd]/ensure…
-
I resolved a PEBKAC in #11 and now have this policy working for Splunkforwarders in RHEL 8!
It seems to be functioning fully despite having `dac_read_search` denials like these:
```
type=PROCTI…
-
stdlib is at the version 6.4.0 and your dependencies require (>= 5.2.0 < 6.0.0).
# puppet module install --target-dir /etc/puppetlabs/code/modules/ sgnl05-sssd
Notice: Preparing to install into /e…
-
#### Description of problem:
https://www.stigviewer.com/stig/red_hat_enterprise_linux_8/2023-09-11/finding/V-230238
The above STIG audits the presence of any keytab files in the location: `/etc/*.…
-
In `sssd::domain`, the `dns_discovery_domain` is being validated as a `Bodgitlib::Domain`. This is problematic as SSSD isn't actually asking for domain but a FQDN or SRV.
```puppet
Optional[Bod…
-
Cloned from Pagure issue: https://pagure.io/SSSD/sssd/issue/4146
- Created at 2020-01-27 10:54:59 by [lennart](https://pagure.io/user/lennart)
- Assigned to nobody
---
The upcoming systemd version a…