Displaying 20 results from an estimated 32 matches for "ldap_start_tls_".
Did you mean:
ldap_start_tls_s
2020 Nov 19
0
Dovecot authentication hangs when ldap_start_tls_s() fails for invalid certificate
...much as possible (see below),
and this is the syslog output of my tests:
TEST 1 - Everything is configured correctly:
No output on syslog
TEST 2 - Wrong hostname as a ldap server:
Auth attempt 1:
Nov 19 11:25:29 debian dovecot: auth: Error: LDAP
/etc/dovecot/dovecot-ldap-passdb.conf.ext: ldap_start_tls_s() failed: Can't
contact LDAP server
Nov 19 11:25:29 debian dovecot: auth: Error: LDAP
/etc/dovecot/dovecot-ldap-userdb.conf.ext: ldap_start_tls_s() failed: Can't
contact LDAP server
Nov 19 11:25:29 debian dovecot: auth: Error: LDAP
/etc/dovecot/dovecot-ldap-passdb.conf.ext: ldap_st...
2002 Jun 21
1
Bug in 2.2.5 ? Configure can't find ldap_start_tls_s ..
Hi everybody,
i just tried to install v 2.2.5 but i get the following
mesage from configure :
-----snipp----
checking for ldap_start_tls_s... no
-----snipp----
grep in /usr/include tells me :
-----snipp----
486dx66:/usr/include # grep --line-number ldap_start_tls_s
ldap*
ldap.h:1075:ldap_start_tls_s LDAP_P((
486dx66:/usr/include #
-----snipp----
Looking into /usr/include/ldap.h from line 1074 says :
-----snipp----
LDAP_F( int )
l...
2020 Nov 20
0
Dovecot authentication hangs when ldap_start_tls_s() fails for invalid certificate
> On 19/11/2020 12:55 sebastiano degan <sebastiano.degan at frigoveneta.it> wrote:
>
>
> On a Debian10 I've installed postfix?3.4.14 and dovecot 2.3.4.1.
> I've configured multiple passdb sources and I expect that if one fails
> the other ones are tested.
> This is usually the case, except when the failure is due to an invalid
> certificate from the ldap
2013 Sep 23
0
can't dovecot tls/ssl to openldap
Hi,
I want to dovecot connect to openldap with ssl/tls, and got error.
When without tls/ssl, it works ok.
from /var/log/maillog got:
Sep 24 05:38:03 mail dovecot: auth: Error: LDAP: ldap_start_tls_s() failed:
Connect error
Sep 24 05:38:03 mail dovecot: auth: Error: LDAP: ldap_start_tls_s() failed:
Can't contact LDAP server
Sep 24 05:38:03 mail dovecot: auth: Error: LDAP: ldap_start_tls_s() failed:
Can't contact LDAP server
Sep 24 05:38:05 mail dovecot: pop3-login: Disconnected (aut...
2015 Dec 29
2
moving LDAP from one domain to another
...onf
vi /etc/openldap/ldap.conf
and removed all referances to "a"
I restarted
/etc/init.d/nscd restart
this is redhat 6.7, and my ldap server is now ldap.b.wustl.edu:389
a.school.edu to b.school.edu
I keep getting messages that
Dec 29 14:50:19 linuscs133 nslcd[7438]: [709c39] ldap_start_tls_s()
failed: Can't contact LDAP server (uri="ldap://ldap.a.wustl.edu/")
Dec 29 14:50:19 linuscs133 nslcd[7438]: [709c39] failed to bind to LDAP
server ldap://ldap.a.wustl.edu/: Can't contact LDAP server
Dec 29 14:50:19 linuscs133 nslcd[7438]: [709c39] no available LDAP
server fou...
2017 Mar 20
2
Dovecot can't connect to openldap over starttls [REQUEST OF OPENLDAP]
...ot can't connect to openldap over starttls
Datum: 2017-03-20 16:18
Absender: Dan White <dwhite at cafedemocracy.org>
Empf?nger: info at gwarband.de
Kopie: openldap-technical at openldap.org
On 03/20/17?16:06?+0100, info at gwarband.de wrote:
>> Debug Dovecot's implementation of ldap_start_tls_s().
> I don't have any idea how to set a higher debug level to dovecot. In
> my opinion I have the highest. So I can't deliver a greater log.
I recommend consulting Dovecot's advice on how to run a debugger, or
dig
into the code which calls libldap.
2017 Mar 20
2
Dovecot can't connect to openldap over starttls [REQUEST OF OPENLDAP]
...2017-03-20 16:18
>> Absender: Dan White <dwhite at cafedemocracy.org>
>> Empf?nger: info at gwarband.de
>> Kopie: openldap-technical at openldap.org
>>
>> On 03/20/17 16:06 +0100, info at gwarband.de wrote:
>>>> Debug Dovecot's implementation of ldap_start_tls_s().
>>> I don't have any idea how to set a higher debug level to dovecot. In
>>> my opinion I have the highest. So I can't deliver a greater log.
>>
>> I recommend consulting Dovecot's advice on how to run a debugger, or
>> dig
>> into the code...
2012 May 13
2
doveadm not working
...led to iterate through some users
Username Quota name Type Value Limit %
All I see in the logs is:
May 13 13:03:20 mx0 dovecot: auth: Error: auth worker: Aborted request: Lookup timed out
May 13 13:03:21 mx0 dovecot: auth-worker(26753): Error: LDAP: ldap_start_tls_s() failed: Connect error
May 13 13:03:21 mx0 dovecot: auth-worker(26753): Error: LDAP: ldap_start_tls_s() failed: Can't contact LDAP server
Dovecot itself works. Only doveadm does not.
My LDAP is using SASL/EXTERNAL. Certs are in standard folders under /etc/ssl/{certs,private} (see below).
I...
2010 May 20
1
LDAP against Novell eDirectory: 'Confidentiality required'
...ers against Novell eDirectory via LDAP. I have successfully gotten open-xchange to authenticate, and I have written a PHP module that authenticates, however I cannot seem to get Dovecot working.
If I turn on TLS and restart dovecot, I get:
dovecot: 2010-05-20 09:22:05 Error: auth(default): LDAP: ldap_start_tls_s() failed: Connect error
dovecot: 2010-05-20 09:22:05 Error: auth(default): LDAP: ldap_start_tls_s() failed: Local error
If I turn it off, it starts without error, but returns this when a user tries to authenticate:
dovecot: 2010-05-20 08:48:39 Error: auth(default): ldap(jkmoseby,127.0.0.1): ldap_b...
2019 May 15
2
Dovecot not connecting to OpenLDAP
...AP server and ever since we've been unable
to fetch mail. Mail is getting delivered, but we just can't pop it. We're
using Ubuntu 16.04, btw.
We keep on getting the following error messages in /var/log/dovecote:
2019-05-15 16:27:43 auth: Error: LDAP /etc/dovecot/dovecot-ldap.conf.ext:
ldap_start_tls_s() failed: Can't contact LDAP server
2019-05-15 16:39:36 auth: Error: LDAP /etc/dovecot/dovecot-ldap.conf.ext:
ldap_start_tls_s() failed: Connect error
2019-05-15 16:39:43 auth: Error: LDAP /etc/dovecot/dovecot-ldap.conf.ext:
ldap_start_tls_s() failed: Local error
However, our server is findin...
2017 Mar 20
2
Dovecot can't connect to openldap over starttls [REQUEST OF OPENLDAP]
...White <dwhite at cafedemocracy.org>
>>>> Empf?nger: info at gwarband.de
>>>> Kopie: openldap-technical at openldap.org
>>>>
>>>> On 03/20/17 16:06 +0100, info at gwarband.de wrote:
>>>>>> Debug Dovecot's implementation of ldap_start_tls_s().
>>>>> I don't have any idea how to set a higher debug level to dovecot.
>>>>> In
>>>>> my opinion I have the highest. So I can't deliver a greater log.
>>>>
>>>> I recommend consulting Dovecot's advice on how to...
2019 May 16
0
Dovecot not connecting to OpenLDAP
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 15 May 2019, Elias Falconi via dovecot wrote:
> 2019-05-15 16:27:43 auth: Error: LDAP /etc/dovecot/dovecot-ldap.conf.ext:
> ldap_start_tls_s() failed: Can't contact LDAP server
> 2019-05-15 16:39:36 auth: Error: LDAP /etc/dovecot/dovecot-ldap.conf.ext:
> ldap_start_tls_s() failed: Connect error
> 2019-05-15 16:39:43 auth: Error: LDAP /etc/dovecot/dovecot-ldap.conf.ext:
> ldap_start_tls_s() failed: Local error
>
>...
2007 May 22
1
dovecot + ldap tls
...=12356
user_global_gid =12356
File "/opt/csw/etc/openldap/ldap.conf" (openldap client):
TLS_REQCERT allow
host 100.0.4.98
TLS_CACERT /opt/csw/etc/postfix/ldap-cert/cacert.pem
these are my log file:
# tail dovecot-log.log
:
:
dovecot: May 22 15:48:31 Error: auth(default): LDAP: ldap_start_tls_s()
failed: Can't contact LDAP server
any suggest :(
--
Salu2 ;)
2017 Mar 20
2
Dovecot can't connect to openldap over starttls [REQUEST OF OPENLDAP]
...t;
>>>>>> Empf?nger: info at gwarband.de
>>>>>> Kopie: openldap-technical at openldap.org
>>>>>>
>>>>>> On 03/20/17 16:06 +0100, info at gwarband.de wrote:
>>>>>>>> Debug Dovecot's implementation of ldap_start_tls_s().
>>>>>>> I don't have any idea how to set a higher debug level to
>>>>>>> dovecot.
>>>>>>> In
>>>>>>> my opinion I have the highest. So I can't deliver a greater log.
>>>>>>
>>&g...
2008 Aug 27
3
Solaris nss_ldap vs PADL nss_ldap
...ap.so.1 but does when
using PADL's nss_ldap?
Everything else is equal.
Do they use/accept different calls or could it be an openldap vs native
ldap incompatibility,
Samba being compiled against the openldap libraries.
Samba seems not to compile against the native libraries due to a lack of
ldap_start_tls_s
Solaris 10 and Samba 3.2.2
Cheers,
Duncan
--
The University of St Andrews is a charity registered in Scotland : No SC013532
2015 Dec 29
0
moving LDAP from one domain to another
...restarted. You need to restart the nslcd service after
changing the /etc/nslcd.conf.
> this is redhat 6.7, and my ldap server is now ldap.b.wustl.edu:389
>
> a.school.edu to b.school.edu
>
> I keep getting messages that
>
> Dec 29 14:50:19 linuscs133 nslcd[7438]: [709c39] ldap_start_tls_s()
> failed: Can't contact LDAP server (uri="ldap://ldap.a.wustl.edu/")
> Dec 29 14:50:19 linuscs133 nslcd[7438]: [709c39] failed to bind to LDAP
> server ldap://ldap.a.wustl.edu/: Can't contact LDAP server
> Dec 29 14:50:19 linuscs133 nslcd[7438]: [709c39] no availabl...
2017 Mar 20
0
Dovecot can't connect to openldap over starttls [REQUEST OF OPENLDAP]
...er starttls
> Datum: 2017-03-20 16:18
> Absender: Dan White <dwhite at cafedemocracy.org>
> Empf?nger: info at gwarband.de
> Kopie: openldap-technical at openldap.org
>
> On 03/20/17 16:06 +0100, info at gwarband.de wrote:
> >> Debug Dovecot's implementation of ldap_start_tls_s().
> > I don't have any idea how to set a higher debug level to dovecot. In
> > my opinion I have the highest. So I can't deliver a greater log.
>
> I recommend consulting Dovecot's advice on how to run a debugger, or
> dig
> into the code which calls libldap...
2017 Mar 20
0
Dovecot can't connect to openldap over starttls [REQUEST OF OPENLDAP]
...; Absender: Dan White <dwhite at cafedemocracy.org>
> >> Empf?nger: info at gwarband.de
> >> Kopie: openldap-technical at openldap.org
> >>
> >> On 03/20/17 16:06 +0100, info at gwarband.de wrote:
> >>>> Debug Dovecot's implementation of ldap_start_tls_s().
> >>> I don't have any idea how to set a higher debug level to dovecot. In
> >>> my opinion I have the highest. So I can't deliver a greater log.
> >>
> >> I recommend consulting Dovecot's advice on how to run a debugger, or
> >> d...
2017 Mar 20
0
Dovecot can't connect to openldap over starttls [REQUEST OF OPENLDAP]
...democracy.org>
> >>>> Empf?nger: info at gwarband.de
> >>>> Kopie: openldap-technical at openldap.org
> >>>>
> >>>> On 03/20/17 16:06 +0100, info at gwarband.de wrote:
> >>>>>> Debug Dovecot's implementation of ldap_start_tls_s().
> >>>>> I don't have any idea how to set a higher debug level to dovecot.
> >>>>> In
> >>>>> my opinion I have the highest. So I can't deliver a greater log.
> >>>>
> >>>> I recommend consulting Doveco...
2016 Jan 06
3
Stymied with samba vs openldap SSL ("Failed to issue the StartTLS instruction...")
On Wed, Jan 6, 2016 at 10:36 AM, Graham Allan <allan at physics.umn.edu> wrote:
> On 01/06/2016 09:53 AM, Graham Allan wrote:
>
>>
>> The packet dump is a good idea. I get the same failure using straight
>> SSL to port 636, but wireshark might be able to decode any StartTLS
>> negotiation attempt on the default port. Failing that I guess I'll
>>