Samba: Difference between revisions

From DWIKI
Line 2: Line 2:


*[http://www.samba.org Homepage]
*[http://www.samba.org Homepage]
*[http://samba.org/samba/docs/man/Samba-HOWTO-Collection/ Samba HOWTO collection]
*[http://tuxick.net/docs/samba.html my old samba links]
*[http://tuxick.net/docs/samba.html my old samba links]
*[http://www.oreilly.com/catalog/samba/chapter/book/ O'Reilly book]
*[http://www.oreilly.com/catalog/samba/chapter/book/ O'Reilly book]

Revision as of 17:05, 7 February 2007

Documentation

Samba and LDAP

Samba as PDC

net rpc group addmem someuser "Domain Users"

nt 4.0 reskit to manage domain users!!

cpau.exe to run stuff as other user

Windows complaining about wrong rights on profile

Terms

Commands

  • net
  • testparm
  • pdbedit
  • smbmount or just mount -t smbfs -o username=foo,password=bar //server/share /mnt/point
  • smbclient
  • smbstatus
  • nmblookup -M domainname

FAQ

Cannot update roaming profile

Usually because a file is in use, check out

HKEY_CURRENT_USER\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon\ExcludeProfileDirs

Can't join domain

close all shares log in to windows, no anonymous 'login'


smbmount

mount -t smbfs -o username=someuser,uid=uidofmountpoint,gid=gidofmountpoint,fmask=775 //servername/sharename /mnt/sharename/