Penguin
Diff: SambaErrorMessages
EditPageHistoryDiffInfoLikePages

Differences between version 19 and predecessor to the previous major change of SambaErrorMessages.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 19 Last edited on Thursday, January 11, 2007 1:07:48 pm by AndrewRoss Revert
Older page: version 18 Last edited on Friday, August 18, 2006 12:52:56 pm by RafalStanilewicz Revert
@@ -44,8 +44,10 @@
  
 [This post|http://lists.samba.org/archive/samba/2005-January/098470.html] helped a bit. 
  
 ~EwenMcNeill: From what I can tell the underlying cause of this error is that the authentication of the user worked, but it wasn't possible to load in their account information. Not having set up nsswitch.conf properly is one cause of that; having set up nsswitch.conf but not having restarted nscd (the caching daemon) is another cause. (The most obvious symptom for "not having restarted nscd" is that "getent passwd | grep USER" finds the user, but "getent passwd USER" doesn't, because the former doesn't seem to go through nscd, but the latter does -- and the latter is the same sort of call as Samba is making. If you see those symptoms check for nscd even if you didn't think you had it installed.) 
+  
+If both invocations of gentent work, make sure you've restarted samba since adding winbind to /etc/nsswitch.conf  
  
 Another thing to check (esp on Solaris) is that the libnss_winbind.so is in /lib and there are a bunch of symbolic links to it in /lib: 
  libnss_winbind.so.1 
  libnss_winbind.so.2