mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
Add a comment showing where to set log level in tests.
This commit is contained in:
parent
46455642a7
commit
64e57a1770
@ -456,6 +456,9 @@ sub provision_raw_prepare($$$$$$$$$$)
|
||||
$ctx->{password} = $password;
|
||||
$ctx->{kdc_ipv4} = $kdc_ipv4;
|
||||
|
||||
#
|
||||
# Set smbd log level here.
|
||||
#
|
||||
$ctx->{server_loglevel} =$ENV{SERVER_LOG_LEVEL} || 1;
|
||||
$ctx->{username} = "Administrator";
|
||||
$ctx->{domain} = $domain;
|
||||
|
Loading…
x
Reference in New Issue
Block a user