Penguin
Diff: ActiveDirectorySamba
EditPageHistoryDiffInfoLikePages

Differences between current version and revision by previous author of ActiveDirectorySamba.

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

Newer page: version 45 Last edited on Monday, April 17, 2006 7:05:37 pm by MichaelGronlund
Older page: version 44 Last edited on Monday, July 18, 2005 11:30:31 pm by JohnEnnew Revert
@@ -319,8 +319,16 @@
  winbind enum users = yes 
 </verbatim> 
  
 8. store your winbind credentials with wbinfo --set-auth-user=DOMAIN\\administrator%password 
+  
+NOTE: This step may fail with one or more of the following errors:  
+<verbatim>  
+ could not obtain winbind separator!  
+ could not obtain winbind domain name!  
+</verbatim>  
+Should you receive either or both errors, it is because winbind is not currently running continue with the remaining steps and return to this step after winbind has been started.  
+  
  
 9. modify /etc/pam.d/samba (on woody) or the appropriate pam file to add "sufficient" for auth and account using pam_winbind.so. These need to go BEFORE the pam_unix.so calls for samba. My /etc/pam.d/samba is as follows: 
  
 <verbatim>