Displaying 20 results from an estimated 200 matches similar to: "Samba4 problem with Wndows Domain Trust"
2016 Dec 22
1
Samba4 problem with Wndows Domain Trust
Hi Gaiseric,
"wbinfo -u" does not show the DOMAIN_B users.
"wbinfo -n DOMAIN_B+someuser" works and show the SID of the users, also from Domain_B.
"wbinfo -i DOMAIN_B+someuser" does not work. It only works for users of Domain_A.
For User of Domain_B, it says:
failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND
Could not get info for user Domain_B+someuser
2016 Dec 19
1
Samba] Samba4 problem with Wndows Domain Trust
How would I set the idmap backend to TDB ?
Both domain controlers are running Windows 2008 Server.
Am 19.12.2016 um 15:44 schrieb Gaiseric Vandal:
> Which idmap backend are you using?
>
> One thing to try is setting the idmap backend for the trusted domains
> to TDB (local database file) This is not a great long term solution
> since you will not have consistent mappings
2008 Nov 13
0
Samba hangs after WAN link to trusted domain is cut
Hello,
Wondering if this is a known behaviour in samba.
I have 2 domains (say DOM_A and DOM_B) with DOM_B trusting DOM_A (one
way relation). DOM_A and DOM_B are located in two different nets (and
locations) and are connected through a VPN.
What happens is that if the VPN goes down, samba PDC at DOM_B seems
to be hung (can't provide auth to clients anymore), and this remains
even after the
2016 Dec 18
2
Samba4 problem with Wndows Domain Trust
Hi all,
we have the following problem:
We are running two windows domains, which trust each other.
We have several RHEL6-Servers, which act as samba servers with windows
domain authentication.
Domain A is configured as realm in smb.conf.
As long as we run samba3, all users from domain A and domain B are able
to be authenticated. "wbinfo -g" lists all windows groups from domain A
2016 Dec 19
2
Samba] Samba4 problem with Wndows Domain Trust
Hi Gaiseric,
both packages have been provided as RPM and installed by yum. We didn´t have to
compile.
"wbinfo -i" shows the correct uidnumber for users of DOMAIN_A, but nothing for
users auf the trusted Domain DOMAIN_B.
We have another server running Centos 6 and Samba 4.4.4. It shows the same
problem: Only users and groups of DOMAIN_A are available.
The settings:
ldap
2016 Dec 19
0
Samba] Samba4 problem with Wndows Domain Trust
Which idmap backend are you using?
One thing to try is setting the idmap backend for the trusted domains to
TDB (local database file) This is not a great long term solution since
you will not have consistent mappings between domains. However it may
help determine if the issue is with winbind and idmap in general or with
the specific idmap backend (e.g. rid, ad, ldap.)
Are the domain
2002 Nov 17
0
samba error in all versions of samba code
This error is an error in the rpc code. It has been posted to the list
several times (this is my third, but at least ten times by others as
well). This error occurs with the linux rpcclient code in setting and
uploading printers to samba on the same box. It also occurs when
uploading drivers from Win2k and WinNt to the same box.
On the other hand, I do have two linux boxes, which appear to
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
2017 Aug 16
2
SAMBA4 - Trusted relationship lost every Weeks
Hi,
Here is our smb.conf.
Please note that this server uses nss resolution for DOMAIN_B users and
idmap_ldap backend to resolve DOMAIN_A users.
Trusted relationship between works well for other services between those
two domains. Only samba4 fileserver needs to rejoin DOMAIN_A domain (AD
2008 server) every week.
#======================= Global Settings
2017 Aug 16
2
SAMBA4 - Trusted relationship lost every Weeks
> You did say that this machine is joined to the AD domain (DOMAIN
> A), didn't you ?
>> Yes
>
> If so, why, if 'security = ADS' is in smb.conf, are you trying to use
> ldap to connect to the AD DC ?????
>> Not at all. If it was the case the machine would have never be
joined to DOMAIN_A
Joining this machine to the 2008 domain (via net ads join..) succeed
2017 Aug 13
2
SAMBA4 - Trusted relationship lost every Weeks
Hi All,
Answering to myself, this problem still occurs again and again, every
week as I mentioned before.
Rejoining the domain each time for samba4 file server is the only
workaround.
What could be the origin of this kind of problem?
Any answer would be helpfull
Regards
Le 17/07/2017 à 10:12, Julien TEHERY a écrit :
> Hello,
>
>
> We recently put in place a trust relationship
2000 Jun 08
1
Won't connect at start with Wndows 98 and storage of profiles
Hi list,
I've got Samba 2.0.6 running on Yellow Dog Linux with a 2.2.14 kernel. When
I start the PC, it displays the login screen (I have 3 user profiles) and I
enter the username and login domain (ie the one operated by Samba). I get
an error message stating that the domain login server can't be found. If I
then cancel the login, go to the start menu and log off, then login there is
2006 Feb 14
0
Config ICECAST server in Wndows XP Pro
tam taly wrote:
> Thanks for Your reply. We are not able understand How to config Source
> point
If you mean mountpoint, you might not need or want to do anything with it.
> and what is the differences between admin and source because here in
> this document we are entering separate password for admin and source. If
> admin means ICECAST admin then I don't have any user
2006 Feb 13
2
Config ICECAST server in Wndows XP Pro
Hi,
we are using Windows xp Pro in our Company. we want to implement
voice stream server , we are very much interest on ICECAST server. We have
download and installed ICECAST Server. But Facing problem with config
Icecast server. We search in net there is no any clear documents about this
server. Can you please guide to config Icecast. If you hav any clear
document of Icecast server
2015 Oct 25
2
Can JIT be targeted to 32-bit in a 64-bit Wndows environment?
Hi
On 64-bit Windows the lack of proper stack unwinding support causes
crashes in JIT code generated by LLVM. I was wondering if it is
possible to ask LLVM to generate 32-bit code - and if that would work
within a 64-bit Windows application - i.e. the rest of the system will
be 64-bit only the generated code will be 32-bit. I was also wondering
if this would allow me to workaround the crashes due
2017 Aug 17
1
SAMBA4 - Trusted relationship lost every Weeks
Le 16/08/2017 à 18:18, Rowland Penny via samba a écrit :
> Very hard to understand this post, but see inline comments:
>
> On Wed, 16 Aug 2017 17:47:25 +0200
> Julien TEHERY via samba <samba at lists.samba.org> wrote:
>
>>> You did say that this machine is joined to the AD domain (DOMAIN
>>> A), didn't you ?
>> >> Yes
>>> If so,
2015 Oct 30
4
Can JIT be targeted to 32-bit in a 64-bit Wndows environment?
You actually can mix 32 and 64 bit code in the same Windows process, but
only with great effort. Fixing PR24233 is probably easier. :)
We know how to generate the info, but we still have to get it registered...
On Thu, Oct 29, 2015 at 2:19 PM, Lang Hames via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi Dibyendu,
>
> I'm not familiar with Windows at all, but I assume you
2019 May 02
1
interpret non-domain users as domain users?
On Thu, 2 May 2019 14:05:12 +0800
d tbsky via samba <samba at lists.samba.org> wrote:
> > Dear list,
> >
> > when I connect to a samba AD member server from a windows 10 client
> > not joined to the domain, it appears that I always have to connect
> > as DOMAIN\USER. Is it possible to configure samba such that it
> > always interprets the USER part as
2006 Feb 14
2
Config ICECAST server in Wndows XP Pro
Hi Geoff,
Thanks for Your reply. We are not able understand How to config Source
point and what is the differences between admin and source because here in
this document we are entering separate password for admin and source. If
admin means ICECAST admin then I don't have any user name or password for my
ICECAST server which is installed in my system. We are not able understand
what is
2006 Feb 14
1
Config ICECAST server in Wndows XP Pro
Hi Geoff,
Thanks Geoff, We are currectly working in Asp.Net 1.1. We want to do 2
tasks.
Tasks:
1. Actually we are having MP3 file which is in server (Eg.
www.myserver.com/admin/music/myvoice.mp3 ). When user hit the url they
want to get the music with streaming.
2. We want to give live voice streaming to users (Eg: Live Cricket
Commentary). When user is in our web page ,