Displaying 20 results from an estimated 20000 matches similar to: "Adding and removing users to groups - where is the audit trail"
2015 Jan 13
1
Adding and removing users from groups - where is the audit trail?
Folks,
I am fairly new to Samba 4 so excuse my lame question. Am trying to find
out where and how we can log account management activities on Samba 4. For
example, domain admin adds an account to the domain admin groups or domain
admin disables an account due to employment separation. I can?t find any
record of this activity on any logs. Am I missing something?
Thanks.
2005 Jul 26
6
implement audit trail table
has anyone has any idea how to implement audit trail table for all update /
deletion done on records?
I''m thinking to have corresponding audit trail table to each table, so
everthing before an update or deletion is done, a new record will be insert
into the corresponding audit trail table.
Is there a way to overwrite the save, destroy, method at the application
level? so that I do not
2005 Feb 25
2
Audit Trail/Logging For Network Logons and Logoffs
Hi Folks,
I have searched the archives and the web for this issue, but I haven't found
an answer.
I need to be able to log or audit the network access of our network users.
This information needs to be used in conjuction with a time and attendance
punch clock.
I have seen much discussion of using preexec and postexec for obtaining a
network access log. However, my testing has shown this as
2005 Apr 12
2
Transactions, audit trails, and logging (fairly long)
I''m building a system where every change made to the database has to
auditable. Every time a change is made I store a timestamp, a user id,
and description of the transaction in a db_transactions table. Every
other table has a transaction_id field that references what transaction
last created or updated it. How I handle updates now is have a
DbTransactions model that contains
2004 Aug 06
1
Trying to compile ices under FreeBSD
Also sprach Alex Gutteridge:
>
> >Aha! That did the trick. Thanks, I'll be testing it presently. But why
> >can't configure find the lame, shout and python libraries (all under
> >/usr/local/lib), even with explicit directives for them?
> >
> I had the same problem with the ices configure script not finding lame
> and perl. I found that running configure
2006 Aug 23
1
user audit log
Dear Expert,
I need to log user's activities (ie. Create, Delete, remove .. etc) .. I
have already configured /etc/samba/smb.conf to:
syslog = 10
log file = /var/log/samba/%U.%m.log
then
I try to login as user and remove something there .. but my samba does not
log the activities ..
please help..
Thanks & Regards
Winanjaya
***********************
No virus was detected in the
2012 Dec 26
0
Syslinux 5.00 LABEL directive with trail space fails
In Syslinux 5.00, when a LABEL directive ends with trailing space(s),
the boot entry fails (it can't found the "file").
Example:
*** cfg start ***
DEFAULT hello1
PROMPT 0
LABEL hello1
COM32 hello.c32
*** cfg end ***
In the above cfg file, add a trailing space character after "LABEL
hello1" so to make it fail.
The following different cases were tested too:
_
2010 Jul 25
0
Amazon Trail II, game window won't grab focus
I'm trying to run Amazon Trail II, an old MECC game.
It installs fine and seems to load okay, however the game window within the main wine window is greyed out and the mouse and keyboard can't seem to get focus. The sound still works and no error messages are reported on the console.
Any help would be greatly appreciated!
For info: I'm running Linux Mint 9 (~Ubuntu 9.10) and Wine
2004 Aug 06
0
Trying to compile ices under FreeBSD
looks like you need to set
CPPFLAGS="-I/usr/local/include"
and
LDFLAGS="-L/usr/local/lib"
in your configure environment.
<p>Quoting Luiz Claudio Duarte <lclaudius@luiz.claudio.nom.br>:
> Also sprach Michael Smith:
> >
> > >Ok. I'm using shout and not ices (I couldn't get it to compile;
> I'm
> > >using FreeBSD and
2006 Aug 16
1
Warning: MFC of security event audit support RELENG_6 in the next 2-3 weeks
Dear 6-STABLE users,
In the next 2-3 weeks, I plan to MFC support for CAPP security eventing
auditing from 7-CURRENT to 6-STABLE. The implementation has been running
quite nicely in -CURRENT for several months. Right now, I'm just waiting on a
confirmation from Sun regarding formal allocation of a BSM header version
number so as to avoid accidental version number conflicts in the
2006 Aug 16
1
Warning: MFC of security event audit support RELENG_6 in the next 2-3 weeks
Dear 6-STABLE users,
In the next 2-3 weeks, I plan to MFC support for CAPP security eventing
auditing from 7-CURRENT to 6-STABLE. The implementation has been running
quite nicely in -CURRENT for several months. Right now, I'm just waiting on a
confirmation from Sun regarding formal allocation of a BSM header version
number so as to avoid accidental version number conflicts in the
2004 Aug 06
2
Trying to compile ices under FreeBSD
Also sprach Robin P. Blanchard:
> looks like you need to set
>
> CPPFLAGS="-I/usr/local/include"
> and
> LDFLAGS="-L/usr/local/lib"
>
> in your configure environment.
Aha! That did the trick. Thanks, I'll be testing it presently. But why
can't configure find the lame, shout and python libraries (all under
/usr/local/lib), even with explicit
2016 Apr 29
1
C5: The Firefox ESR 45.1.0 Nighmare - bunny trail
On 04/29/2016 04:44 AM, Rob Kampen wrote:
*snip*
> So what's gone wrong with the Linux Desktop developers?
I don't know, but that's why I use MATE.
I get acceptable performance on my T410 thinkpad with 4GB of memory and
outstanding performance on my home built desktop with 16GB of memory.
The T410 has been upgraded with an Intel SSD.
Gnome3 on the Thinkpad was just painful.
2011 Jan 29
2
On the trail of sigsuspend(2)
SIGSUSPEND(2) Linux Programmer's Manual SIGSUSPEND(2)
NAME
sigsuspend - wait for a signal
SYNOPSIS
#include <signal.h>
int sigsuspend(const sigset_t *mask);
? and ?
SIGSUSPEND(2) BSD Programmer's Manual SIGSUSPEND(2)
NAME
sigsuspend - atomically release blocked signals and wait for interrupt
SYNOPSIS
2012 Aug 08
7
How protect bash history file, do audit alike in server
hello,
I want to protect the history file from deleted for all users except
user 'root' can do it, is that possible?
For my server, many users can log in with root from remote through
ssh, so I can not trace which guy do wrong things. So I decide to create
new account for every users and let them use 'sudo' then I can trace
which guy typed which command and what he
2004 Aug 06
2
Trying to compile ices under FreeBSD
Also sprach Michael Smith:
>
> >Ok. I'm using shout and not ices (I couldn't get it to compile; I'm
> >using FreeBSD and can't code C worth a damn), so the second approach
> >will not work. But I can write a parsing script (I had'n thought of
> >the cue file), so I'll be trying that.
>
> Please don't use shout. It's buggy,
2016 Apr 29
0
C5: The Firefox ESR 45.1.0 Nighmare - bunny trail
On 04/29/2016 10:21 PM, James Hogarth wrote:
> On 29 April 2016 at 09:55, isdtor <isdtor at gmail.com> wrote:
>
>> Always Learning writes:
>>> However the time-wasting problem remains, so too do the down-loaded
>>> extensions in /tmp, example tmp-xxx.xpi
>> The reason behind this is the missing patch referenced by Johnny's posting
>> that you
2002 Jan 01
0
messaging problems
I'm having trouble sending messages to my Win2000 and XP clients.
Everything worked with Samba 2.2.2, and now with Samba 3.0 (CVS) it fails.
Below are two trails, the first works (sending to the Samba server) and
the second fails.
(Also, how do I get rid of the upcase.dat, lowcase.dat, and valid.dat
errors?)
Thanks!!
-Paul
penguin# echo "TEST" | smbclient -M penguin
incorrect size
2004 Aug 06
2
includes and libraries
Thanks to Mike for pointing me to ices and away from the braindead shout.
I'm kind of stumped on this one, now.
I compiled ices-0.2.3 just fine
it actually works! :)
Ok, so I want to reencode for a lower bitrate (ices -R) and it complains
that I need lame. ok, so I grab it.
I compiled lame-3.92 (and lame can at least be started on the cli)
So I go back to ices-0.2.3 and run:
# ./configure
2004 Aug 06
1
ices configure can't find lame library
On Sat, 2002-07-20 at 14:43, Mark W. Davis wrote:
> Did you try --with-lame-libraries=/usr/local/lame or variations thereof?
> Some configure scripts do not like the explicit path to the library.
>
Yes, I tried all kind of variations I can think of. I even just now
installed lame RPM, but it still didn't work. I can't think of anything
else to try right now.
Rdb