Displaying 20 results from an estimated 54 matches for "bindkey".
Did you mean:
bindkeys
2006 Sep 02
1
Backspace key is sending Delete after update to 4.4 (tcsh issue?)
Maybe it was always sending Delete and I didn't notice it, but I have
had the following in my .tcshrc file for ages (without realizing it):
bindkey -b ^? i-search-back
Before the update to 4.4, hitting the backspace key at the shell
prompt deleted the previous character. Now it activates the search
backwards function as instructed to do so by the bindkey directive.
The question is, what changed to cause this? I never realized I had...
2004 Feb 03
2
Prompt / Console problem
Hi,
I have R installed under a Mandrake linux system and I don't have shell
utilities any more under my R console such as completion when writing a
file path, back and forth in the history, bindkeys... Moreover when I
quit R by saving, no .Rhistory file is created while the .Rdata is. I
don't get how this work, I thought it was based on the user unix shell
but it does not seem.
Any ideas??
Thanks for you help,
Laetitia.
2014 Sep 08
1
Starting second DC makes named to freeze on primary DC
...t;;
memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query { any; };
recursion yes;
# just example
forwarders { 8.8.8.8; };
dnssec-enable no;
dnssec-validation no;
dnssec-lookaside auto;
bindkeys-file "/etc/named.iscdlv.key";
managed-keys-directory "/var/named/dynamic";
tkey-gssapi-keytab "/var/lib/samba/private/dns.keytab";
};
zone "." IN {
type hint;
file "named.ca";
};
include "/etc/named.rfc191...
2019 Jun 19
1
Can't access DNS from RSAT
.../var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query { any; };
dnssec-enable no;
recursion yes;
allow-recursion { any; };
allow-transfer { none; };
dnssec-validation no;
bindkeys-file "/etc/named.iscdlv.key";
managed-keys-directory "/var/named/dynamic";
pid-file "/run/named/named.pid";
tkey-gssapi-keytab "/var/lib/samba/private/dns.keytab";
};
logging {
channel default_debug {
file &q...
2014 Sep 21
1
rndc permission denied
...to do so
will
cause your server to become part of large scale DNS amplification
attacks. Implementing BCP38 within your network would greatly
reduce such attack surface
*/
recursion yes;
dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside auto;
bindkeys-file "/etc/named.iscdlv.key";
managed-keys-directory "/var/named/dynamic";
};
logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
zone "." IN {
type hint;
file "...
2018 Jun 01
2
DNS not resolving particular host from queries from particular subnet
...168.26.0/24;
> 192.168.27.0/24;
> };
>
>
> //recursion yes;
> tkey-gssapi-keytab "/usr/local/samba/private/dns.keytab";
> dnssec-enable yes;
> dnssec-validation yes;
> /* Path to ISC DLV key */
> bindkeys-file "/etc/named.iscdlv.key";
> managed-keys-directory "/var/named/dynamic";
> pid-file "/run/named/named.pid";
> session-keyfile "/run/named/session.key";
> };
> logging {
> channel default_debug {
>...
2020 May 15
2
Samba and DNS backend question
I had configured Samba AD's with Bind9_DLZ in all DC. But for some reason
(i couldn't determine) three (sambadc02,03,04) AD's responded very slowly
. So change to Samba_Internal backend into the servers with problem and
works fine.
sambadc01 -> with FSMO roles - Bind9_DLZ
sambadc02 -> Samba_Internal
sambadc03 -> Samba_Internal
sambadc04 -> Samba_Internal
My question is:
2020 May 15
3
Samba and DNS backend question
...uot;/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
recursing-file "/var/named/data/named.recursing";
secroots-file "/var/named/data/named.secroots";
dnssec-enable no;
dnssec-validation no;
/* Path to ISC DLV key */
bindkeys-file "/etc/named.root.key";
managed-keys-directory "/var/named/dynamic";
pid-file "/run/named/named.pid";
tkey-gssapi-keytab "/usr/local/samba/private/dns.keytab";
minimal-responses yes;
session-keyfile "/run/named/session.key";
forwarders { 10.1...
2013 Mar 10
8
BIND Setup Issue
...memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query { localhost; 10.0.0.1/24; 10.0.0.254/24; };
recursion yes;
dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside auto;
/* Path to ISC DLV key */
bindkeys-file "/etc/named.iscdlv.key";
managed-keys-directory "/var/named/dynamic";
};
logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
zone "." IN {
type hint;...
2017 Oct 09
1
Samba AD DC dns issue
...a/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query { localhost; internal; };
recursion yes;
/*
dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside auto;
*/
/* Path to ISC DLV key */
bindkeys-file "/etc/named.iscdlv.key";
managed-keys-directory "/var/named/dynamic";
pid-file "/var/run/named/named.pid";
session-keyfile "/var/run/named/session.key";
forwarders { 172.20.0.14; 172.20.0.11; 10.224.135.11; };
// Added for S...
2015 Aug 28
1
named failing with bind_dlz includes
...attacks. Implementing BCP38 within your network would greatly
reduce such attack surface
*/
recursion yes;
dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside auto;
forwarders {
192.168.192.5;
};
/* Path to ISC DLV key */
bindkeys-file "/etc/named.iscdlv.key";
managed-keys-directory "/var/named/dynamic";
pid-file "/run/named/named.pid";
session-keyfile "/run/named/session.key";
};
logging {
channel default_debug {
file "data/named.run&q...
2015 Jan 16
0
Problems with DNS Dynamic updates + Bind9.8
...t;
options {
listen-on port 53 { 127.0.0.1; 10.1.1.150; };
directory "/var/named";
allow-query { any; };
recursion yes;
forwarders { 10.1.1.129; };
allow-transfer { "none"; };
allow-update { key ufp.pt; };
bindkeys-file "/etc/named.iscdlv.key";
managed-keys-directory "/var/named/dynamic";
tkey-gssapi-keytab "/var/lib/samba/private/dns.keytab";
};
zone "." IN {
type hint;
file "named.ca";
};
#include "/var/lib/samba/priva...
2011 Mar 24
0
DNS update won't work with samba4
..."/var/named/data/named_mem_stats.txt";
recursion no;
tkey-gssapi-credential "DNS/tfc.lk";
tkey-domain "TFC.LK";
dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside auto;
/* Path to ISC DLV key */
bindkeys-file "/etc/named.iscdlv.key";
............
............
include "/etc/named-samba.conf";
=====================================================================
named-samba.conf
...............
...............
zone "tfc.lk." IN {
type master;
file &quo...
2016 May 18
2
ISC's dhcp server, radvd and bind9 now adding samba as an AD DC
...le "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query { localhost; 192.168.1.0/16; };
recursion yes;
dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside auto;
bindkeys-file "/etc/named.iscdlv.key";
managed-keys-directory "/var/named/dynamic";
pid-file "/run/named/named.pid";
session-keyfile "/run/named/session.key";
};
logging {
channel default_debug {
file "data/named.r...
2024 Jul 08
1
Can we reset CSI u mode on client disconnect? via
...one
if [[ $key = u ]] || [[ $key = "~" ]]; then
# Ensure keys are sent normally, zle doesn't expect modifyOtherKeys / CSI u
# (This means this key press is discarded, but the next one should
be handled.)
printf '\e[>4m\e[<u'
fi
}
zle -N skip-csi-sequence
bindkey '\e[' skip-csi-sequence
Based on that it would probably be possible to write a Zsh extension
that does handle CSI u properly, which would fix this for Zsh users at
least...
David
2017 Mar 14
2
Problems with replication and dns
...o do so will
cause your server to become part of large scale DNS amplification
attacks. Implementing BCP38 within your network would greatly
reduce such attack surface
*/
recursion yes;
dnssec-enable yes;
dnssec-validation yes;
// dnssec-lookaside auto;
/* Path to ISC DLV key */
bindkeys-file "/etc/named.iscdlv.key";
managed-keys-directory "/var/named/dynamic";
pid-file "/run/named/named.pid";
session-keyfile "/run/named/session.key";
forwarders {
8.8.8.8;
8.8.4.4;
};
};
logging {
channe...
2017 Mar 30
0
" a misconfigured DNS zone" (was Provision new domain keeping users and passwords (Santiago))
...uot;;
memstatistics-file "/var/named/data/named_mem_stats.txt";
//allow-query { localhost; };
recursion yes;
empty-zones-enable no;
dnssec-enable yes;
dnssec-validation yes;
tkey-gssapi-keytab "/usr/local/samba/private/dns.keytab";
/* Path to ISC DLV key */
bindkeys-file "/etc/named.iscdlv.key";
managed-keys-directory "/var/named/dynamic";
};
logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
// I changed the load order here, make user the DLZ zones...
2018 Jun 01
0
DNS not resolving particular host from queries from particular subnet
...t; > };
> >
> >
> > //recursion yes;
> > tkey-gssapi-keytab "/usr/local/samba/private/dns.keytab";
> > dnssec-enable yes;
> > dnssec-validation yes;
> > /* Path to ISC DLV key */
> > bindkeys-file "/etc/named.iscdlv.key";
> > managed-keys-directory "/var/named/dynamic";
> > pid-file "/run/named/named.pid";
> > session-keyfile "/run/named/session.key";
> > };
> > logging {
> > cha...
2017 Mar 29
2
Provision new domain keeping users and passwords (Santiago)
Hai Santiago,
Your welkom, i hope i can help you out.
Post my your bind9 configuration, you can anonimize it if needed,
but dont remove any lines from it.
And i need a snap of the log when bind is starting up.
Like this one :
Mar 29 16:42:58 dc1 named[21921]: starting BIND 9.9.5-9+deb8u10-Debian -f -u bind
Mar 29 16:42:58 dc1 named[21921]: built with '?pr.... etc. .
Mar
2013 Aug 14
1
CentOS6 bind DLV problems
...stics-file "/var/named/data/named_mem_stats.txt";
//allow-query { localhost; };
//allow-recursion { localhost; };
recursion yes;
dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside auto;
/* Path to ISC DLV key */
bindkeys-file "/etc/named.iscdlv.key";
managed-keys-directory "/var/named/dynamic";
};
logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
zone "." IN {
type hint;...