similar to: multiple samba log ins

Displaying 20 results from an estimated 40000 matches similar to: "multiple samba log ins"

2005 Dec 27
5
Multiple program instances or multiple log ins?
This all comes out of figuring out how I might run Evolution like I run Eudora. I see where Evolution places its data in a hidden directory: ~/.evolution Now why it is felt necessary to put all of this stuff in hidden directories is beyond me. So it would seem that Evolution is treating each useid as a personality for the logged in user. Given the way Evolution organizes its data, I could
2020 Sep 16
0
Logging successful log-ins
Yeah, it's a wiki. Go for your life! Adding info on the per-log class stuff to log into different files like dsdb_password_json_audit:4@/var/log/samba/password.log would be awesome too. Andrew Bartlett On Wed, 2020-09-16 at 10:53 -0700, Gregory Sloop via samba wrote: > There's a note at the top of that document: > > "Samba only supports logging of succeeded
2020 Sep 16
3
Logging successful log-ins
Hi all, Due to a security breach at my office recently, we need to log successful / failed log-ins.? I've put in "log level = 3" in smb.conf on our active directory domain controller which seems to log what we need, however this is generating massive log files, due to it logging every file opening/closing by all users.? How do I log successful/failed log-ins without having to
2020 Sep 16
1
Logging successful log-ins
ABvs> Yeah, it's a wiki. Go for your life! I can do that - I just was not sure I was right and didn't want to put something in the wiki that wasn't factually accurate. So, just to be extra explicit. Samba can log both sucessful and failed authentications, but only successful authorizations, not unsuccessful authorizations. Right? ABvs> Adding info on the per-log class stuff
2020 Sep 16
2
Logging successful log-ins
There's a note at the top of that document: "Samba only supports logging of succeeded authorization events." Does that mean that it won't log authentication events at all? Because that's implied. I think it would be better, assuming it will log auth events, to say; "Samba only supports logging of *successful* authorization events, not unsuccessful. Samba also supports
2015 Sep 09
2
Writing built-ins for instructions returning multiple operands
I have written many builtins for our SHAVE processor which bind directly to our instructions, and making instructions that are not easily selectable by the compiler available to the programmer. The majority of these are straight-forward enough, taking a small number pf input operands and returning a single result; for example 'int __builtin_shave_mul(int, int)' might map onto a simple
2014 Jun 30
2
[LLVMdev] r156323 - Reassociate FP operands.
Owen/All, I've been working on adding support for reassociation with unsafe math (see: http://reviews.llvm.org/D4129). Do you know if this change, r156323, is still necessary? Specifically, do we need the reassociation pass to canonicalize FP operands for CSE to work effectively? This kinda scares me if it does! :( Side note: Without this canonicalization, I did see a 3% regression in Mesa
2015 Aug 12
2
multiple messages per second to a single mailbox
On Aug 12, 2015, at 11:58 AM, Daniel Tr?der <troeder at univention.de> wrote: > On 08/12/2015 17:19, Chad M Stewart wrote: >> What I'm seeing is very high load on the system (40) and queues building on the Postfix side. > High load means, that there are a lot of processes waiting to run. The > most likely cause for this is not CPU consumption, but I/O wait. > >
2002 Feb 20
1
getent group "INS+Domain Admins" works, but getent group "INS+Dom ain Users" fails?!? Number of users problem?
Hello, Lastest stroy is that getent group "INS+Domain Admins" works, but getent group "INS+Domain Users" fails?!? Anybody have any information on this? This works fine with linux, but is not working with solaris. I saw some note somewhere about the number of users in a group causing problems. Was this not fixed? David
2015 Aug 17
1
multiple messages per second to a single mailbox
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 2015-08-14 7:52 AM, Chad M Stewart wrote: > > The problem happened again this morning. Removing fsync calls helped, but I'm not sure about leaving that enabled long term. > > I still believe the problem is multiple dovecot processes trying to write to a single folder at the same time. (If I could run dtrace I might be able to
2013 Jul 29
1
[LLVMdev] Question on optimizeThumb2JumpTables
On Jul 29, 2013, at 6:50 AM, Chad Rosier <chad.rosier at gmail.com> wrote: > Hi Jakob, > You're the unfortunate soul who last touched the constant island pass, right? Do you happen to have any insight for Daniel? Sorry, no. I don't remember working with that particular bit of code. You could try digging through the commit logs. Thanks, /jakob > On Tue, Jul 23, 2013 at
2005 Dec 22
2
using slidedown and slide up in a multiple level menu
can someone take a look at a menu I am trying to build using slideUp and slideDown. I finally got it working in IE and now in Firefox, it works fine on the first level, but not on the submenus. They just slide over the top of the divs that follow them. Where am I going wong? http://mod.dreamchasers.com/menutest.php Thanks! Chad _______________________________________________
2015 Aug 12
3
multiple messages per second to a single mailbox
On Aug 12, 2015, at 11:04 AM, Andrzej A. Filip <andrzej.filip at gmail.com> wrote: > > <..snip..> > Could you provide the following info: > a) mailbox type (maildir/mbox/dbox/...) maildir > [mail_location in dovecot's config] /srv/mail/<domain>/<user-mailbox>/ > b) file system type (ext2/ext3/ext4/fat32/...) > [provided by "df -T"
2012 Sep 19
0
[LLVMdev] SPIR - Built-ins and Name Mangling discussion
Hi All, In this thread we would like to review the built-ins and name mangling approach which we chose for SPIR. Specifically, I think a discussion on the atomics and memcpy should be interesting. *****OpenCL Built-ins Introduction****** OpenCL provides a huge set of utility functions (>6000 built-ins) which are available for the developers of OpenCL. These functions are called built-ins.
2012 Jun 13
2
[LLVMdev] LLVM target specific built-ins
Hi all, Does someone knows if there is an easy way to list LLMV built-ins that are target specific ? For instance I would like to know all LLVM built-ins that are implemented for ARM NEON unit, how can I list them ? get their prototype ? Thanks for your answers Best Regards Seb -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Apr 02
2
[LLVMdev] [PATCH] fix outs/ins of MOV16mr instruction (X86)
On Wed, Mar 25, 2015 at 10:28 AM, Tim Northover <t.p.northover at gmail.com> wrote: > >> Why? i16mem here stands for the pointer, not the actual memory. A > >> store doesn't define a pointer, so why would it be in "outs"? > > > > Then why does this "i16mem:$dst" belongs to "ins"? Is that wrong, > correct? > > Think
2012 Jun 13
0
[LLVMdev] LLVM target specific built-ins
The easiest way is probably to look at the source tree and look at the intrinsicsARM.td in llvm/include/llvm directory. Micah From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Sebastien DELDON-GNB Sent: Wednesday, June 13, 2012 6:16 AM To: LLVMdev at cs.uiuc.edu Subject: [LLVMdev] LLVM target specific built-ins Hi all, Does someone knows if there is an
2009 Oct 17
2
Totem needs plug-ins
Just tried to play a movie/DVD and Totem (what automatically popped up when I inserted the DVD) said it needed plug-ins... it didn't say which plug-ins. The website listed in the help page no longer exists. I have four of the gstreamer packages and libdvdcss installed, but I guess there's something more needed. Anyone know? tia for the tips. -- War is a failure of the imagination.
2018 May 29
1
Excel Add-Ins Not Loaded When Using excel.link & RDCOM
Dear All, I am using excel.link package to open and modify Excel files. When I manually open Excel, all my add-ins are loaded without a problem. But when I open Excel using excel.link package, like: xls<-xl.get.excel() xl.workbook.open("MyFile.xlsx") some Excel add-ins are (installed but) not loaded. Since the problem is related to local add-ins at my side, I cannot reproduce the
2009 Sep 18
0
[LLVMdev] Problems with live-ins and live-outs
Hi, With the MSP430 target I have live-in/live-out problems pointed out by Machine Instruction Verifier with the attached test-case compiled with: clang-cc -triple=msp430-unknown-unknown test-live.c -S -o - -O1 -verify-machineinstrs -debug For example: %R15W is killed in MBB#0: CMP16rr %R14W<kill>, %R15W<kill>, %SRW<imp-def> But %R15 as live-in in MMB#1: if.else: 0xa244c20,