On 2012-04-04 08:15, steve wrote: Hi, > Provision: > /usr/local/samba/sbin/provision --realm=hh3.site --domain=MARINA > --adminpass=123@Abc --server-role=dc --dns-backend=SAMBA_INTERNAL > > I set smb.conf according to the wiki at: > https://wiki.samba.org/index.php/DNS > > smb.conf > [global] > server role = domain controller > workgroup = MARINA > realm = hh3.site > netbios name = HH3 > passdb backend = samba4 > server services = smb, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, > winbind, ntp_signd, kcc, dnsupdate, dns > allow dns updates = True > dns forwarder = 192.168.1.1 > dns recursive queries = yes > > but: > testparm > Load smb config files from /usr/local/samba/etc/smb.conf > rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384) > Unknown parameter encountered: "server services" > Ignoring unknown parameter "server services" > Unknown parameter encountered: "allow dns updates" > Ignoring unknown parameter "allow dns updates" > Unknown parameter encountered: "dns forwarder" > Ignoring unknown parameter "dns forwarder" > Unknown parameter encountered: "dns recursive queries" > Ignoring unknown parameter "dns recursive queries" > > What have I done wrong?
Uh, testparm is the samba3 tool. You'll want to run "samba-tool testparm" until our configuration parsers are merged. HTH, Kai -- Kai Blin Worldforge developer http://www.worldforge.org/ Wine developer http://wiki.winehq.org/KaiBlin Samba team member http://www.samba.org/samba/team/
signature.asc
Description: OpenPGP digital signature
-- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
