Does anyone know the solution for the following: I want to install SSSD for the proces of adding my Kali Linux vm to our active directory domain, but I get the following error:
E: Package 'sssd' has no installation candidate E: Unable to locate package sssd-tools
I also got the following error:
Package sssd-ad is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
Is there another way to install sssd other than sudo apt install sssd -y which does install sssd?
I'm following this guide for adding my kali linux to our ad domain: https://wiki.debian.org/AuthenticatingLinuxWithActiveDirectorySssd
If anyone knows a better way to add kali linux to ad domain than this one, I'd appreciate that.
I've tried installing the required stuff for adding Kali to our domain, but I get the above error when trying to install sssd. I've done the update and upgrade cmds, looked at the /etc/apt/sources.list file (as suggested by chatGPT), added
deb http://http.kali.org/kali kali-rolling main contrib non-free
deb-src http://http.kali.org/kali kali-rolling main contrib non-free
Still without success.
E: Package 'sssd' has no installation candidate E: Unable to locate package sssd-tools
I also got the following error:
Package sssd-ad is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
Is there another way to install sssd other than sudo apt install sssd -y which does install sssd?
I'm following this guide for adding my kali linux to our ad domain: https://wiki.debian.org/AuthenticatingLinuxWithActiveDirectorySssd
If anyone knows a better way to add kali linux to ad domain than this one, I'd appreciate that.
I've tried installing the required stuff for adding Kali to our domain, but I get the above error when trying to install sssd. I've done the update and upgrade cmds, looked at the /etc/apt/sources.list file (as suggested by chatGPT), added
deb http://http.kali.org/kali kali-rolling main contrib non-free
deb-src http://http.kali.org/kali kali-rolling main contrib non-free
Still without success.