Displaying 20 results from an estimated 1000 matches similar to: "Problem with trying to use dsync with ldap userdb"
2018 Mar 09
2
Yet another print problem samba4
Hello,
After digging for hours in different web site, read several times the samba wiki, here is my problem.
I want to setup a print server for windows client with a cups backend where for now one printer run.
I have setup my linux host as a member of my domain.
I can use smbclient with both a user login/password or the Admin one and logon is accepted.
But… I can’t see my printers in share…
when
2015 Sep 12
0
Need help on checkpassword userdb/passdb
Not to be grumpy, but I've posted a dozen or more message to this list in the
past week about what I think might be relatively common/easy issues and have had
zero response except from Rick Romero who is trying, but hasn't actually done
what I need himself. I'm sure someone has. Perhaps these problem are too mundane
compared to CalDAV, sieve filtering and IPA to excite List interest?
2014 Jun 25
0
imap/pop3/lmtp proxy question/problem
Dear list,
We are finally back to our task of migrating from cyrus to dovecot.
dovecot mostly does what we want in terms of POP3/IMAP server. Now we
are preparing for migration. The plan is to use dovecot as proxy for
not-yet migrated accounts. This works wonderfully for IMAP but not for
LMTP. Here's what I find in the logs when I try to deliver e-mail to
the dovecot lmtp port:
Jun 25
2014 Sep 19
1
doveadm with multiple instances on same machine(s)
Couple questions about running doveadm with multiple instances... I have
Dovecot 2.2.13 on RHEL6 running across 3 boxes, each with a director and
main instance running. When I try to lookup something on the main
instance (which is handling user auth) via its auth-userdb socket
directly, I get an error:
# doveadm auth lookup -a /var/run/dovecot-main/auth-userdb myuser
doveadm(root): Error: passdb
2008 May 09
1
SSOAP: arguments passed as
Hi,
I have a SOAP service, provided by BioMoby
which I'd like to call via SSOAP.
My service breaks during genSOAPClientInterface()
genSOAPClientInterface(def=service, verbose = TRUE)
Operation MassBank_Simple_2
Error: Cannot resolve SOAP type in empty context
Problem seems to be that there are no <types> defined in the WSDL,
and that the service passes input/output as a single
2016 Nov 10
2
service doveadm : ssl problems
Hello,
I'm using dovecot 2.2.13 on Debian stable.
My users are authenticated through PAM, and stored in an LDAP backend
I'm trying to set-up replication with ssl, following (mainly) this : http://wiki2.dovecot.org/Replication
1) I only diverted from the instructed setup by not setting "doveadm_port = 12345", as it would give me errors of the like:
> Fatal:
2016 Nov 10
0
service doveadm : ssl problems
Have you specified the path to ca-certificates?
On Debian it's normally something like that
#10-ssl.conf
ssl_client_ca_dir = /etc/ssl/certs
see http://wiki.dovecot.org/Replication#SSL
Am 10.11.2016 um 16:09 schrieb nerbrume at free.fr:
> Hello,
>
> I'm using dovecot 2.2.13 on Debian stable.
> My users are authenticated through PAM, and stored in an LDAP backend
>
2010 Jun 22
0
Working cludge [Re: SSOAP fails with .types[[1]] : subscript out of bounds]
Hi,
so, last post from here unless I can provide any more input
to fix the upstream package.
On Tue, 2010-06-22 at 10:02 +0200, Steffen Neumann wrote:
> So I got a bit further, the reason for the error is
> that the WSDL *does not have* any <wsdl:types>...</wsdl:types>,
I created a local copy and inserted a dummy
<wsdl:types>...</wsdl:types> element.
Then, my
2010 Jun 22
1
SSOAP fails with .types[[1]] : subscript out of bounds
Hi,
I am trying to create a BioMoby client in R using SSOAP.
BioMoby is a normal SOAP web service, with request
and response messages wrapped in BioMoby XML dialect.
Since the particular WSDL I am having problems with
is autogenerated and used similarly by *many* services,
it would be quite important to a) fix SSOAP or
b) fix the WSDL generator.
I am a bit lost how to continue debugging
2008 Mar 20
0
[RFC/PATCH 08/15] kvm-s390: intercepts for privileged instructions
From: Carsten Otte <cotte at de.ibm.com>
From: Christian Borntraeger <borntraeger at de.ibm.com>
This patch introduces in-kernel handling of some intercepts for privileged
instructions:
handle_set_prefix() sets the prefix register of the local cpu
handle_store_prefix() stores the content of the prefix register to memory
handle_store_cpu_address() stores the cpu number of
2003 May 07
0
Join win2k wks to samba domain - pleazeeeee help
Hi !
*Any* sugestions are welcome:
I have problem with my samba+LDAP setup (2 weeks now :-(((( ) with the joining
of win2k workstations to the samba PDC domain.
Every user in the ldap can access his share in the PDC. for instance the users
xpto access's without any problem to the \\PDC-SRV\xpto
if i add the wks account with the script before trying to join the domain:
smbldap-useradd.pl
2014 May 07
1
TCP Cluster replication headache
Hello,
After going crazy building a dovecot cluster, I finally see the light ;-))
But some things are "strange" and could probably be fixed/enhanced.
First :
I follow the wiki doc, setting global doveadm_port.
Things did not work, I've got:
dovecot: doveadm(X1234567): Error: sync: /var/run/dovecot/auth-userdb: Configured passdbs don't support crentials lookups (to see if user
2014 Aug 26
0
TCP Cluster replication headache
Le 07/05/2014 17:38, Emmanuel Fust? a ?crit :
> Hello,
>
> After going crazy building a dovecot cluster, I finally see the light ;-))
> But some things are "strange" and could probably be fixed/enhanced.
>
> First :
> I follow the wiki doc, setting global doveadm_port.
> Things did not work, I've got:
>
> dovecot: doveadm(X1234567): Error: sync:
2007 Oct 19
1
Using grid graphics (hexbin) in pairs() plot problem
Hi,
I am trying to create a plot with pairs()
using a gplot.hexbin() for each pair.
For pairs I can provide a custom upperPanel function:
pairs(iris[1:4], panel=mypanel)
and mypanel() calls plot.hexbin():
library(hexbin) # Bioconductor
mypanel <- function(x, ...){
hb <- hexbin(x)
plot(hb)
}
The problem is that gplot.hexbin() is based
on the
2008 Mar 20
1
[RFC/PATCH 06/15] kvm-s390: sie intercept handling
From: Carsten Otte <cotte at de.ibm.com>
From: Christian Borntraeger <borntraeger at de.ibm.com>
This path introduces handling of sie intercepts in three flavors: Intercepts
are either handled completely in-kernel by kvm_handle_sie_intercept(),
or passed to userspace with corresponding data in struct kvm_run in case
kvm_handle_sie_intercept() returns -ENOTSUPP.
In case of partial
2008 Mar 20
1
[RFC/PATCH 06/15] kvm-s390: sie intercept handling
From: Carsten Otte <cotte at de.ibm.com>
From: Christian Borntraeger <borntraeger at de.ibm.com>
This path introduces handling of sie intercepts in three flavors: Intercepts
are either handled completely in-kernel by kvm_handle_sie_intercept(),
or passed to userspace with corresponding data in struct kvm_run in case
kvm_handle_sie_intercept() returns -ENOTSUPP.
In case of partial
2010 Jul 29
1
Multiple instances of wine on different machines with $HOME on NFS
Hi,
we're running wine on a number of Linux machines
which get their $HOME via a NFS server.
In particular, we have a windows commandline program
(a data format converter for mass spectrometers, not that it matters)
things work fine as long as I am running only one instance of wine.
If I have several wine instances on different boxes
running in parallel, they seem to corrupt the
2010 Jun 22
0
XMLSchema:::processSchemaTypes() fails with XMLSchema.xsd [was: SSOAP fails with .types[[1]] : subscript out of bounds]
Hi again,
On Tue, 2010-06-22 at 10:02 +0200, Steffen Neumann wrote:
> So, if XMLSchema:::processSchemaTypes() does not find
> any custom/embedded type definitions, is it possibe to "inject" those
> from the http://www.w3.org/2001/XMLSchema.xsd
> into genSOAPClientInterface() instead ?
Well, it's not possible, at least for me.
This is as far as I got, any help
2017 Apr 20
0
Default R-3.4.0 RC CXXFLAGS without -O2 on x86_64-linux-gnu with g++-5.4.0 causes WARNING from stl_list.h
This is fixed in R-rc_2017-04-19_r72555.tar.gz
If you are affected by this issue then please test the RC tarball. This
is the last chance to detect problems (including those created by the
last-minute patch) before the release of R 3.4.0.
Martyn
On Wed, 2017-04-19 at 12:19 +0000, Neumann, Steffen wrote:
> Hi r-devel,
>
> a recent install of R-3.4.0 RC (2017-04-13 r72510)?
> on
2006 Feb 23
9
Balancing multiple connections and NAT
Hi,
I have a client connected to the ''net through 3 ISP''s. Have set up a
Linux box to do routing and load sharing for the 3 connections. A
fourth interface is connected to the LAN with private IP addresses.
Am using iptables to SNAT traffic to the appropriate IP depending on
the interface the packet gets routed onto. The setup looks something
like this:
Interface IP