1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r14180: The PAC isn't so special that it deserves a level 0 debug any more.

Andrew Bartlett
(This used to be commit 2ab71ed518)
This commit is contained in:
Andrew Bartlett 2006-03-11 02:06:30 +00:00 committed by Gerald (Jerry) Carter
parent beb9d4f794
commit 18ad7a6c87

View File

@ -303,7 +303,7 @@ static krb5_error_code check_pac_checksum(TALLOC_CTX *mem_ctx,
}
#endif
DEBUG(0,("account_name: %s [%s]\n",
DEBUG(3,("Found account name from PAC: %s [%s]\n",
logon_info->info3.base.account_name.string,
logon_info->info3.base.full_name.string));
*pac_data_out = pac_data;