On fresh install of Sabayon Linux 4.2 Gnome, after adding winbind to the /etc/conf.d/samba daemon list, I can run /etc/init.d/samba start and I will get
smbd ok
nmbd ok
winbind ok
Great! (btw...fresh install is a samba version 3.0.33)
I needed to have ADS support compiled for Samba to be able to join my linux computer to our Windows Server 2003 active directory. So I added "net-fs/samba acl oav ldap ads winbind" to the package.use file
ran emerge -av samba (the version that was installed was 3.4.2)
After putting winbind back into the daemon list in /etc/conf.d/samba and run /etc/init.d/samba start I get the following:
smbd ok
nmbd ok
winbind start-stop-daemon: /usr/sbin/winbindd does not exist [ !! ]
Has anyone else had this problem? And if so, were you able to fix it, and how?
Is this an ebuild problem of 3.4.2?
I apologize if this question has already been raised (I did a search and the other winbind questions did not deal with this issue).

