Vaughan, Robert J
2024-Nov-22 19:46 UTC
[Samba] Accessing Samba domain member shares from trusted domain
Hi Ralph When you said I can't use idmap_ad in my trusting domain because 'we're not allowed to talk to a DC in the trusted domain', does that still apply even if we can provide a read-only DC from the trusted domain inside the trusting domain network? Thanks, Rob -----Original Message----- From: Ralph Boehme <slow at samba.org> Sent: Tuesday, November 12, 2024 12:59 PM To: Vaughan, Robert J <vaughar2 at gdls.com>; samba at lists.samba.org Subject: Re: [Samba] Accessing Samba domain member shares from trusted domain On 11/12/24 6:49 PM, Vaughan, Robert J via samba wrote:> Ok well I have that setting you mention > > I just can't map my trusted AD account in the trusting domain on my > Linux Samba domain member > > I can't see any users in the trusted domain actually > > wbinfo -u --domain=TRUSTED > > returns nothing at allthis is as expected. We're not allowed to talk to a DC in the trusted domain to query a user list. That can't be done via a trust route.> I did see an article that suggested the POSIX attributes for AD users > need to be published to the AD global catalogue before they can be > accessed in the external trust domain? My Wintel AD guys says the > attributes are not published. But still I might expect to see users > listed with wbinfo even if their POSIX attributes are not allowing use > as a UNIX account?you can't use idmap_ad for a trusted domain with outbound trust, as we can't connect to a DC in that domain via LDAP. You have to use a different idmap backend. You could also use idmap_rfc2307 to point at an LDAP server that does allow connections and also stores the mappings. -slow -- SerNet Samba Team Lead https://sernet.de/ Samba Team Member https://samba.org/ SAMBA+ packages https://samba.plus/ ---------------------------------------------------------------------- This is an e-mail from General Dynamics Land Systems. It is for the intended recipient only and may contain confidential and privileged information. No one else may read, print, store, copy, forward or act in reliance on it or its attachments. If you are not the intended recipient, please return this message to the sender and delete the message and any attachments from your computer. Your cooperation is appreciated.
Ralph Boehme
2024-Nov-22 21:02 UTC
[Samba] Accessing Samba domain member shares from trusted domain
On 11/22/24 8:46 PM, Vaughan, Robert J via samba wrote:> When you said I can't use idmap_ad in my trusting domain because > 'we're not allowed to talk to a DC in the trusted domain', does that > still apply even if we can provide a read-only DC from the trusted > domain inside the trusting domain network?yes, because the system accesses resources with the machine account that is part of your domain and due to the one way trust, accounts from your domain are not allowed to authenticate in the trusted domain. Iirc you should be able to use idmap_rfc2307 instead as that allows specifying an account name to use to authenticate to the LDAP server, which can a AD DC. I've never setup something like this myself, but I'm sure one of my colleagues from our Samba team at SerNet has. Let me know if I you need help with and want to work with someone who knows this stuff. :) -slow -- SerNet Samba Team Lead https://sernet.de/ Samba Team Member https://samba.org/ SAMBA+ packages https://samba.plus/ -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: <http://lists.samba.org/pipermail/samba/attachments/20241122/03a8387e/OpenPGP_signature.sig>