Samba: Difference between revisions

From DWIKI
Line 34: Line 34:
*[http://us4.samba.org/samba/docs/man/Samba-HOWTO-Collection/NetCommand.html#sbeuseraddn UNIX and Windows User Management]
*[http://us4.samba.org/samba/docs/man/Samba-HOWTO-Collection/NetCommand.html#sbeuseraddn UNIX and Windows User Management]
*[http://searchopensource.techtarget.com/tip/0,289483,sid39_gci1159865,00.html Managing Samba: Remote GUI tools]
*[http://searchopensource.techtarget.com/tip/0,289483,sid39_gci1159865,00.html Managing Samba: Remote GUI tools]
*[http://gentoo-wiki.com/HOWTO_LDAP_SAMBA_PDC_Performance_Tuning HOWTO LDAP SAMBA PDC Performance Tuning]


  net rpc group addmem  "Domain Users" someuser
  net rpc group addmem  "Domain Users" someuser

Revision as of 12:55, 26 July 2007

Documentation

Samba and LDAP

Samba as PDC

net rpc group addmem  "Domain Users" someuser

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 and tools

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/

Windows cannot connect to the domain, etc..

Switch to workgroup, reboot, join domain again, reboot.