gensec: Change log level for message when obtaining PAC from gss_get_name_attribute...
authorChristof Schmitt <cs@samba.org>
Fri, 1 Jul 2016 18:52:15 +0000 (11:52 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 6 Jul 2016 02:27:03 +0000 (04:27 +0200)
commit20319ba51e0df60e1dc7787b81f7078467d64878
tree673aa37bb5af759e0b6adff2ec32d471417c070b
parent77f3730295735dc9465c8e3d07fc761c83761b6e
gensec: Change log level for message when obtaining PAC from gss_get_name_attribute failed

This is the second part for the issue from commit 8bb4fccd. A KDC that
does not return a PAC first triggers this message, then the "resorting
to local user lookup" one. Change the log level for the "obtaining PAC
via GSSAPI gss_get_name_attribute" message as well to avoid spamming the
logs during normal usage. While changing this message, also remove the
discard_const since it is no longer required.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Wed Jul  6 04:27:03 CEST 2016 on sn-devel-144
auth/kerberos/gssapi_pac.c