Bug 4872 - wbinfo -D {domain} shows wrong info right after boot
Summary: wbinfo -D {domain} shows wrong info right after boot
Status: NEW
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: winbind (show other bugs)
Version: 3.0.24
Hardware: x86 Linux
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on: 6349
Blocks:
  Show dependency treegraph
 
Reported: 2007-08-10 06:03 UTC by Arno
Modified: 2009-09-09 19:45 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 Arno 2007-08-10 06:03:56 UTC
OS: Debian 4.0/Etch x86 

I have a very strange problem with winbind. The issue is that when my machine boots, right after boot 'wbinfo -D {mydomain}' shows:

Name              : PHYSICS
Alt_Name          : Physics.xxxxxxxxxxxx
SID               : S-1-5-21-1818682373-3371831198-3922779086
Active Directory  : No
Native            : No
Primary           : Yes
Sequence          : -1

Although winbind works, it doesn't make sense as the machine is connected to a Windows2003 ADS Server. But the strange thing is that when I ie. issue '/etc/init.d/winbind restart' it shows:

Name              : PHYSICS
Alt_Name          : Physics.xxxxxxxxxxxx
SID               : S-1-5-21-1818682373-3371831198-3922779086
Active Directory  : Yes
Native            : Yes
Primary           : Yes
Sequence          : -1

Note that both "Active Directory" and "Native" now say Yes (as expected). Also note that winbind does seem to work properly in both cases, so it seems only wbinfo is "told" that Active Directory = No (?)

I've tried changing several options in smb.conf but this doesn't fix this behaviour. I also tried changing the priority of the init-symlink in runlevel 2 (from 20 to 99 etc.).