Closed doubleddav closed 1 year ago
Hey, I think you are on the right track. Synology uses a few of its own implementations for the permissions (because the users might be "mixed" locally and externally). I would consider the LDAP-wrapper like an openldap server and google accordingly how you could use an openldap server to connect SSH and samba... If I read the Synology samba config correctly, they use NT4 mode and as you guessed SSSD seems also to be configured. Hope this gets you further! :)
Thanks for getting back to me :-)
I'll do a bit more digging as I have time and see if I can get this working - sans Synology. I might document what I do as well somewhere.
To get some hints, I don't suppose you could pull out the samba and sssd config files from the Synology for me to have a look at?
Thanks
Sure, hope it helps you:
Hi,
I've been experimenting with this on an Alpine VM. So far so good, I have the wrapper running happily in the background.
I was wondering how to link this to the system, such that either:
I'm assuming Synology are using an openldap client and maybe something like sssd to link all of this together?
Thanks