search for: abv

Displaying 20 results from an estimated 102 matches for "abv".

Did you mean: abi
2020 Sep 16
2
Logging successful log-ins
...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 logging of both successful and unsuccessful auth events." Just my two bits worth. ABvs> On Wed, 2020-09-16 at 17:46 +0100, Piers Kittel via samba wrote: >> 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 do...
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 authoriza...
2020 Sep 16
0
Logging successful log-ins
...be better, assuming it will log auth events, to say; > "Samba only supports logging of *successful* authorization events, > not unsuccessful. Samba also supports logging of both successful and > unsuccessful auth events." > > Just my two bits worth. > > > > ABvs> On Wed, 2020-09-16 at 17:46 +0100, Piers Kittel via samba > wrote: > > > 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 > &gt...
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
2008 May 05
2
ABV.BG автоматичен отговор
???????? ?????? ???? www.dark-strike.com
2008 May 06
0
ABV.BG автоматичен отговор
???????? ?????? ???? www.dark-strike.com
2009 Feb 12
1
problem when using xapian's static libs in windows
...lic: __thiscall Xapian::Document::~Document(void)" (??1Document at Xapian@@QAE at XZ) xapianindex.obj : error LNK2019: ????????? "public: unsigned int __thiscall Xapian::WritableDatabase::add_document(class Xapian::Document const &)" (?add_document at WritableDatabase@Xapian@@QAEIABVDocument at 2@@Z)??????? _main ???? xapianindex.obj : error LNK2019: ????????? "public: void __thiscall Xapian::Document::add_posting(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned int,unsigned int)" (?add_post...
2018 Jun 13
2
ldap server require strong auth = no
I, perhaps amazingly, have FreeNAS working properly now. One of the issues was that I needed to set ldap server require strong auth = no on the Samba DC. So, what are the implications of doing that? Does authentication happen over LDAP, or just user/group enumeration? Is there a wiki page that covers that somewhere? [And how does Windows not suffer from the same security issues, if it's
2006 Nov 05
0
[LLVMdev] Port succesful
...ors: BugDriver.obj : error LNK2019: unresolved external symbol "public: bool __thiscall llvm::BugDriver::runManyPasses(class std::vector<class llvm::PassInfo const *,class std::allocator<class llvm::PassInfo const *> > const &)" (?runManyPasses at BugDriver@llvm@@QAE_NABV?$vector at PBVPassInfo@llvm@@V?$allocator at PBVPassInfo@llvm@@@std@@@std@@@Z) referenced in function "public: bool __thiscall llvm::BugDriver::run(void)" (?run at BugDriver@llvm@@QAE_NXZ) bugpoint.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall ll...
2011 Jan 09
13
yum difference
Hi, Can you tell me what ate differences in the source code between the original Red Hat yum and the one which Centos uses for updates? Regards Peter -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110110/66610d8c/attachment-0002.html>
2008 Apr 25
5
Non-linear system of equations
Hello R users, I am trying to estimate the parameters of a bimodal normal distribution using moments matching, so I have to solve a non-linear system of equations. How can I solve the following simple example? x^2 - y^2 = 6 x ? y = 3 I heard about nlsystemfit, but I don?t know how to run it exactly. I have tried the following code, but it doesn?t really work: f1 <-y~ x[1]^2-x[2]^2-6 f2
2007 Oct 11
5
rearrange data columns
Dear R users, I need to to the the following. Let a= 1 2 3 4 5 6 and b= -1 -2 -3 be (2x3) matrices. -4 -5 -6 I need to combine the two matrices into a new (2x6) matrix like this: ab = ( 1 -1 2 -2 3 -3 ) 4 -4 5 -5 6 -6 How can this be done in R? ----------------------------------------------------------------- ?????? ???
2010 Nov 22
2
I need a very specific unique like function and I don't know even how to properly call this
consider this matrix: [,1] [,2] [1,] 3 7 [2,] 6 5 [3,] 7 5 [4,] 3 5 [5,] 7 5 [6,] 5 5 [7,] 8 4 [8,] 2 4 [9,] 7 4 [10,] 0 6 I need to delete all rows where column 2 above and below has the same value, so the effect would be: [,1] [,2] [1,] 3 7 [2,] 6 5 [6,] 5 5 [7,] 8 4 [9,] 7 4 [10,] 0 6
2009 Dec 21
5
Monitor Network Traffic
What is the best way to monitor the total incoming / outcoming network traffic of CentOS server. I think that the solution is to monitor the network interfaces and to send SNMP packets to remote server. But is it possible? regards -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Dec 24
3
[LLVMdev] win32 broken again
...t it broke VC++: Bytecode.lib(ReaderWrappers.obj) : error LNK2001: unresolved external symbol "public: __thiscall llvm::sys::Path::Path(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0Path at sys@llvm@@QAE at ABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z) System.lib(Signals.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall llvm::sys::Path::isDirectory(void)const " (?isDirectory at Path@sys at llvm@@QBE_NXZ) referenced in function "void...
2009 Mar 22
1
ConVirt 1.0 released
> >Message: 1 >Date: Fri, 20 Mar 2009 11:04:39 -0700 (PDT) >From: jd >Subject: [CentOS-virt] ConVirt 1.0 released. >To: centos-virt at centos.org >Message-ID: >Content-Type: text/plain; charset=us-ascii > > >hi > Just wanted to bring to your attention the release of ConVirt 1.0. >
2003 Sep 13
4
Large memory issues on 4-STABLE
...MAXDSIZ="(2000*1024*1024)" options MAXSSIZ="(128*1024*1024)" options DFLDSIZ="(512*1024*1024)" Now here's the problem, consistent with three versions of 4-STABLE over the last couple of weeks and finally yesterday. Everything works perfectly as abve except that limit reports datasize 2048000 kbytes - which kind of makes sense given the figures above. However, the guys want to be able to use all the RAM, not just 2GB If I increase MAXDSIZ to 2048 then limit reports datasiz unlimited but mysql will not run, unfortunatly I've lost the log...
2011 Jan 08
9
Customizing Centos
Hi, I want to ask you is it legal to create my own distribution based on Red Hat/Centos and to sell it under different name? I will make available for everyone to see the source code. Is this against the license agreement? regards Peter -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jul 17
2
Count data categories from table
Hi there, I have a relatively simple question, though, I couldn't find a solution for it so far. I have a table with 1000 entries and columns containing information about different parameters for each entry. What I want to do is group all parameters from one of the columns [e.g. if all 1000 entries are grouped in 30 different categories (described as character strings) in a second column] and
2004 Dec 24
0
[LLVMdev] win32 broken again
...t it broke VC++: Bytecode.lib(ReaderWrappers.obj) : error LNK2001: unresolved external symbol "public: __thiscall llvm::sys::Path::Path(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0Path at sys@llvm@@QAE at ABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z) System.lib(Signals.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall llvm::sys::Path::isDirectory(void)const " (?isDirectory at Path@sys at llvm@@QBE_NXZ) referenced in function "void _...