Displaying 20 results from an estimated 400 matches similar to: "Samba, LDAP und TLS"
2008 Sep 02
4
iphone connection problem
Hi, I recently changed from uw imap to dovecot on the sound recommendation of a friend and have mostly succeeded in getting all of my clients up and running, but am really stuck with the iPhone which is failing to make connections. I run certificates on all of my clients and thunderbird happily connects both locally and remotely. I installed the certificate on the iPhone after great pain (pk12
2011 May 25
2
Importing fixed-width data
I have a data set where the lines look like:
2011-05-13 00:00:00 EONAAL330 dfa13002516PSCNONA
2011-05-13 00:00:01 EONAAL223 laa13044510AS.NONM
Some lines are missing the field before and after the NON:
2011-05-13 00:00:05 EONBHS229 mia13001621NON
I read them into R using
df = read.fwf(file, widths=c(19,-4,7,3,8,2,1,3,1),
2023 Feb 19
2
R: determine if `suppressMessages()` has been invoked
Awesome, this gets the job done.
To answer your question:
When using C or C++ via Rinside or within a package, those functions do not listen to suppressMessages, e.g. `Rprintf` keeps printing to the console. Since it's common to use wrapper functions in R anyway, they can run `are_messages_suppressed` and pass the information on to an explicit `verbose` argument of the C / C++ function.
2002 Nov 11
11
Shorewall Documentation in PDF format
Hey gang,
I was wondering if all that documentation could or has been put into
PDF format. I usually like to download documentation and read it while
I''m sitting comfortably at home and I don''t want to tie up the phone
line all night.
Thanks,
Nino
p.s. If so, please feel free to attach the PDF formatted document to my
e-mail ;-)
2011 May 31
1
How to get the rows corresponding to the maximum of a factor
I have a data frame as follows:
MsgType eotpd fn
FI 2011-05-13 01:40:00 0
FF 2011-05-13 01:39:53 0
TC 2011-05-13 01:39:45 0
FI 2011-05-14 00:58:46 1
FF 2011-05-14 00:58:46 1
FI 2011-05-15 00:48:32 2
FF 2011-05-15 00:48:21 2
TC 2011-05-15 00:48:15 2
FI 2011-05-16
2011 Aug 27
2
Am having trouble calling a function
In my main R program, I have
source("retaanalysis/Functions/doAirport.R")
.... stuff to read data and calculate ads
sapply(ads, function(x) {doAirport(x, base)} )
And doAirport has
# analyze the flights for a given airport
doAirport = function(df, base) {
# Get rid of unused runway factor levels (from other airports)
df$lrw <- drop.levels(df$lrw) # In gdata package
#
2008 Aug 01
1
[git patches] Ocfs2 and Configfs fixes
The only non-fix here is Joel's new configfs convenience macros, but nobody
is using them yet, so I think the patch is safe.
By the way, these patches (as usual) are all rebased on top of your latest
tree. I think that since the vast majority of ocfs2 and configfs patches are
self-contained and within a small area of the kernel that this should
probably be fine. If you feel otherwise however,
2012 Feb 16
2
creating series of vectors
Dear All,
I am pretty new to R and thus my question may sound silly.
Is there a way to automatically generate a series of separate vectors
(so not arranged in a matrix), without typing and changing every time
the values, and store them as separate *xlsx file, where the "*" is
replaced by the name of the vector itself?
What i would like to create is a total of 12 vectors,
2011 Nov 13
2
Generate the distribution
Hi everyone,
i really need some help with one task. I simply cant understand what i
really have to do.
The task is:
Generate the distribution of maximum on samples of size 200 from beta with
shape parameters 5 and 5 distribution. Plot a histogram of simulated values
and overlay at least one distribution curve that you think might be
suitable.
Im rookie with simulations, so i need yours help.
2020 Aug 02
3
8.2.2004 Latest yum update renders machine unbootable
> Am 02.08.2020 um 14:34 schrieb Johnny Hughes <johnny at centos.org>:
>
> ?On 8/2/20 6:59 AM, Johnny Hughes wrote:
>>> On 8/2/20 2:04 AM, Alessandro Baggi wrote:
>>>
>>> Il 01/08/20 22:03, Greg Bailey ha scritto:
>>>> On 8/1/20 6:56 AM, david wrote:
>>>>> At 02:54 AM 8/1/2020, Alessandro Baggi wrote:
>>>>>>
2019 Apr 01
2
[PATCH] OCaml tools: fix 3999 -> 3339 typo
RFC 3339 is the actual RFC for date/time strings.
Typo found by Martin 'eagle eyes' Kletzander.
Fixes commit f79129b8dc92470e3a5597daf53c84038bd6859e.
---
common/mltools/tools_utils-c.c | 4 ++--
common/mltools/tools_utils.ml | 4 ++--
lib/guestfs.pod | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/common/mltools/tools_utils-c.c
2004 Aug 10
2
Newbie about Mbox or Maildir
Hi,
Thanks in advance. I am not sure if my system is setup to use 'mbox' or
'maildir'. How do I find this out?
I am running an OpenBSD (v3.5) box with an Intel P3 motherboard. I have
installed the OpenBSD port of Dovecot (0.99.10) and have manually started
dovecot and configured the ssl certificates as per the documentation. As
far as I can tell there is no problems but I am
2010 Oct 05
1
Broken support for Smart Card Logon in Windows 2003 and XP
Hello.
As I can see this post: https://jira.it.su.se/jira/browse/HEIMDAL-241,
at least? Samba 4.0.0alpha5 supported Smart Card logon for Windows XP
workstations.
Current version (Version 4.0.0alpha14-GIT-77d959f+) does not support
smart card logon on Windows XP workstation (but Windows 7 works well).
I tried to compare Kerberos traffic examples from genuine domain
controller and Samba's
2020 Aug 02
1
8.2.2004 Latest yum update renders machine unbootable
On 8/2/20 8:10 AM, Marc Balmer via CentOS wrote:
>>>
>>> Please report both positive and negative results.
>>
>> A previously afftected Aures nino POS-terminal boots just fine with CentOS 7 and shim 15.8.
>>
>> Now I will test an affected machine (Aures Twist POS terminal) that runs CentOS 8 (well, usually runs CentOS 8, but not now, since it does not boot
2023 Feb 19
1
R: determine if `suppressMessages()` has been invoked
Hi all,
I would like to create a function that detects if suppressMessages has been invoked upon running that same function. I was looking through {https://cran.r-project.org/doc/manuals/r-release/R-ints.html}, but I haven't found an answer. I do not understand **how** suppressMessages works.
I have not received an answer on SO
2003 Jul 15
5
passwd program not called as root
Hallo to everybody out there,
I have downloaded and compiled Samba3b2 on a SuSE 8.2 machine. For testing
purpose, I connect to this machine with a Win2k-Box ... most things seem to
work fine, but I am unable so change passwords from the win-box with unix
password sync enanbled.
I changed loglevel to 103 and enabled password chat debug. From what I found
in the log-files, I can conclude that
2004 Jun 02
0
[LDAP+SSL+Samba 3.0.2a] pb start tls
hello !
first of all , I run on a Debian woody (without X), I have a LDAP directory
(with ssl/tls ok), I have an anthentification PAM_LDAP (login only, I have
no system-auth file) which works with ssl/tls too.
then ,now I would like a samba (3.0.2a) which supports SSL/TLS and LDAP (of
course)
I compiled this version of samba like this :
./configure --with-ldapsam --prefix=/usr/local/samba
2004 Jul 05
1
FoxPro on Samba share
Ok, I'm sure you've answered this more then once, but still here it is :
I have a FoxPro 2.0 for Lan application that used to run on DOS boxes
connected to a Novell server (and of course with Novel client). Both
FoxPro .exe, .prg and database/index files reside on the shared disk,
and the client only maps a shared drive and starts the FoxPro
application from there. Due to some
2010 Nov 01
24
[PATCH 01/10] staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower cases
From: Haiyang Zhang <haiyangz at microsoft.com>
Convert camel cased struct fields in channel_mgmt.h to lower cases
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/channel.c | 302 ++++++++++++++++++------------------
drivers/staging/hv/channel_mgmt.c | 186 ++++++++++++------------
2010 Nov 01
24
[PATCH 01/10] staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower cases
From: Haiyang Zhang <haiyangz at microsoft.com>
Convert camel cased struct fields in channel_mgmt.h to lower cases
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/channel.c | 302 ++++++++++++++++++------------------
drivers/staging/hv/channel_mgmt.c | 186 ++++++++++++------------