1833080 Members
2877 Online
110050 Solutions
New Discussion

samba and user account

 
Jason Tan
Advisor

samba and user account

if samba is use and the user account is sync with unix, will unix log the user login time when the user mount share folder through samba? if no, is there any possible way to log the user login?
smtan
2 REPLIES 2
Elif Gius
Valued Contributor

Re: samba and user account

Hi

See /var/opt/samba...
there you find some logs....
U.SivaKumar_2
Honored Contributor

Re: samba and user account

Hi,

edit smb.conf and put these lines

log file = /usr/local/logs/samba.log.%U
log level = 3

restart samba.

you can find access log files userwise under /usr/local/logs/

eg:-

samba.log.user1
samba.log.user2

regards,
U.SivaKumar

Innovations are made when conventions are broken