/etc/fstab
//server/share /media/cifs/ cifs rw,user,auto,credentials=/home/username/.smbcredentials,uid=1000,gid=100 1 2
$ vim .smbcredentials
.smbcredentials
username=foobar password=blabla
$ chmod 600 .smbcredentials
pdbedit –pwd-must-change-time=timestamp username
timestamp je unix time ko mora spremenit password
ce das to na 0 pol bo moral spremenit
smb.conf
strict syn = no sync always = no printable = no load printers = no preserve case = no default case = lower disable netbios = yes deadtime = 15
The winbindd deamon can log its status to the winbind log file upon request using the signal USR2.
If debuglevel is set to 2 or above, the windbindd dameon will also print the list of clients currently active.
# killall -USR2 winbindd
The winbind log level can be set separately in the smb.conf (/etc/samba/smb.conf) file using the “log level” option, for example:
log level = 2 winbind:3
# service winbind reload