smbd: avoid extra churn on a debug print
authorUri Simchoni <uri@samba.org>
Thu, 1 Dec 2016 04:29:34 +0000 (06:29 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 1 Dec 2016 13:16:23 +0000 (14:16 +0100)
commitbde7d74c4a58535f05cbfff133e5a2d2b90e11d7
tree39f7efc9bb5fc65ac513528be8360a1c22465ff1
parentc4409ea13074e0b01bcdd3020595e00bbd74225d
smbd: avoid extra churn on a debug print

Remove the user / group name in debug-printing of a
POSIX-ACL-derived ACE.

Obtaining the user name might result an extra lookup
to the domain. In a typical case, a user raises logging
level to 10 to troubleshoot an issue, so connectivity
problems are likely to exist. In that case we won't want
the extra debug printing to create more issues.

Signed-off-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/smbd/posix_acls.c