Adding my kali linux vm to Active directory domain

dis98

New Member
Joined
Jul 9, 2024
Messages
1
Reaction score
0
Credits
20
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.
 


Moved to Kali
 
as Kali is Debian based, in the past I have used apt [I was not using VM] I dont know any other way

sudo apt update && apt -y install sssd

edit.. it may also be available in your synaptic manager
 
Last edited:


Top