mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r6571: create a simple smb.conf by provision.pl
metze
(This used to be commit af16ecb7ac
)
This commit is contained in:
parent
34a70b80da
commit
b686e0b926
@ -440,6 +440,14 @@ $opt_quiet or print "saving dns zone to $newdb/$dnsdomain.zone ...\n";
|
||||
|
||||
FileSave("$newdb/$dnsdomain.zone", $res);
|
||||
|
||||
$data = FileLoad("setup/provision.smb.conf") || die "Unable to load provision.smb.conf\n";
|
||||
|
||||
$res = apply_substitutions($data);
|
||||
|
||||
$opt_quiet or print "saving smb.conf to $newdb/smb.conf ...\n";
|
||||
|
||||
FileSave("$newdb/smb.conf", $res);
|
||||
|
||||
$opt_quiet or print "creating $newdb/hklm.ldb ... \n";
|
||||
|
||||
system("ldbadd -H $newdb/hklm.ldb setup/hklm.ldif") == 0 || die "Failed to create hklm.ldb\n";
|
||||
@ -449,5 +457,7 @@ $opt_quiet or print "
|
||||
Installation:
|
||||
- Please move $newdb/*.ldb to the private/ directory of your
|
||||
Samba4 installation
|
||||
- Please move $newdb/smb.conf to the lib/ directory of your
|
||||
Samba4 installation
|
||||
- Please use $newdb/$dnsdomain.zone in BIND on your dns server
|
||||
";
|
||||
|
4
source4/setup/provision.smb.conf
Normal file
4
source4/setup/provision.smb.conf
Normal file
@ -0,0 +1,4 @@
|
||||
[globals]
|
||||
netbios name = ${HOSTNAME}
|
||||
workgroup = ${DOMAIN}
|
||||
realm = ${REALM}
|
Loading…
Reference in New Issue
Block a user