Displaying 3 results from an estimated 3 matches for "libdlz_bind9".
2011 Feb 06
0
bind9 dlopen/dlz problems
...t I found so far: In order to use the new dlopen DLZ you'll need at
lease bind-9.8.0b1 (make sure to enable it during configure using
--with-dlz-dlopen).
Having installed the new bind, add a new config section to your bind
config:
dlz "Samba zone" {
database "dlopen /usr/lib/libdlz_bind9.so";
}
And that's about as far as I get. During bind startup I only get this
error message:
Loading 'Samba zone' using driver dlopen
Unable to get basedn for
ldapi:///var/lib/samba4/private/ldap_priv/ldapi - (null)
dlz_dlopen of 'Samba zone' failed
SDLZ driver failed to l...
2011 May 12
2
DLZ plugins for bind from samba4
Dear all,
is there a good HOWTO for the DLZ plugins available?
Greetings
Daniel
-----------------------------------------------
EDV Daniel M?ller
Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 T?bingen
Tel.: 07071/206-463, Fax: 07071/206-499
eMail: mueller at tropenklinik.de
Internet: www.tropenklinik.de
-----------------------------------------------
2013 Sep 06
0
Samba 4 "TKEY is unacceptable" driving me NUTS!
.../usr/local/samba/private/dns.keytab rk,
/usr/local/samba/private/dns/** rkw,
/etc/krb5.conf r,
/usr/local/samba/etc/smb.conf r,
#Samba 4 BIND libraries
/usr/local/samba/lib/bind9/dlz_bind9.so rm,
/usr/local/samba/lib/** rm,
/usr/lib/x86_64-linux-gnu/ldb/modules/ldb/** rm,
# with libdlz_bind9, named needs to access /var/tmp/DNS-${HOSTNAME}_xxx ticke$
/var/tmp/** krw,
/tmp/** krw,
2. Regenerated the dns.keytab
3. Ensured that the new DC is listed as the SOA record in the DNS for mydomain.local
4. Added the requested config to my named.com:
tkey-gssapi-keytab "/usr/local/samba/...