Vladimir Karpov
2013-Jun-26 11:07 UTC
[Samba] Information about sessions of logged in users.
Hi Guys. I have a question if the samba stores information about sessions of users logged in a domain? Or this information exists only in the workstations the users has logged in? Thanks in advance.
Marc Muehlfeld
2013-Jun-26 21:18 UTC
[Samba] Information about sessions of logged in users.
Hello, Am 26.06.2013 13:07, schrieb Vladimir Karpov:> I have a question if the samba stores information about sessions of users > logged in a domain? > Or this information exists only in the workstations the users has logged in?In the samba logs you can find when connections are opened/closed to shares (I think you need at least log level 1): 2013/06/26 14:51:20.491944, 1, pid=10035] smbd/service.c:1114(make_connection_snum) 10.1.0.254 (10.1.0.254) connect to service homedirs initially as user MUC\muehlfeld (uid=1061, gid=513) (pid 10035) And the output of "smbstatus". But this are only the current connections. Regards, Marc