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

Add ability to disable sssd services from starting #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

testeddoughnut
Copy link
Contributor

It seems Debian 12 defaults to socket activation of the sssd responders. This adds the ability to omit the services option in sssd's config.

Example errors when sssd starts without this change:

sssd_check_socket_activated_responders[36889]: [sssd] [main] (0x0070): Misconfiguration found for the sudo responder.
sssd_check_socket_activated_responders[36889]: The sudo responder has been configured to be socket-activated but it's still mentioned in the services' line in /etc/sssd/sssd.conf.
sssd_check_socket_activated_responders[36889]: Please, consider either adjusting your services' line in /etc/sssd/sssd.conf or disabling the sudo's socket by calling:
sssd_check_socket_activated_responders[36889]: "systemctl disable sssd-sudo.socket"

It seems Debian 12 defaults to socket activation of the sssd responders.
This adds the ability to omit the services option in sssd's config.

Signed-off-by: M. David Bennett <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant