two samba servers and one ldap backend
Posted
by
user2346281
on Server Fault
See other posts from Server Fault
or by user2346281
Published on 2014-06-12T13:55:16Z
Indexed on
2014/06/12
15:28 UTC
Read the original article
Hit count: 287
I had setup a Samba 3 server as PDC with a passdb LDAP backend.
Server SID: S-1-5-21-3270... Domain: A
Every user has a SambaSID beginning with this Server SID. But now I try to setup a second server for some shares. This server should use the same LDAP backend because I don't want to have two LDAP backends. Otherwise I have to do modifcations (e.g. add users) twice.
Second Server SID: S-1-5-21-3797... Domain: B
But now when a user try to mount this new share I see this error in samba log: The primary group domain sid(S-1-5-21-3797....) does not match the domain sid(S-1-5-21-3270...) for xxx(S-1-5-21-3270...).
I understand the problem but what can I do to avoid to maintain two LDAP backends?
Regards, Simon
© Server Fault or respective owner