You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the freeipa-client is installed and configured before the system-roles-tlog is run then the sssd client will stop to work with the domain that we are connected too.
As shown the tlog removes the domain and ssh + sudo from the sssd.conf this needs to be retained for the domain function of sssd to work the correct way.
if i do id <username> for a IDM user after installing tlog it fails to lookup the user.
I think the role will require to read services and domains first and add the missing services instead of overwriting already configured services.
The text was updated successfully, but these errors were encountered:
Hello
If the freeipa-client is installed and configured before the system-roles-tlog is run then the sssd client will stop to work with the domain that we are connected too.
Before tlog
services = nss, pam, ssh, sudo
domains = nssfiles, pfy.local
After tlog
services = nss, pam
domains = nssfiles
As shown the tlog removes the domain and ssh + sudo from the sssd.conf this needs to be retained for the domain function of sssd to work the correct way.
if i do
id <username>
for a IDM user after installing tlog it fails to lookup the user.I think the role will require to read services and domains first and add the missing services instead of overwriting already configured services.
The text was updated successfully, but these errors were encountered: