I got samba with winbind and pam to integrate with windows 2008 ADS. I am able to net ads join and also see the users and groups via wbinfo. But my samba connection is not working and not showing when I try to mount in windows. No errors pop up under smbstatus. Below is the smb.conf
[GLOBAL] workgroup = ARCH realm = ARCH.LOCAL netbios name = ARCHPROJFC password server = 192.168.1.40 preferred master = no server string = %h server (Samba %v, Ubuntu) encrypt passwords = yes enable privileges = Yes # dns proxy = no log level = 3 log file = /var/log/samba/%m max log size = 50 security = ADS printcap name = cups printing = cups winbind enum users = Yes winbind enum groups = Yes winbind nested groups = Yes winbind separator = + idmap uid = 600-20000 idmap gid = 600-20000 ;template primary group = "Domain Users" template homedir = /home/%D/%U template shell = /bin/bash [WORKSPACE] comment = Home Direcotries path = /home/%D/%U/Workspace valid users = ARCH+Administrator read only = No browseable = yes writable = yes [PRINTERS] comment = All Printers path = /var/spool/cups browseable = no printable = yes guest ok = yes public = yes On Wed, Jan 4, 2012 at 9:31 AM, Jessica Guynn <[email protected]> wrote: > Used likewise-open because was following a tutorial on that same site. So > better change to winbind? > > On Wed, Jan 4, 2012 at 7:40 AM, Volker Lendecke <[email protected] > > wrote: > >> On Wed, Jan 04, 2012 at 07:29:11AM -0800, Jessica Guynn wrote: >> > Forgot to add, using likewise-open to add the ubuntu machine to the >> windows >> > ads. >> > >> > On Wed, Jan 4, 2012 at 7:20 AM, Jessica Guynn <[email protected]> >> wrote: >> > >> > > Creating a samba connection through windows 2008 ADS. I was able to >> add >> > > my ubuntu machine as a member of the windows 2008 domain but after >> > > following this tutorial to create the samba connection >> > > >> http://www.ubuntugeek.com/how-to-integrate-windows-active-directory-and-samba-in-ubuntu.htmlI >> > > can no longer login with domain users. My nsswitch.conf, krb5.conf, >> and >> > > smb.conf files are pasted in: http://pastebin.com/VKphVVwg >> >> Can you try to take likewise-open out of the picture? Samba >> with winbind has excellent domain membership features. What >> are the specific likewise open features that you require >> that winbind can not provide to you? >> >> With best regards, >> >> Volker Lendecke >> >> -- >> SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen >> phone: +49-551-370000-0, fax: +49-551-370000-9 >> AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen >> http://www.sernet.de, mailto:[email protected] >> > > -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
