Displaying 20 results from an estimated 10000 matches similar to: "SASL bind for LDAP"
2002 Jun 06
0
WARNING! Re: ASSISTANCE NEEDED
(Embedded
image moved Geert Jansen <g_jansen@geert.co.uk>
to file: 06/06/2002 01:55 PM
pic04528.pcx)
(Embedded
image moved Geert Jansen
2006 Jun 13
5
1.0.beta9 released
Fixes a lot of bugs. The next release will be the first "release
candidate" instead of a beta.
* PAM: Don't call pam_setcred() unless setcred=yes PAM passdb
argument was given.
* Moved around settings in dovecot-example.conf to be in more logical
groups.
+ Local delivery agent (deliver binary) works again.
+ LDAP: Added support for SASL binding. Patch by Geert Jansen
+
2006 Jun 13
5
1.0.beta9 released
Fixes a lot of bugs. The next release will be the first "release
candidate" instead of a beta.
* PAM: Don't call pam_setcred() unless setcred=yes PAM passdb
argument was given.
* Moved around settings in dovecot-example.conf to be in more logical
groups.
+ Local delivery agent (deliver binary) works again.
+ LDAP: Added support for SASL binding. Patch by Geert Jansen
+
2002 Jun 06
0
WARNING! Re: ASSISTANCE NEEDED
(Embedded
image moved Geert Jansen <g_jansen@geert.co.uk>
to file: 06/06/2002 01:55 PM
pic18844.pcx)
(Embedded
image moved "Geert Jansen"
2014 Dec 05
2
errors with GeForce GTX 650 Ti and 3 monitors
There were fixes in 3.17 that were supposed to help this, but
apparently they didn't help enough. See
https://bugs.freedesktop.org/show_bug.cgi?id=72180 -- basically some
sort of card setup failure on our part is causing our ctxsw to die,
but nvidia's appears to be more resilient to the screwups.
On Fri, Dec 5, 2014 at 1:16 PM, Rob Jansen <rob.g.jansen at nrl.navy.mil> wrote:
>
2012 Oct 17
24
[zfs] portable zfs send streams (preview webrev)
We have finished a beta version of the feature. A webrev for it
can be found here:
http://cr.illumos.org/~webrev/sensille/fits-send/
It adds a command ''zfs fits-send''. The resulting streams can
currently only be received on btrfs, but more receivers will
follow.
It would be great if anyone interested could give it some testing
and/or review. If there are no objections,
2010 Mar 02
9
DO NOT REPLY [Bug 7194] New: Getting --inplace and --sparse to work together
https://bugzilla.samba.org/show_bug.cgi?id=7194
Summary: Getting --inplace and --sparse to work together
Product: rsync
Version: 3.0.7
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: jansen at
2008 Jun 22
17
about module nVidia GeForce 8400 G in Xen
Hi everyone,
If there any modules (drivers) for Video Graphic Accelerated Card nVIDIA
GeForce 8400 G in Xen?
Cause the driver that I downloaded from nvidia.com won´t work with Xen
Kernel.
Any Idea?
I use CentOS 5.1
I appreciate your helps very much
thank you
Eric Jansen
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2014 Aug 09
2
[LLVMdev] difference between replaceAllUsesWith and replaceUsesOfWith?
Why is the first for loop not equivalent to the second?
Thanks,
Rob
===========================
for (GlobalVariable **i = Globals.begin(), **e = Globals.end(); i != e;
++i) {
GlobalVariable *GV = *i;
Constant *GEP = ConstantExpr::getGetElementPtr(...);
GV->replaceAllUsesWith(GEP);
}
===========================
for (GlobalVariable **i = Globals.begin(), **e = Globals.end(); i != e;
2002 Jun 06
1
WARNING! Re: ASSISTANCE NEEDED
(Embedded
image moved "Geert Jansen" <g_jansen@geert.co.uk>
to file: 06/06/2002 01:55 PM
pic20654.pcx)
People be carefull, the people behind this
2014 Dec 05
2
errors with GeForce GTX 650 Ti and 3 monitors
Hi,
Using 3 monitors on the GeForce GTX 650 Ti card (2 DVI and 1 VGA) works great out of the box on Fedora 20. However, every couple of days the graphics driver seems to crash. The same thing used to happen when 2 monitors were in use, but that has pretty much stabilized as of late. Does anyone have a stable setup with this card using 3 monitors? Will 3 monitors be supported?
Thanks,
Rob
$
2006 Jul 07
2
LDAP: bind to LDAP server instead of retreiving a password from it?
Hi,
Dovecot currently treats an LDAP user/password database the same way as a text
or SQL based database: it just tries to retreive the (hashed) password for a
given username. LDAP however has the capability to authenticate the user
itself: dovecot could try to bind to LDAP with the given username and password,
and if authentication succeeded, the LDAP server returns the other info (uid,
2006 Oct 02
1
separation depending on equal contents in more than one field
Hi,
I have a dataframe:
(obs <- data.frame(a=c(1,2,2,3,3,3), b=c(1,2,3,4,4,5), c=1:2))
attach(obs)
In reality its about 1 million rows.
Some of the datasets have same contents in col a and! b like row 4 and 5.
I want to do some calculations on col c within the duplicated rows and
merge them afterwards:
layer <- function(x) round((1-prod(1-x/100))*100,0)
(covnew <- aggregate(c,
2005 Sep 22
3
anova on binomial LMER objects
Dear R users,
I have been having problems getting believable estimates from anova on a
model fit from lmer. I get the impression that F is being greatly
underestimated, as can be seen by running the example I have given below.
First an explanation of what I'm trying to do. I am trying to fit a glmm
with binomial errors to some data. The experiment involves 10
shadehouses, divided between
2007 Sep 24
2
Performance problems to fill up a dataframe
Dear Listmembers,
I'm trying to fill up a dataframe depending on an arbitrary list of
references:
Here is my code, which works:
dat <- data.frame(c(60001,60001,60050,60050,60050),c(27,129,618,27,1579))
LR <- sort(unique(dat[,1]))
LC <- sort(unique(dat[,2]))
m <- as.data.frame(matrix(data=NA, nrow=length(LR), ncol=length(LC),
dimnames=list(LR,LC)))
for(i in 1:nrow(dat)){
2005 May 11
7
1.0.8 Salted hash login generator available
All,
Version 1.0.8 of the salted hash login generator is available.
This contains a few minor bug fixes with the generator plus some
README clarifications. If you are successfully running with the code
already, you probably do not need this.
Joe
2013 Feb 13
1
[PATCH] Btrfs: fix crash in log replay with qgroups enabled
When replaying a log tree with qgroups enabled, tree_mod_log_rewind does a
sanity-check of the number of items against the maximum possible number.
It calculates that number with the nodesize of fs_root. Unfortunately
fs_root is not yet set at this stage. So instead use the nodesize from
tree_root, which is already initialized.
Signed-off-by: Arne Jansen <sensille@gmx.net>
---
2009 Apr 16
1
Error in .readRDS(nsInfoFilePath) : unknown input format (PR#13659)
Full_Name: Jeroen Jansen
Version: 2.7.2
OS: Windows XP Pro
Submission from: (NULL) (131.211.169.89)
Allready with startup I get error message:
R version 2.7.2 (2008-08-25)
Copyright (C) 2008 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type
2009 Apr 09
3
mock %post(pam) failure
I recently upgraded an internal build server from C5.2 to C5.3 and now
I'm experiencing problems initializing the mock buildroot. Specifically,
I'm getting the following error:
------
/var/tmp/rpm-tmp.77062: line 6: cat: command not found
/var/tmp/rpm-tmp.77062: line 7: rm: command not found
/var/tmp/rpm-tmp.77062: line 22: install: command not found
/var/tmp/rpm-tmp.77062: line 25:
2006 Jun 20
2
multi-dimension array of raw
I would like to store and manipulate large sets of marker genotypes
compactly using "raw" data arrays. This works fine for vectors or
matrices, but I run into the error shown in the example below as soon
as I try to use 3 dimensional arrays (eg. animal x marker x allele).
> a <- array(as.raw(1:6),c(2,3))
> a
[,1] [,2] [,3]
[1,] 01 03 05
[2,] 02 04 06
>