similar to: Disabling users whilst still allowing logins with a 'master password'

Displaying 20 results from an estimated 2000 matches similar to: "Disabling users whilst still allowing logins with a 'master password'"

2006 Dec 04
2
domUs dropping off the network (Xen 3.0.2)
Hello, We''ve recently started seeing several domUs on multiple machines losing all network connectivity. At least one of these machines (since they are customer machines I can''t verify it for all of them) give the error: $ sudo ifup eth0 eth0: full queue wasn''t stopped! About the only Google hit for this message is:
2013 Aug 12
3
Bug#719506: xen: FTBFS with perl 5.18: POD errors
Source: xen Version: 4.2.2-1 Severity: important User: debian-perl at lists.debian.org Usertags: perl-5.18-transition This package FTBFS with perl 5.18 (which will soon be uploaded to unstable) owing to a stricter pod2man: pod2text man/xl.pod.1 txt/man/xl.1.txt.tmp man/xl.pod.1 around line 854: Expected text after =item, not a bullet POD document had syntax errors at /usr/bin/pod2text line 84.
2005 Jan 22
4
rsync failing with return code 13
Hi there, I'm running rsync on an nslu2 (using nslu2-linux) and it keeps failing with return code 13. The man page doesn't give a good description of what this means ("Errors with program diagnostics") so could someone give me a clue. as to what diagnostics rsync is running and reasons why they might be failing? The only magic to note is the machine only has 32MB of ram so low
2007 Aug 14
8
sh DTrace provider available
As noted on my blog and at http://www.opensolaris.org/os/community/dtrace/shells/ I''ve made available a DTrace provider for the Bourne shell. Before anyone starts yelling at me for not starting with another shell, read the blog I made explaining why we started with shell (link on the community page referenced above). For /bin/sh, I''ve put up something akin to a chapter in
2006 May 12
10
why dtrace is not quiet?
i''m running the following script: #pragma D option quiet profile:::tick-1sec / ++x >= 15 / { exit(0); } io:::start { @io_size[execname] = sum(args[0]->b_bcount); } on exit, the script prints out the value of @io_size, why? there''s no printa(), and i also specified "D option quiet" (i also tried -q). this seems to happen with any kind of probe: on exit(0) all
2016 Feb 08
4
(Samba 4) Recreate AD
I’ve currently got a Samba 4 AD but want to rename it. However, as I understand things, renaming isn’t easy. Happy to rebuild it - home lab, only a few machines affected. However, no topic in the FAQ on how to remove an existing domain: https://wiki.samba.org/index.php/FAQ <https://wiki.samba.org/index.php/FAQ> Demoting won’t work since it’s the last remaining server:
2006 Mar 21
1
Current status of Xen 3.0 package
Hello, I would like to make a point on the current status of the Xen 3.0 package. It seems the current issue that Bastian told are now fixed. So, I would like to heard some report from users about the usability of this package, in order to upload it as soon as possible. If your discover any bug, any strange behaviour or any missing things, please do report it here. -- Julien Danjou
2006 Apr 05
3
Shall we release 3.0.1?
Hi everybody! At least xen 3.0 packages seem to be working, tested, and in a pretty good shape... (I haven't personally tested xen-unstable, so I cannot say) I propose releasing rev150 in unstable or at least experimental in the next few days... No, this is not a late april's fool... :D Comments? Ideas? Suggestions? Rants? Guido
2006 Sep 27
3
Xen 3.0.2
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 5204 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20060927/7204cce9/smime.bin
2016 Feb 08
1
(Samba 4) Recreate AD
Actually I am using a single-service VM, but blowing away a VM just because I want to demote/promote feels like overkill. For step 3, since I’m running from source, does that change anything? re: step 4 I plan to edit the existing /usr/local/samba/etc/smb.conf and krb5.conf files, but if you think this is a bad idea then I’ll rebuild them. Thanks Paul > On 8 Feb 2016, at 16:43, mathias
2010 Jun 26
2
Recursive indexing failed at level 2
Dear fellow R users, I am replacing elements of a list like so: pulse_subset[[1:20]]=unlist(pulse[i])[1:20] where pulse is a list of lists, and pulse [i] has >20 values. This gives the error "Recursive Indexing failed at level 2". But, interestingly this instruction is part of a loop which has gone through about 200,000 iterations before giving this error. Actual code: >
2008 Nov 07
2
limit logins by time
Hello, i want to limit the count of pop3 logins for users by time. Whats the correct way to do this? I searched the webpage and conf parameters but did not find a fitting solution. Please give me litte hint. Thanks, Andre
2009 Aug 12
3
user_global_* ldap deliver
Searched archive, but failed to find... :-( "deliver" does not honor user_global_* from dovecot-ldap.conf or userdb static{} also it looks like delivery attempts being made to %n/Maildir/cur ?? one other curious thing, use of ${recipient} in master.cf|deliver command causes the "passdb ldap" lookups to be completely ignored? only checks passdb and ignores userdb compleletely?
2010 Jun 21
5
Replacing elements of a list over a certain threshold
Dear List, I have a list of length ~1000 filled with numerics. I need to replace the elements of this list that are above a certain numerical threshold with the value of the threshold. e.g example=list(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1) threshold=5 <magic code goes here> example=(1, 2, 3, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4, 3, 2, 1). I have written a crude
2006 Apr 07
5
Time Synchronization
Hi! Can anybody explain how Xen deals with time? On traditional, non-virtualized systems I run an ntpd on every system to keep the time accurate. But what to do on xenified systems? Do all the domU''s get the time from dom0 meaning it is sufficient to run an ntpd there or do I have it to setup in every domU? Thanks for your help! Kind regards, Stephan
2006 Feb 27
3
Removing the kernel patch
As a release manager asked us to do that, we should remove the kernel patch from the packaging... As I said I'm not completely against removing it, if we distribute it on our website and point people to it in some documentation! The internet is just there, so what would the matter be? If nobody is against this course of action I'm going to move the patch outside of the debian directory,
2006 Aug 30
3
pkg-xen team dead?
Hi folks With the lack of responses to my restructuring the last weeks, it looks like pkg-xen is dead. Now, what to do? My favorite is to merge it into the kernel repository where I have my infrastructure (archive and autobuilders for snapshots for example) to properly work on it. Bastian -- No one wants war. -- Kirk, "Errand of Mercy", stardate 3201.7 -------------- next part
2012 Jul 15
3
Last login datetime on accounts
I have searching for the best way to tell if a Dovecot user is idle by finding the last time they have logged in. Right now the best way I can tell is to do something like "touch" a file in the users homedir via a post login exec. This seems like a LOT of overhead, to accomplish such a simple task, especially if your doing a lot of dozens of logins per second. Is there an
2008 Dec 24
2
verbose_proctitle not working with post-login
Happy Xmas, when using a post-login procedure the "verbose_proctitle = yes" has no effect. If it is feature then please explain else please fix the bug fi --Frank Elsner
2018 Jan 12
2
Save login's to a table
Hi, I'd like to have the logins that the accounts do, saved in a *sql table, with login name | IP | datetime, for audit porposes. How could I achieve that, if possible? Thanks in advanced, -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180112/10e98846/attachment.html>