Herczeg Péter
2012-Mar-29  12:55 UTC
[Samba] Samba4 provision fails "unable to find group id for BIND"
Dear list members,
Based on Samba4 Wiki I try to install and provision a SAMBA4 server on
a Debian server.
version: 6.0.4
kernel: 2.6.32-5-686
samba version: 4.0.0alpha19-GIT-55bd279
I have followed the official HOWTO step by step, but after I run the
provision command:
"/usr/local/samba/sbin/provision"
(REALM: itlabs.net, Domain: itlabs, Server Role: dc, Admin password:
PASSWORD, Retype: PASSWORD)
The configuration starts, but when provision process reach the
following part, it informs me:
"Creating DomainDnsZones and ForestDnsZones partitions
Populating DomainDnsZones and ForestDnsZones partitions
Unable to find group id for BIND,
                set permissions to sam.ldb* files manually
See /usr/local/samba/private/named.conf for an example configuration
include file for BIND
and /usr/local/samba/private/named.txt for further documentation
required for secure DNS updates
Setting up sam.ldb rootDSE marking as synchronized
Fixing provision GUIDs"
Can you help me, what can be the problem?
how can I provide the proper permissions for BIND to set configuration
data and create own smb.conf correctly?
Thanks in advance,
Regards,
Peter
steve
2012-Mar-29  18:08 UTC
[Samba] Samba4 provision fails "unable to find group id for BIND"
El 29/03/12 14:55, Herczeg P?ter escribi?:> Dear list members, >> > Can you help me, what can be the problem? > > how can I provide the proper permissions for BIND to set configuration > data and create own smb.conf correctly? > > Thanks in advance, > > Regards, > > PeterHi Under Ubuntu, we have the bind9.9.0 beta running root:bind These three entries under {install directory}/samba/private, need changing to root:bind ownership: /dns (recursive) dns.keytab and sam.ldb.d HTH, Steve
steve
2012-Mar-29  18:09 UTC
[Samba] Samba4 provision fails "unable to find group id for BIND"
El 29/03/12 14:55, Herczeg P?ter escribi?:> Dear list members, >> > Can you help me, what can be the problem? > > how can I provide the proper permissions for BIND to set configuration > data and create own smb.conf correctly? > > Thanks in advance, > > Regards, > > PeterHi Under Ubuntu, we have the bind9.9.0 beta running root:bind These three entries under {install directory}/samba/private, need changing to root:bind ownership: /dns (recursive) dns.keytab and sam.ldb.d For the install, we found that apparmor needed tearing down too. HTH, Steve