Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues if freeIPA are installed on server. #131

Open
kborup-redhat opened this issue Jun 18, 2024 · 2 comments
Open

Issues if freeIPA are installed on server. #131

kborup-redhat opened this issue Jun 18, 2024 · 2 comments

Comments

@kborup-redhat
Copy link

kborup-redhat commented Jun 18, 2024

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.

@richm
Copy link
Contributor

richm commented Jun 18, 2024

@justin-stephenson

@justin-stephenson
Copy link
Collaborator

This seems like a valid request, we did something similar in cockpit-session-recording configuration of Tlog https://github.com/Scribery/cockpit-session-recording/blob/main/src/config.jsx#L521

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants