Displaying 20 results from an estimated 2000 matches similar to: "Samba trust"
2004 Oct 08
1
Trust between two samba domains
I have a problem with Samba:
I want to make trust between two Samba domains. I have setup the trust on
the DOMAINB server then on the Samba DOMAINA server "net rpc
trustdom establish DOMAINB" I then get the following:
Password: [entered password]
Could not connect to server SERVERB [this is the PDC for the DOMAINB domain]
Trust to domain DOMAINB established
When I then try
2004 Oct 12
0
Authentication in trusded domain
Hi,
I have two servers, servera (DOMAINA) and serverb (DOMAINB). I have made a trust
between this domain. But I try logon computer from domaina as user for domainb,
the log in serverb wrotes me that a authentication was succeded:
[2004/10/12 17:19:19, 3] rpc_server/srv_netlog_nt.c:_net_sam_logon(620)
SAM Logon (Network). Domain:[DOMAINB]. User:[bronasek@\\XP1] Requested
Domain:[DOMAINB]
2004 Oct 06
5
Trust between two samba
I have a problem with Samba:
I want to make trust between two Samba domains. I have setup the trust on the
DOMAINB server then on the Samba DOMAINA server "net rpc
trustdom establish DOMAINB" I then get the following:
Password: [entered password]
Could not connect to server SERVERB [this is the PDC for the DOMAINB domain]
Trust to domain DOMAINB established
When I then try
2008 Jul 17
0
Interdomain Trust, wbinfo works on both servers, getent doesn't work on one server
Hi
I have a problem with an interdomain trust where on the PDC for DomainA,
everything works perfectly. getent returns local and DomainB usernames.
On the PDC for DomainB, it's DomainB works fine, but getent only returns
local usernames and groups, it doesn't return the usernames or groups for
DomainA. wbinfo -u and wbinfo -g work fine and return all DomainA's
usernames and groups.
2004 Oct 23
0
Re: Trusting and Trusted Domain Samba LDAP (mapping Home Directories)Problem
Hi Igor,
I am no samba expert. Reading your email produce 2 thots.
1. If I have not read wrongly, you DID NOT managed to reproduce my scenario cos when you joined Domain A , login as user of DomB , you got the expected result, the Domain B's sambahomepath and drive gets map to the user B. Mine result was this:
I joined Domain A, login as user of Dom B, I did NOT get Domain B's
2008 Nov 21
0
Accessing shares from 2 domains
We are splitting our users into 2 domains(DOMAINA and DOMAINB (changed for security reason)). I am having problems getting users who log into their workstation on DOMAINA to access a samba share on DOMAINB. We are using W2K3 servers as our AD with LDAP. Samba shares on are CentOS5.1 servers. I Can anyone point me to some docs on how to set this up? I have been rumbling through google for the past
2015 Jun 03
0
ID command does not show up correct group memberships on Winbind
Hi,
I have these following configurations:
Active Directory 1 = DomainA.com
AD1 Primary Group = Domain Users
AD1 Group 1 = Linux (member: DomainB\ad2testuser1)
Server joined = linux1.DomainA.com (configured Kerberos and Winbind
Samba4 from sernet)
Active Directory 2 = DomainB.com
AD2 Primary Group = Domain Users (member: DomainB\ad2testuser1)
AD2 User 1 = ad2testuser1
note:
(1)
2004 May 21
0
winbind issues with AD domain trust
I'm setting up Samba in an environment with 2 Active Directory domains setup
with a one way trust (DOMAINA -> DOMAINB). Samba is in DOMAINA. From
looking at the logs (see below) it appears that winbind is having troubles
getting the credentials for the domain controller in DOMAINB.
I can get tickets, using kinit, for accounts in both domains. I can join
DOMAINA just fine. Running
2024 Jan 30
0
Using winbindd socket directory for multiple domains
Hello
We have a setup on Ubuntu to join multiple AD domains and authenticate
using NTLM_auth with freeRadius. Since there're multiple ADs domains
involved, we were using "WINBINDD_SOCKET_DIR" environment variable to
use the correct cache directory for each domain.
Everything looks fine and all worked when using samba 4.7.9 running on
Ubuntu 16.04.
Now, we're upgrading to the
2005 Nov 30
0
Cross-subnet browsing
I have two domains which are on different subnets, connected by a routed
OpenVPN tunnel. The domains trust each other.
Domain A has the WINS server. Domain B is confused to use Domain A's WINS
server. The VPN pushes the WINS server as part of its DHCP options as
well.
>From either domain, I am able to use smbclient to see the shares on the
other domain's PDC. I have to specify -W
2017 Mar 19
0
Share files to users from two domains with winbind
Hello.
I need the file server to authenticate users from two domains. Of DOMAINA
that the file server has joined and users of DOMAINB that maintains a trust
relationship with DOMAINA.
I have two domain forests (DOMAINE and DOMAINB), and a trust relationship
exists between both. DOMAINA servers are running with samba version 4.5
(with CentOS 7 system) the DOMAINB server is running with windows
2004 Nov 06
0
Re: Trusting and trusted domain (home mapping) problem
Hi Igor,
Thanks so much for troubleshooting all this while and we found out none of our configuration is the problem but the source code. Hope that the samba team will modify to a working code so that I can deploy it.
Actually my dateline to deploy is coming soon and I do not know what to do now..... when do you think the code will be modified and be released?
Thanks so much for your help.
2016 Nov 28
0
Samba 4 "Classic PDC" trusts fail with Win 2012 domain but succeed Win 2008
I noticed that smbclient worked on some solaris 11 machines but not
others. The issue a slightly different version of libarchive on the
machine (0.12 vs 0.13), even though I thought all machines had been
patched to the same level. So I decided to recompile.
When recompiling samba 4.4.7 on solaris 11 I saw the following warning
Checking for header krb5.h
2008 Apr 25
1
interdomain trust between two samba pdc's
I have been trying off and on for some time now to get an interdomain trust
relationship going between two samba pdc machines (DomainA=trusted &
DomainB=trusting). Both pdc's are running on Solaris boxes and NIS is
involved (I doubt there is a NIS complication just because I can use
accounts on DomainA on DomainB's samba, as long as I add them using
smbpasswd manually).
The situation
2008 Feb 11
0
Fwd: Re: domain member WIN2003 AD - Trusted Domain
> IMHO, for this to work you should define "idmap domains = DOMAINA
> DOMAINB" and configure the idmap backend appropriately for both domains
> using idmap config DOMAIN:backend/range/default etc...
>
> For more details see "man idmap_tdb, man idmap_ldap and man idmap_rid".
>
> --Sadique
Hi Sadique,
thanks for your response. I test it but I don't
2006 Apr 24
0
Trusted domain want to add users in the trusting domain ?
Hello,
I am running a samba/ldap PDC on domainA with winbind. It works fine as a
domain controler.
Samba : 3.0.21c
OpenLDAP : 2.2.15
I want to add domainB as a trusted domain (ie the users of domainB would
have access to the shares of domainA without another authentication).
I configured this and net rpc give me this :
# net rpc trustdom list
Password:
Trusted domains list:
DomainB
2010 May 29
1
Trust between Samba PDC and AD domain
I've pored through the documentation, wiki, lists, etc, and I can't seem
to come to a concise conclusion on how to accomplish this.
My specific scenario is the following.
I have a samba PDC domain called domainA, and an AD domain called
domainB. domainA and domainB are different named domains, and they each
authenticate logins and credentials on their own turf.
The users on domainA
2020 Aug 18
0
Sieve scripts replication not working
Hi all!
I am a long-time dovecot user/admin on my home server, but only recently
tried to configure replication. Everything seems to work except sieve
scripts replication. When I upload new one on the server A, it does not
replicate to server B, even if it seemingly tries to, according to debug
logs. The log antry says: Replication requested by
'sieve_storage_sync_transaction_begin',
2004 Oct 01
3
Domain Trust Logins
Config:
Samba 3 trusts a win2003 domain.
XP workstations joined to Samba PDC domain.
When a user in the 2003 domain tries to login using an XP workstation
and choosing the 2003 domain in the "log onto" box this fails unless the
user also has a Linux user account.
Is there a way around this? Is this just the way it works?
Thanks
Lee Baker
2016 Nov 22
0
Samba 4 "Classic PDC" trusts fail with Win 2012 domain but succeed Win 2008
In summary
* DomainA Samba classic domain- PDC and BDC are running Samba
4.4.7. The PDC is called "SambaPDC."
* DomainB Windows AD domain , level 2008, domain controller is
Windows 2012 or 2012R2 (you are correct that there are not primary and
backup controllers in AD)
* DomainC Windows AD domain, level 2008, domain controllers are
Windows 2008
I need to get