search for: olfeo

Displaying 8 results from an estimated 8 matches for "olfeo".

2019 Feb 14
3
Losing connection to a DC
Hi, I am running samba/winbind 4.2.14 on Debian 8 which is joined to an Active Directory and would like to know if you have any idea with my issue. In my case, ntlm authentification is enabled in squid (proxy). Here is the problem that I am facing : "wbinfo -t" takes sometimes more than 30 secondes to display the result. For some reason, the server loses it's connection to the
2019 Feb 14
0
Losing connection to a DC
On Thu, 14 Feb 2019 12:04:06 +0100 LOKO MESO Michel <mmeso at olfeo.com> wrote: > Here is my smb.conf : > > [global] > workgroup = MY > netbios name = sd01 > realm = my.domain > server string = Olfeo Samba Server > log file = /var/log/samba/%m.log > max log size = 50 > security = ADS > encrypt passwords = yes > ;  smb passwd...
2019 Feb 14
3
Samba switches between domain controllers
Hi Under what conditon does samba switch between domain controllers ? Are there any special conditions or situations in which samba decides to use  "DC B" rather than  "DC A" ? In my case samba switches very often. Thanks, Michel
2019 Feb 14
0
Losing connection to a DC
On Thu, 14 Feb 2019 13:36:43 +0100 LOKO MESO Michel <mmeso at olfeo.com> wrote: > In my case samba is not a domain controller and the server is joined > to an Active Directory. > Users don't need to login locally. > > Are the 'idmap config' not useful with an Active Directory ? Quite the contrary, they are mandatory, just because yo...
2019 Feb 15
0
Samba switches between domain controllers
On Fri, 15 Feb 2019 10:00:12 +0100 LOKO MESO Michel <mmeso at olfeo.com> wrote: > Thank you for your response. > > My server (debian) is joined to an AD and I'm trying to understand > how the communication between the two servers works. > > Does winbind check  the response time of the DCs before switching to > the  fastest ? Is it po...
2013 Mar 21
0
Processed (with 1 errors): Fix broken submitters (double encoded)
...orvan <drazzib at debian.org>} [src:gradle] Gradle doesn't work with Groovy 1.8.x Changed Bug submitter to 'M?nica Ram?rez Arceda <monica at probeta.net>' from 'M??nica Ram??rez Arceda <monica at probeta.net>' > submitter 643337 ?tienne BERSAC <ebersac at olfeo.com> Bug #643337 {Done: Craig Small <csmall at debian.org>} [dh-make] dh-make: Template could indicate when to use s-s-d --name/--exec Changed Bug submitter to '?tienne BERSAC <ebersac at olfeo.com>' from '??tienne BERSAC <ebersac at olfeo.com>' > submitter 6...
2019 May 13
1
password server not sending authentication requests to a specified DC
Hi, I am running samba/winbind 4.8.9 on Debian 8 which is joined to an Active Directory and facing the following issue : I need to specify a particular DC for the authentification. Therefor I added 'password server = x.x.x.x' in /etc/samba/smb.conf but realised that the option is ignored and that the requests are sent to another DC. In which case does Samba ignore 'password
2019 May 14
3
password server not sending authentication requests to a specified DC
Our goal is to have a particular DC which will be used by our proxy for user authentication. We tried to use only the required DC as a nameserver but that doesn't work, queries are still sent to other DCs. Michel