In my ubuntu workstation I use /etc/samba/smb.conf
and /etc/sssd/sssd.conf
with /etc/krb5.conf
in order to join active directory on a corporate network.
sudo service samba-ad-dc status
# inactive
sudo service sssd status
# active (running)
However I cannot yet tell what is the difference between samba and sssd. Can someone explain what are the differences between these two services and where do they overlap?
- Can sssd work even without samba. Does it directly read
smb.conf
? - How do they depend to each other?
I have read the documentation, but I need a simpler explanation.