Samba: Difference between revisions

From DWIKI
mNo edit summary
Line 9: Line 9:
*[http://samba.org/samba/docs/man/Samba-HOWTO-Collection/rights.html User Rights and Privileges]
*[http://samba.org/samba/docs/man/Samba-HOWTO-Collection/rights.html User Rights and Privileges]
*[http://samba.osmirror.nl/samba/docs/man/Samba-HOWTO-Collection/locking.html Oplocks]
*[http://samba.osmirror.nl/samba/docs/man/Samba-HOWTO-Collection/locking.html Oplocks]
*[http://pubwww.tudelft.nl/swat/help/Samba-HOWTO-Collection.html Samba HOWTO Collection]


== Samba and LDAP ==
== Samba and LDAP ==

Revision as of 14:11, 22 August 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

remember to add option netbios-name-servers to dhcpd.conf

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.