[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Listing linux users
- To: openldap-technical@openldap.org
- Subject: Listing linux users
- From: Thiago Parolin <tlparolin@gmail.com>
- Date: Wed, 20 Feb 2013 15:26:12 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=AAOSVa0OztFmlamWlEX+vF+iDrwsnVTj3OHUs3A1D7w=; b=GUNoj1DqE4qjvVEirKvyfyTyWgSDRyycO+TSbWI+mkhrFi1E91rmb5D1zEzBG3iUQW pPekxUbB+OOyNFbexqBGg+OZqRz4PZqrZWocb8dN2BL+ssbXfkZ9gwyaOPr/yqmnr0xq wv6nfBHLw/+C94mzSv6XKGQKfS2bJufZ/qJrD0G0UebiesLSACCp+jyTeoPiGDbKip89 QuUvEzctF8sU/vJ2l7MXU3JKD+2QUlmu6qap6lcx0BTsyrcuoInKj3OASKPMG3lW7ptF JRZvJGAYe+VvwruMdojFkerI8pEP+AvBdZslxEylEsTjNrUAo44PvKTG1RKsY1fo2zeZ 4J8w==
Hi all.
My scenario is:
openldap/samba pdc server for authenticating Windows and Linux.
I need to know when a user, from Linux clients, logs in and out from the system.
If some problem occurs, i need to know who was logged, in particular computer, in that time.
With windows computers, the "last" bash command (in server) gave me the information needed, but with linux clients i don't know what i have to do.
They are not listed with "last" command.
I don't want to redirect all auth logs from clients to my server. It probably will overload my server.
There are some way to do this?