2

I am curious if it is possible to use samba shares without using winbind. In our current environment we are using SSSD, Kerberos, and Samba to complete the required tasks such as joining the windows domain and setting up active directory/LDAP. Since we are using SSSD instead of winbind how can we setup a samba share for the Windows machines to access using the current implementation? I can share some of the configuration as necessary.

user2104891
  • 127
  • 2
  • 12

1 Answers1

0

If you are using domain or ads you are out of luck:

Domain member setups require winbindd

Setups with "security = domain" or "security = ads" require a running 'winbindd' now. The fallback that smbd directly contacts domain controllers is gone.

You will need to use winbind to join the domain in any other case.

Braiam
  • 622
  • 4
  • 23