similar to: Cannot find invalid DNS entry

Displaying 20 results from an estimated 1100 matches similar to: "Cannot find invalid DNS entry"

2016 Jul 27
2
Cannot find invalid DNS entry
On 27/07/16 13:40, mathias dufresne wrote: > Two files are hosting DNS data: > /path/to/private/sam.ldb.d/DC=DOMAINDNSZONES,DC=blabla.ldb and > /path/to/private/sam.ldb.d/DC=FORESTDNSZONES,DC=blabla.ldb > > DNS entries are sometimes (often? always?) base64 encoded. You should be > able to "grep" for string these files with: > ldbsearch --show-binary -H >
2016 Jul 28
2
Cannot find invalid DNS entry
So no one has an idea what I can try additionally? Thanks, Tim On 27.07.2016 16:54, mathias dufresne wrote: > What would have better I reckon would have been to explain... > > We should not _write_ directly into these files because, as Andrew > explained months ago, the change would not be replicated if applied > directly on these files. To have changes replicated the change MUST
2016 Jul 27
0
Cannot find invalid DNS entry
Two files are hosting DNS data: /path/to/private/sam.ldb.d/DC=DOMAINDNSZONES,DC=blabla.ldb and /path/to/private/sam.ldb.d/DC=FORESTDNSZONES,DC=blabla.ldb DNS entries are sometimes (often? always?) base64 encoded. You should be able to "grep" for string these files with: ldbsearch --show-binary -H /path/to/private/sam.ldb.d/DC=FORESTDNSZONES,DC=blabla.ldb | grep "what you want"
2016 Jul 27
0
Cannot find invalid DNS entry
What would have better I reckon would have been to explain... We should not _write_ directly into these files because, as Andrew explained months ago, the change would not be replicated if applied directly on these files. To have changes replicated the change MUST be applied on sam.ldb file which is a wrapper. Sharing or not sharing, that is the question : ) 2016-07-27 14:51 GMT+02:00 Rowland
2014 Feb 14
3
smbclient broken after update
Since a bit more than a year I run a Samba4 AD server on a Debian testing box. During that period I did update and dist-update the box about twice a week, and also did update and recompile Sambe, i.e. Samba and Debian Jessie are on their latest stage. I use Bind 9.9.3 as name server, which works absolutely smooth. But two days ago something got broken, and I am totally clueless, what went
2016 Jul 29
2
Cannot find invalid DNS entry
On 28.07.2016 16:20, Rowland penny wrote: > On 28/07/16 14:57, Tim Dittler wrote: >> So no one has an idea what I can try additionally? >> >> Thanks, >> Tim >> >> >> > > OK, lets start with the obvious: > > What OS # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.4 LTS Release: 14.04
2016 Jul 29
2
Cannot find invalid DNS entry
On 29/07/16 15:12, Rowland penny wrote: > > Does the DC have a fixed ip and if not, why not. > If it does have a fixed ip, what is it > > Once you answer these, I will advise you how to fix your set up > > Rowland > > OK, this is what I would change on your setup, but I would also make backups before changing anything. smb.conf: [global] workgroup =
2015 Dec 30
4
dns_tkey_negotiategss: TKEY is unacceptable
Hello! I've got this error dns_tkey_negotiategss: TKEY is unacceptable when running samba_dnsupdate --verbose With this error dynamic entries stopped working as Type A machines that entered in the field or entry to a new DC. Already tried the step described here https://wiki.samba.org/index.php/Dns_tkey_negotiategss:_TKEY_is_unacceptable But when trying to delete the account used the
2017 Oct 19
2
Tombstone Lifetime in samba 4.5+
Dear list, Does anybody know how to lower the tombstone lifetime in samba 4.5 or later? There used to be a wiki entry, but this has been deleted as it is probably not adequate anymore: https://wiki.samba.org/index.php/Restoring_deleted_AD_objects#Changing_the_defaults_for_msDS-deletedObjectLifetime_and_tombstoneLifetime I used to change the attribute tombstoneLifetime in CN=Directory
2016 Jul 17
5
samba 4.4.5 DC with bind9: DNS update failing with NOTAUTH
Hello, I'm trying to join a samba 4 DC to an already existing samba 4 DC, both with BIND9_DLZ. Samba is at version 4.4.5, bind is version 9.10.4-P1, all brand new. The existing DC runs fine, but the added DC refuses to update its local bind database: every attempt to update the local DNS results in "update failed: NOTAUTH". AD replication works perfectly. Both systems are set
2017 Jan 16
4
Initial replication halts with "The handle is invalid." (msDS-NC-Replica-Locations corrupted?)
Quoting Adam Tauno Williams via samba <samba at lists.samba.org>: > Quoting Rowland Penny via samba <samba at lists.samba.org>: >>> samba-tool's dbcheck finds only two errors in cn=Configuration, but it >>> does not repair them.  These appear to be references to an original, >>> long since demoted, DC.  But these values appear in neither the
2005 Apr 27
2
Getting the name of an object as character
This could be really trivial, but I cannot find the right function to get the name of an object as a character. Assume we have a function like: getName <- function(obj) Now if we call the function like: getName(blabla) and 'blabla' is not a defined object, I want getName to return "blabla". In other word, if paste("blabla") returns "blabla" I
2006 Aug 07
3
simple if - then question
hi, could somebody tell me the difference between: if not params[:id] flash[:notice] = blabla'' redirect_to(:controller =>"calendar", :action => ''index'') end and: if params[:id] == nil flash[:notice] = blabla'' redirect_to(:controller =>"calendar", :action => ''index'') end the first one
2020 Jul 10
2
Way to start CDR when call is bridged ?
Hi, in dialplan -Asterisk 16.2 from Debian Buster- we have  same = n,Dial(PJSIP/101&PJSIP/102&PJSIP/103,15,tT) If thew call is not answered after 20 seconds, we launch a new dial with same and/or other extensions  same = n,Dial(PJSIP/101&PJSIP/104&PJSIP/110,20,tT) Looking in CDR we have at the end of the call (here we called 3 extensions which where ringing, let say 110
2016 Aug 19
2
User accounts being blocked
James, I configured the account lockout policies by RSAT, GPEDIT.MSC. By GPEDIT.MSC I set the value = 10 attempts. Through the samba-tool, I used this command: # samba-tool domain passwordsettings set --account-lockout-threshold=11 INFO: Current debug levels: ... pm_process() returned Yes Module 'tombstone_reanimate' is disabled. Skip registration.lpcfg_servicenumber:
2013 Jun 05
2
Template not putting in new lines.
hi all, Ive been having a bit of a trouble with something that should be pretty simple. My goal is to create a host file on a node with IP address and hostname (specified in the node manifest). I created the manifests and templates below but when I use them I get a hosts file without spaces or newlines, like below. Please help me figure out how do I add the spaces and new lines? Or where
2006 Oct 02
5
Problems with MySQL
Hello, Sorry for posting this here, but i've posted in MySQL list and no one answered. I'm trying to set a password for a user with the command: mysql> set password for gamito at localhost=password('blabla'); but i always get the error: ERROR 1133 (42000): Can't find any matching row in the user table although i'm pretty sure that the user exists. I'm using
2016 Oct 14
2
Replications errors on 4.5.0 (WERR_BADFILE)
Replication has been running smoothly until I upgraded to 4.5.0. I had various errors with all BDCs and a force sync didn't resolve it. I shutdown all BDCs, demoted them with --remove-other-dead-server then joined new BDCs with new names. At first replication was intermittently failing (consecutive failures counter kept resetting), but it seemed OK, just slow if anything. Now they all
2010 Nov 17
2
Reference classes: accessor functions via 'getRefClass(...)$accessors(...)'
Hi there, I''d like to choose between an "static" and "dynamic" access of a reference class field, say ''a''. myObj <- getRefClass("Blabla")$new() Static: myObj$a Dynamic: myObj$a.get() where the function retrieves the data from a database (or some other location), stores it to a buffer and
2012 Oct 02
1
[LLVMdev] Error prone default memory capturing convention of blocks.
Hi guys, I've been using blocks for a while and found that current behavior is error prone. So I am going to propose to you the better one. Motivation: 1) The __weak variables in blocks are very common pattern. So having any implicit default behavior makes thing worse. 2) Some stupid mistakes like: __weak typeof (self) theSelf = self; ...^ { theSelf.blabla = .. .... [self blabla];