Displaying 20 results from an estimated 800 matches similar to: "Re: Trusting and trusted domain (home mapping) problem"
2010 May 05
2
samba 3.4.5 idmap alloc broken - more details
There may be several parts to the problem:
1.  Winbind  on Samba 3.4.x seems unable to allocate idmap entries 
(UID/SID or GID/SID) , whether or not the backend is LDAP or TDB.
Winbind on Samba 3.0.x is able to create idmap allocation mappings with 
an LDAP backend.    The two problems with Samba 3.0.x are as follows
   - "getent" would stop showing trusted users once the cache period
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.
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
2018 Feb 17
4
Winbind authentication from different domain not working
config smb.conf
[global]
	realm = DOMAINB
	workgroup = DOMAINB
	security = ADS
	template homedir = /home/%U
	template shell = /bin/bash
	winbind expand groups = 1
	winbind separator = +
	winbind use default domain = Yes
	idmap config domainb : range = 3000001 - 4000000
	idmap config domainb : backend = rid
	idmap config domainc : range = 2000001 - 3000000
	idmap config domainc : backend = rid
2016 Nov 22
2
Samba 4 "Classic PDC" trusts fail with Win 2012 domain but succeed Win 2008
See inline comments:
On Tue, 22 Nov 2016 12:04:57 -0500
Gaiseric Vandal via samba <samba at lists.samba.org> wrote:
> I am trying to configuring  Samba 4 classic PDC to trust  Windows
> 2012 domain "DomainB" -  the PDC is running Windows 2012 but the
> forest and domain functional levels are still Windows 2008.  On the
> Win 2012 PDC I try to set up an incoming trust,
2008 Feb 11
4
domain member WIN2003 AD - Trusted Domain
Hi folks,
we have a problem with a win2003 DC and Samba. The authentification of users from the dc works fine, but when we added users from a forest trust in a active directory localgroup, samba don't find the users...
I post this problem here:
https://bugzilla.samba.org/show_bug.cgi?id=5245
Maybe you can help.
Cheers
Paul
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu
2016 Nov 22
2
Samba 4 "Classic PDC" trusts fail with Win 2012 domain but succeed Win 2008
I am not sure if this is relevant
    root at sambaPDC:~# /usr/local/samba/bin/net rpc trustdom establish DomainB
    Enter DOMAINA$'s password:
    Could not connect to server DomainB_DC
    Trust to domain DomainB established
    root at sambaPDC:~#
    root at sambaPDC:~# /usr/local/samba/bin/net rpc trustdom establish DomainC
    Enter DOMAINA$'s password:
    Could not connect to
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
2006 Dec 06
1
Authentication and trusted domains
Hi there,
This is most likely something very basic which I'm not seeing right now.
I have a Samba-server, which is running in security = domain, and it's
a member of that domain (DOMAINA). The domain is a Win2003 domain.
That domain has established a trust with another domain (DOMAINB). There's
a Windows terminal server TERMSRV which is a member of DOMAINA, but a user
from 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
2016 Nov 14
2
Member server does not show users from trusted domain
I have a samba classic domain, called it "DomainA."      All domain 
controllers and servers are running 3.6.25 on Solaris 11.
The PDC and BDC use an LDAP backend for unix, samba and idmap 
data.       Member servers use LDAP backend for unix accounts, so the 
underlying unix and group accounts are consistent.
There is a trust relationship with Windows 2008 AD domain
2017 Aug 31
3
file server: %U or %u?
On Thu, 31 Aug 2017 16:27:12 +0200
mathias dufresne <infractory at gmail.com> wrote:
> PS: the short way to explain %u is adding domain/workgroup to
> username is the fact we are using trust relationship?
> 
Probably, what you have to get your head around is this:
The users 'fred', 'DOMAINA\fred' and 'DOMAINB\fred' are all different
users. Winbind will
2016 Nov 29
1
Samba 4 "Classic PDC" trusts fail with Win 2012 domain but succeed Win 2008
The trusts aren't really working with Windows 2008 either (where DOMAINC 
is the Windows 2008 domain.)
    # /usr/local/samba/bin/net rpc trustdom establish DOMAINC
    Enter DOMAINA$'s password:
    Could not connect to server DOMAINC_DC
    Trust to domain DOMAINC established
    #
Active Directory Domains and Trusts MMC on the  Windows 2008 AD DC  
(DOMAINC_DC) seems to think the
2007 Dec 20
2
Postfix Configuration Setup for 2+ domains
Hello,
I have a client that wants to have a dedicated smtp sending host. But
they have 2 separate domains then that don't want to have share IP
address. The reasons from this is long and drawn out.
Is it possible to setup postfix in a virtual host config, like apache
for example, such that, domainA.com listens and sends on one IP address
and domainB.com listens and sends on another address.
2018 Dec 13
3
Conditional forwarders
Hello,
I've two domains :
  * DomainA with a Windows 2016 AD
  * DomainB with a Samba 4.8.4 AD (with DNS internal Backend and with a
    second samba AD in 4.6.7)
With DNS tools, in the Windows 2016 AD i can set "Conditional
forwarders"  to DomainB with the IP of the Samba 4.8.4 (checked green)
But with the tools in DomainB, I can't set a "Conditional forwarders" to
2004 Oct 29
0
Re: Trusting and trusted domain (home mapping) problem
Hi Igor,
Once again, thanks for keeping up with me.  I have been migrating my 
master ldap server to 2.1 version so to keep it the same with the PDCs 
version of LDAP.  Now they are the same.
I have rectified such that "wbinfo -u" on both sides worked now.  I am 
made "net rpc trustdom list" worked.  It was not working before.  I had 
to put "stuadmin = root" in the
2013 Apr 17
2
Can we update idmap documentation for 3.6?
Just when I thought I had idmap changes correct for 3.6, I realize I 
have a setup that's not quite right:
getent passwd
->No AD users
getent passwd DOMAINA\\aduser
aduser:*:1001601:1000513::/home/aduser:/bin/bash
Shouldn't "getent passwd" show both local and AD users?
Samba has had such an identity crisis over the years with idmap 
documentation.  Depending, on where you
2017 Aug 31
4
file server: %U or %u?
2017-08-31 15:54 GMT+02:00 Rowland Penny via samba <samba at lists.samba.org>:
> On Thu, 31 Aug 2017 15:28:57 +0200
> mathias dufresne via samba <samba at lists.samba.org> wrote:
>
> > Hi all,
> >
> > Here there are trust relationship between domains.
> > On some file server using Samba 4.4.4 (Centos 7) I must set up my
> > shares using %U. When
2018 Feb 17
2
Winbind authentication from different domain not working
We are running winbind(4.6.2) on member server(CentOS 7) connected to a Active directory domain.
1 Forest with 2 domains with a 2 way trust between them.
We want users from “DOMAIN A” be able to logon(via SSH) on a server "SERVER01" in “DOMAIN B”.
This works well if the “SERVER01" in "DOMAIN B” can talk directly to “DOMAIN A” but when their is a firewall between “SERVER01” 
2008 Aug 26
1
vacation replies
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
   Another wrinkle with vacation replies. I have user forwarding their
mail from one domain to our mail server with the vacation reply set.
Here is the dovecot script file:
require ["fileinto", "vacation"];
# BEGIN VACATION
vacation
    :days 30
    :from "joe at domainB.edu"
    :addresses ["joe at