Displaying 20 results from an estimated 200 matches similar to: "Question regarding the possibility of W2K smartcard logon - 2nd post"
2017 Jun 25
1
Fill in empty cell in data.frame from previous value
Perfect Jim, that Is exactly what I needed ? let me check that ...
Cheers
From: Jim Lemon
Sent: June 25, 2017 3:11 AM
To: Christophe Elek
Cc: r-help at r-project.org
Subject: Re: [R] Fill in empty cell in data.frame from previous value
Hi Chris,
You may know about the *apply family of functions. These slice various
data structures and "apply" a specified function to each slice,
2017 Jun 25
0
Fill in empty cell in data.frame from previous value
Run it through a loop. I assume the cell contents is NA (Not Available). Test for it with is.na(). Whenever that returns TRUE, replace the NA value with the value from the previous row.
Cheers,
B.
> On Jun 24, 2017, at 1:49 PM, Christophe Elek <christophe.elek at gmail.com> wrote:
>
> Hello Total newbie here... I hope I read the guide properly
>
> I have the following
2017 Jun 25
1
Fill in empty cell in data.frame from previous value
Excellent Boris, thx ? this helps
From: Boris Steipe
Sent: June 25, 2017 11:23 AM
To: Christophe Elek
Cc: r-help at r-project.org
Subject: Re: [R] Fill in empty cell in data.frame from previous value
Run it through a loop. I assume the cell contents is NA (Not Available). Test for it with is.na(). Whenever that returns TRUE, replace the NA value with the value from the previous row.
Cheers,
B.
2017 Jun 25
0
Fill in empty cell in data.frame from previous value
Hi Chris,
You may know about the *apply family of functions. These slice various
data structures and "apply" a specified function to each slice,
usually returning a list of return values. As far as I am aware, you
can't access adjacent rows unless you reformat the data structure.
There is a way to do this particular job. It requires the sequence
operator (:), the ifelse function and
2017 Oct 25
2
authenticate as userA, but get authorization to user userB's account
Hello J?zsef,
thanks for your super-fast response.
Kadlecsik J?zsef <kadlecsik.jozsef at wigner.mta.hu> (Mi 25 Okt 2017 13:28:22 CEST):
> > sales at example.com, using the credentials of the very own account (say
> > hans at example.com)?
>
> We faced the same problem and solved it with a PAM module:
?
> The users must use the username
2017 Jun 24
6
Fill in empty cell in data.frame from previous value
Hello Total newbie here... I hope I read the guide properly
I have the following data.frame (I read it from a CSV file I cannot change)
names val
1 Mandy 1
2 2
3 John 2
4 2
I want to read the row number 2, but I want the first column to be ?Mandy? and not null
print (frame[2,])
2 Mandy 2
I can manipulate the data.frame once loaded
How can I fill all cell in column
2018 Mar 20
1
Strange "IMAP connection broken (server response)" errors
On Fri, 20 Oct 2017, Kadlecsik J?zsef wrote:
> On Fri, 6 Oct 2017, Jozsef Kadlecsik wrote:
>
> > We upgraded one of our dovecot servers to debian stretch with dovecot
> > 2.2.27 and since then one of our users has been experiencing random IMAP
> > failures.
> >
> > On the client side the user runs alpine and the corresponding debug lines:
> >
>
2017 Oct 25
6
authenticate as userA, but get authorization to user userB's account
Hello,
given a small organization. There are *personal* mailboxes (mailbox per
user, incl. subfolders et cetera). The users can share specic folders
via the ACL (we call it "other users/", Dovecot calls it "shared"
folder. Additionally there are mailboxes Dovecot calls "public" (we use
the term "groups/"). They are not associated with a specific account,
2017 Oct 06
2
Strange "IMAP connection broken (server response)" errors
Hello,
We upgraded one of our dovecot servers to debian stretch with dovecot
2.2.27 and since then one of our users has been experiencing random IMAP
failures.
We enabled raw logging at the server side and it shows normal IMAP
commands/responses:
1507292522.222427 * 6 FETCH (FLAGS () BODYSTRUCTURE ("text" "plain"
("charset" "us-ascii")
NIL NIL
2013 Nov 22
1
nutdrv_qx does not support UPS, blazer_ups does
Hello All,
I tested our new UPS yesterday. I noticed that while the blazer_ups
drivers support this device, the newer nutdrv_qx does not. I suppose
that this should not be the case, as nutdrv_qx will replace blazer_ups(?).
Versions:
I installed Nut on Ubuntu 13.10 (64 bit) from the standard package
(2.6.4-2.3ubuntu2), and I also installed from the source tarball
(2.7.1), into a different
2017 Oct 25
0
authenticate as userA, but get authorization to user userB's account
On Wed, 25 Oct 2017, Heiko Schlittermann wrote:
> Kadlecsik J?zsef <kadlecsik.jozsef at wigner.mta.hu> (Mi 25 Okt 2017 13:28:22 CEST):
> > > sales at example.com, using the credentials of the very own account (say
> > > hans at example.com)?
> >
> > We faced the same problem and solved it with a PAM module:
> ?
> > The users must use the username
2016 Jan 15
0
Asterisk 11.21.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 11.21.0.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 11.21.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following are the issues resolved in this release:
Bugs
2008 Jun 20
2
OpenSC smartcard access should use raw public keys, not X.509 certificates
A non-text attachment was scrubbed...
Name: use-public-keys-instead-of-certs-with-opensc.patch
Type: text/x-diff
Size: 5512 bytes
Desc: enable the use of raw public keys on OpenSC-supported
smartcards
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20080620/0fbcb856/attachment.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not
2000 Aug 19
2
smartcard integration - clean or portable?
Hello,
Theo, Niels, Jim Rees and I have discussed about integration of
smartcard to OpenSSH. Later I have found that OpenSSH has two
versions - clean and portable. Now I am wondering which version we
should start from. Any suggestions?
Thanks.
--
Concentration .. Naomaru Itoi
2000 Oct 19
0
Smartcard & SSH
Some reactions on the thread :
Integrating SmartCard in PAM is no problem. Problem I'm facing with for
example CryptoCard and SecureID tokens is that those manufacturers refuse
to give out any form of information about the internal operation of those
tokens.
That prevents me from implementing event synchronous mode.
The best way to handle this with SSH is probably the way for example
Apache
2013 Dec 16
0
[PATCH] allow entering smartcard pin via pinpad
The CKF_PROTECTED_AUTHENTICATION_PATH flag (as returned by
C_GetTokenInfo) should be used to decide weather to request the PIN via
terminal or let the reader fetch the pin from pinpad.
https://bugzilla.mindrot.org/show_bug.cgi?id=2185
The patch is attached to the bug report.
2003 Jun 10
0
README.smartcard
Hi,
from ChangeLog:
20030609
- (djm) Sync README.smartcard with OpenBSD -current
My I ask why the OpenSC section has been removed ?
Note: OpenSSH + OpenSC works for me (at least with a recent
OpenSC snapshot).
Regards,
Nils
2003 Aug 21
0
OT: smartcard sectok - 0608 error loading driver
Hello!
I know this is a bit off topic but its hard to get some help in this case.
the driver for my Towitoko Chipdrive USB works:
Aug 21 12:33:12 idefix pcscd: eventhandler.c:380 EHSpawnEventHandler: Card
Removed From Towitoko Chipdrive USB 0 0
Aug 21 12:33:16 idefix pcscd: eventhandler.c:468 EHSpawnEventHandler: Card
inserted into Towitoko Chipdrive USB 0 0
Aug 21 12:33:16 idefix pcscd:
2005 Mar 11
2
Dynamic smartcard support?
Hi all, and thanks for everyone's work on the 4.0 release!
There's been recent discussion on the OpenSC mailing list about
getting better/updated smartcard support into OpenSSH.
Originating from an OpenSSH package maintainer's desire to keep
dependencies to a minimum, the idea to load OpenSC dynamically
popped up. Now the question is whether this is an approach that
would be favored
2014 Jan 31
1
Wanted: smartcard with ECDSA support
Hi,
I'm interested in extending OpenSSH's PKCS#11 code to support ECDSA
keys, but have so far been unable to find anyone who can sell me
a smartcard that supports it.
They certainly exist - AFAIK it's required by the US PIV standard,
but obtaining cards that support it in single digit quantities
seems all but impossible.
Can anybody on this list help? I'd want 2-6 cards/tokens