Samba

Samba is an Open Source/Free Software suite that has, since 1992, provided file and print services to all manner of SMB/CIFS clients, including the numerous versions of Microsoft Windows operating systems.
Dec 03 2009

Samba/OpenLDAP Cheatsheet

List domain groups:

net groupmap list

Adding domain group:

smbldap-groupadd -a interchange

Adding user to domain group:

smbldap-groupmod -m racke interchange

Please restart Samba after adding domain groups or adding user to domain groups.

Mar 20 2007

Mounting Shares from win2k3 DCs

This isn't possible with smbfs (see Samba mailinglist).
The solution is to mount with cifs like that:

//server/share /local/dir cifs credentials=/etc/local/creds,ip=192.168.0.200