Bug 5317 - Debugging output in domain_client_validate() not consistent with values used
Summary: Debugging output in domain_client_validate() not consistent with values used
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Domain Control (show other bugs)
Version: 3.0.28
Hardware: Sparc Solaris
: P3 minor
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-10 17:41 UTC by oster
Modified: 2008-03-14 16:24 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description oster 2008-03-10 17:41:48 UTC
in auth/auth_domain.c in the function domain_client_validate() user_info->client_domain is passed to rpccli_netlogon_sam_network_logon().
If that call fails, however, the domain value reported via the debugging output is user_info->domain.  Changing 'user_info->domain' to 'user_info->client_domain' in the DEBUG line will help preserve the sanity of users attempting to figure out why things look right but arn't working.

This problem exists in older versions, but was found in 3.0.28a.  (which isn't selectable in the Version menu scrollbox above.. which is a different bug, I suppose :) )
Comment 1 Volker Lendecke 2008-03-14 16:24:55 UTC
Fixed, thanks.

Volker