similar to: Account Lockout policies are not working in samba 4.1.5

Displaying 20 results from an estimated 800 matches similar to: "Account Lockout policies are not working in samba 4.1.5"

2015 Jul 07
1
KB2992611 - backupkey/protected_storage and the Credentials Manager
> (re-send as I don't see this in the archives) > > On Fri, 2015-01-16 at 17:21 +0000, Christopher Roberts wrote: >> * Version: Samba 4.2.0rc3 >> * Distribution: Ubuntu Server 14.04 LTS >> * Client: Windows 8.1 Professional >>> Having installed Samba4 servers at our two sites and ensured that replication is working correctly, I connected a brand new Windows
2010 Jan 22
1
R: Re: mount command not honoring rootflags passed
Hi Thomas, >----Messaggio originale---- >Da: thomas@kupper.org >Data: 22/01/2010 10.48 >A: "Leszek Ciesielski"<skolima@gmail.com> >Cc: "linux-btrfs"<linux-btrfs@vger.kernel.org> >Ogg: Re: mount command not honoring rootflags passed > > >On 22 Jan 2010, at 10:40, Leszek Ciesielski wrote: > >> On Fri, Jan 22, 2010 at 10:30 AM,
2004 Apr 10
0
[LLVMdev] Re: [Opencxx-users] LLVM and OpenC++
On Sat, Apr 10, 2004 at 03:35:36AM +0400, "Valery A.Khamenya" wrote: > Hi Grzegorz, > > > Hard to say. What is "second breath"? Are you proposing a solution that > > integrates OpenC++ with LLVM? Please elaborate. > > let's separate "what" and "how". > > I do not speak abot "how" right now, because it is rather
2007 Apr 18
1
[Bridge] [RELEASE] ebtables-brnf-3-vs-2.4.22 and ebtables-2-0-6
Hi, At http://sourceforge.net/projects/ebtables/ you can find the following new releases: ebtables-brnf-3-vs-2.4.22 Changes: - let iptables see VLAN tagged IP traffic - bugfix for queued packets that get mangled in userspace - ebt_among module (Grzegorz Borowiak) - ebt_limit module (Tom Marshall) The patch compiles but I've done no further tests, but I probably didn't screw up.
2013 Feb 28
1
header brakage on sieve redirect ?
Hi all, In the sieve file require ["copy"]; redirect :copy "asdf at asd.pl"; emails with headers containing \n in non terminated " field like Cc: xxx <xxx at plus.pl>, "asd, Grzegorz " <xxxxx at nsn.com> Subject: RE: RF after redirecting them Cc: xxx <xxx at plus.pl>, "asd,\ \ Grzegorz " <xxxxx at nsn.com> Subject:
2004 Apr 07
0
[LLVMdev] Re: [Opencxx-users] LLVM and OpenC++
On Wed, 7 Apr 2004, [koi8-r] "Valery A.Khamenya[koi8-r] " wrote: > Hi OpenC++ developers, > > IMHO, the LLVM project (http://llvm.cs.uiuc.edu/) could give > a second breath to OpenC++ project. Indeed, the implementations > of reflection become quite restricted if the just-in-time (JIT) > compiling is not available. > > Am i wrong? Hard to say. What is
2010 Mar 16
1
nested looping functions and dataframes
Hey All, So, I am confused how exactly to use nesting loop functions in R to spit out data frames. I've managed to create a working function for my data set that generates a data frame for a given set of Year i and Location j; but how would I do it for all Years and Locations? Here is my working function: test<-function(i,j){ a<-x[which(x$Year==i & x$Location==j),]
2014 Mar 20
1
Account Lockout policies are not working in samba 4.1.5
Hello, I have a samba 4.1.5. I have created OUs and linked GPO to OU for account lockout policies. Account Lockout Duration: 15min Account Lockout Threshold: 5 invalid attempts Reset Account lockout counter after: 15min I have created a test account and logged in with an incorrect password more than 5 times to a machine. but the test account never locks and the computer never prompts me that
2004 Apr 09
2
[LLVMdev] Re: [Opencxx-users] LLVM and OpenC++
Hi Grzegorz, > Hard to say. What is "second breath"? Are you proposing a solution that > integrates OpenC++ with LLVM? Please elaborate. let's separate "what" and "how". I do not speak abot "how" right now, because it is rather a second step (if any). I do believe that reflections without interpreter or JITing can't be any powerfull.
2009 Jan 02
2
problem with custom funcion
Hello! I''ve written custom function split - it''s located in modules/common/ plugins/puppet/parser/functions/split.rb and contains: module Puppet::Parser::Functions newfunction(:split, :type => :rvalue) do |args| str=args[0] regex=args[1] idx=args[2] out=str.split(/#{regex}/) if out.is_a? Array out[idx] else "" end
2015 Mar 23
1
[PATCH] [dovecot 2.2.9] Quota warnings ignored with FS quotas
On 17.02.2015 20:03, Micha? Gi?y?ski wrote: > > On 21.11.2014 20:04, Grzegorz Nosek wrote: >> Hi all, >> >> I noticed that in some circumstances quota warnings are ignored. The >> bug arises when both of the following are used: >> >> 1. percentage-based quota warnings, i.e.: >> >> quota_warning = storage=1%% quota-warning 1 %u >>
2004 Dec 01
1
$HOME instead of pw->pw_dir question.
Hello. I have one, small question. There are any security reasons to not use a getenv("HOME") instead of pw->pw_dir in ssh.c and tildexpand.c to find user home directory? -- Grzegorz Kryza mailto: kryza at nomachine.com http://grzegorz.kryza.net
2008 Oct 16
5
virutal resources and ssh_authorized_key
Hello! I''ve got question - how to use ssh_autorized_key as a virtual resource? I''ve got bunch of users and ssh_authorized_key virtual resources, but only users gets to the target system - ssh keys not... I write something like: class admins { @user { "username": ... } @ssh_authorized_key { "username": ensure => present, key => "...",
2007 Dec 13
4
access to databases in puppet - best practice?
Hello! In my puppet configuration I need to get some data from database. Ie.: I''ve got information about my all hosts in db - thier name, mac addresses, ip addresses, what to backup from this host etc. For now it''s just .xml file, but it could be sql db, or ldap directory. Then, using this small "database", I want to generate configuration using puppet - ie.:
2006 Dec 22
1
xapian + win XP + 2GB
hi, I have problem with Xapian on Win XP. I compile Xapian with VC 7.0 using win32.mak from Lemurconsulting. I want to use files 2GB+ but unfortunetly this not work. I know that configure in Linux version change something to allow using large files. Could anyone help me. regards, Grzegorz ---------------------------------------------------- Dwie kobiety i ten sam problem -
2007 Jan 30
1
Re: [Xapian-commits] 7603: trunk/xapian-core/trunk/xapian-core/backends/flint/ trunk/xapian-core/backends/quartz/
hi, I'm using Xapian on Windows with large files. My index directory is about 65 607 466 693 bytes: 2007-01-30 09:28 17 position_baseA 2007-01-30 10:06 17 position_baseB 2007-01-23 14:18 0 position_DB 2007-01-30 10:06 360 496 postlist_baseB 2007-01-30 10:06 23 623 852 032 postlist_DB 2007-01-30 10:06 88 432
2014 Jan 23
2
Quad head graphics card.
On Thu, Jan 23, 2014 at 4:56 PM, Grzegorz S?jka <gs at sojka.co> wrote: > Hi there, > > I have 4 identical monitors. So I decided to buy (not to expensive, > around 100USD) quad head graphics card. I do not need anything > particular. Only office applications, no gaming. The crucial thing is > that I would like to be able to span a single window across all 4 > monitors.
2014 Nov 21
2
[PATCH] [dovecot 2.2.9] Quota warnings ignored with FS quotas
Hi all, I noticed that in some circumstances quota warnings are ignored. The bug arises when both of the following are used: 1. percentage-based quota warnings, i.e.: quota_warning = storage=1%% quota-warning 1 %u 2. filesystem quota backend (and probably others, except for quotas configured directly in dovecot config) Percentage-based quota warnings have rule.bytes_limit recalculated
2010 Apr 27
3
strange pson error...
Hello! What does this error means? err: Could not retrieve catalog from remote server: Could not intern from pson: Could not convert from pson: Could not find relationship target "Nagios_hostgroup[]" I cannot find it anywhere in my config... I have only 2 nagios_hostgroups, exported to server, then collected in nagios module. Any ideas? Cheers --- Grzegorz MarszaƂek
2016 Aug 24
1
Odp: Upgrade 4.2.14 --> 4.3.11
Rowland wrote: >Can I suggest you put your smb.conf back to what it was just after the >provision and try again. If it does work (and it should), before you >start adding lines again, can I also suggest you read 'man smb_conf', >most of the lines you have added are the defaults, others do nothing on >a DC and some are just plain wrong. > >Rowland Thank you for