Hi,

By checking the port 389 you are checking whether IPA or another LDAP server is started. That is not directly related to SSSD.

To know whether SSSD is started, you can use: `systemctl is-active sssd.service` (assuming you use systemd), or `pgrep sssd` (but this can throw wrong results if you also run SSSD inside containers in your host).

And to know whether the domains are active: `sssctl domain-status DOMAIN`

HTH,

On Wed, Oct 23, 2024 at 8:47 AM seojeong kim via sssd-users <sssd-users@lists.fedorahosted.org> wrote:
plus,   this is I'm checking  in ipa client side!
--
_______________________________________________
sssd-users mailing list -- sssd-users@lists.fedorahosted.org
To unsubscribe send an email to sssd-users-leave@lists.fedorahosted.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedorahosted.org/archives/list/sssd-users@lists.fedorahosted.org
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue


--
Alejandro