mirror of
https://github.com/samba-team/samba.git
synced 2025-07-15 16:59:09 +03:00
drs repl: Only print raw DRS replication traffic at level 9
This can be sensitive even with the passwords still encrypted. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13017 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
@ -48,7 +48,7 @@ def drsuapi_connect(server, lp, creds):
|
||||
"""
|
||||
|
||||
binding_options = "seal"
|
||||
if lp.log_level() >= 5:
|
||||
if lp.log_level() >= 9:
|
||||
binding_options += ",print"
|
||||
binding_string = "ncacn_ip_tcp:%s[%s]" % (server, binding_options)
|
||||
try:
|
||||
|
Reference in New Issue
Block a user