Displaying 20 results from an estimated 30000 matches similar to: "password server not sending authentication requests to a specified DC"
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 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 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 May 15
0
password server not sending authentication requests to a specified DC
On 15/05/2019 09:08, LOKO MESO Michel wrote:
> Yes, our DCs are equal but we added a new one that will only be used
> by the server where samba is installed.
This is where it gets difficult, I get the feeling that the original
DC's are Windows DC's, not that this matters.
By default, All domain members (including DC's) are in the
'Default-First-Site-Name' site and
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 file = /etc/samba/smbpasswd
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 your users don't
login
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 possible to specify which DC
2009 Jul 21
2
Split plot analysis problems
Hello,
I would be very grateful if someone could give me a hand with my split
plot design problems.
So here is my design :
I am studying the crossed-effects of water (wet/dry) and mowing
(mowed/not-mowed = nm) on plant height (PH) within 2 types of plant
communities (Xerobromion and Mesobromion) :
- Within each type of communities, I have localised 4 blocks
- In each block, I have defined
2010 Mar 12
7
sqldf not joining all the fields
Dear R users,
I have two data frames that were read from text files as follows:
x_data <- read.table("x.txt", header = TRUE, sep = "|", quote = "\"'",
dec = ".",as.is = TRUE,na.strings = "NA",colClasses = NA,
nrows = 3864284,
skip = 0, check.names = TRUE,fill=TRUE,
strip.white = TRUE,
2008 May 05
2
RODBC and schemas
I have found that the "schema.table" syntax used in Postgresql (and
Oracle) does not work directly with RODBC.
This works
library(RODBC)
con<-odbcConnect("mydb")
d<-sqlQuery(con,"select * from meso.trees")
However this does not.
d<-sqlFetch(con,"meso.trees")
Error in odbcTableExists(channel, sqtable) :
?meso.trees?: table not found on channel
2025 Apr 23
3
procedure to change DC password
On Wed, 23 Apr 2025 14:35:16 +0200
Kacper Wirski via samba <samba at lists.samba.org> wrote:
> What is the best approach to change samba ad dc's own password?
> Windows machines change periodically, linux domain members can simply
> re-join domain, but when it comes to DC's I can't find any
> recommended steps? Is re-joining domain as domain controller viable
>
2006 Feb 05
2
re: questions about sip requests to asterisk 1.2
hi all,
I keep asking the question and getting no replies, so i'll keep asking :-)
In asterisk 1.09, with autocreatepeer=yes, if i send asterisk a SIP request
from SER, specifically
rewritehostport("myIP:5070"); (asterisk running on port 5070) asterisk
picks up the request and matches it to the dialplan, i.e. if in ser i was
sending to 151@myServer, it will make it
2025 Apr 23
1
procedure to change DC password
On Wed, 23 Apr 2025 15:55:56 +0200
Kacper Wirski via samba <samba at lists.samba.org> wrote:
> Thank You,
>
> I already changed krbtgt, I meant computer account. Does changing
> domain controller password with this command require restart of samba
> service, won't it interrupt replication between controllers etc.? I
> have 3 dc's in my environment, that's why
2025 Apr 23
1
procedure to change DC password
What is the best approach to change samba ad dc's own password? Windows
machines change periodically, linux domain members can simply re-join
domain, but when it comes to DC's I can't find any recommended steps? Is
re-joining domain as domain controller viable and doesn't create issues?
I'm using lastest samba on debian bookworm from packages, not just quite
ready to
2011 Jun 10
1
Request: please test modification to EWS calendar functionality
I have expanded the EWS calendar functionality within Asterisk 1.8 so it
is now possible to access any calendar within an Exchange 2007 or 2010
server.
I have put the changes onto the reviewboard for astrisk but currently no
one responded.
So if you use the EWS calendar functionality within Asterisk and would
like to have access to any calendar in Exchange please try the patch in
the
2017 Sep 07
2
ISO3 code to 7 continents names
df is a data frame consisting of one variable (iso3 codes) such as
USA
RUS
ARG
BGD
ITA
FRA
Some of these iso3 codes are repeated and I would like the corresponding
continent name, the countrycode package does not seem to distinguish
between North and South America. Thanks.
Sincerely,
Milu
On Thu, Sep 7, 2017 at 9:00 PM, David Winsemius <dwinsemius at comcast.net>
wrote:
>
> >
2013 Sep 09
2
Sending SMS with a Portech MV-374 GSM Gateway
Hi,
I have a Portech MV-374 GSM Gateway and I'd like to send SMS from a web
page to confirm the subscriptions. How can I achieve it? Is Asterisk of
any use to send SMS with the Portech? I really have no idea because I
know nothing about the whole SMS thing...
Thanks,
Niccol?
--
http://www.linuxsystems.it
2015 May 27
2
check password script for samba 4 ad dc
Hi everyone,
A quick question: Is check password script option working for ad dc setup?
I believe, ad on it's own cannot provide password protection against
dictionaries.
2005 Dec 30
6
call a method once per page request
Hi,
I''m wondering if there is a simple solution to call a method once per
page request.
I tried to place my call in a before_filter in ApplicationController but
it''d called a second time if I use render_component from a view.
Seems to me that a hook should be added in Dispatcher#prepare_application.
Context: working on i18n, I''m trying to check lang either from uri,
2019 Mar 25
2
Samba AD and adding a Windows 2008R2 DC
Hi,
we now have an old Windows NT4.0 domain served by Samba 4.2.x (using
Samba and LDAP) and want to move to Windows AD.
The reason we need to do that is because of the clients (Windows 10 and
MacOS) and because of a third party device which does not want to talk
to Samba AD (Isilon OneFS).
I did a 'classicupgrade' to Samba AD from our Samba/LDAP config and
then I use this guide :