Displaying 20 results from an estimated 900 matches similar to: "LDAP TLS error"
2013 Dec 17
1
ldapsearch w. SSL refuses to connect to server with openssl 1.0.1 (worked with openssl 1.0.0)
Hi,
ldapsearch with an ldaps-URL stopped working recently, probably with the
update from openssl 1.0.0 to openssl 1.0.1.
On a server with up-to-date packages (openssl-1.0.1e-16.el6_5.x86_64,
openldap-clients-2.4.23-32.el6_4.1.x86_64) I get the following errors
when issuing an ldapsearch (some parts anonymized):
[bad]# ldapsearch -H "ldaps://ldap.domain.org:6636/" -D <binddn>
2017 Feb 03
1
LDAP problem
Hello Vinicius,
I did it and this was the answer:
ldapsearch -H "ldaps://devsamba.lucas.ufes.br:636" -w '*********' -D "cn=administrator,cn=users,dc=lucas,dc=ufes,dc=br" -x -b "dc=lucas,dc=ufes,dc=br" -d1
ldap_url_parse_ext(ldaps://devsamba.lucas.ufes.br:636)
ldap_create
ldap_url_parse_ext(ldaps://devsamba.lucas.ufes.br:636/??base)
ldap_sasl_bind
2013 Jan 13
4
Installing Dovecot on Gentoo
Hi,
I have an already working dovecot server on Ubuntu 10.04 with self-created packages version 2.1.13. This setup is working prefect. Now that I do not wish to continue using Ubuntu (to much work for Upgrading), I decided to switch to Gentoo, as I had made best experiences in the past?
I have installed Dovecot on Gentoo and I copied over all my configs and certs and stuff. Also created a user
2015 Oct 15
0
ldapsearch against Samba4 AD questions
Things goes further. To use GSSAPI and so the Kerberos ticket obtained with
kinit I was missing "-Y GSSAPI".
It seems GSSAPI and TLS are meant to be used together:
----------------------------------------
ldapsearch -Y GSSAPI -LLL -H ldaps://SAMBA.DOMAIN.TLD
SASL/GSSAPI authentication started
ldap_sasl_interactive_bind_s: Server is unwilling to perform (53)
additional info:
2015 Oct 15
2
ldapsearch against Samba4 AD questions
Hi all,
I'd like to perform some ldapsearch against my AD domain.
And I'd like to be able to perform these ldapsearch using GSSAPI to avoid
usage of password in scripts.
DC are using default configuration file:
----------------------------------------
# Global parameters
[global]
workgroup = SAMBA.DOMAIN
realm = SAMBA.DOMAIN.TLD
netbios name = M707
server
2015 Oct 15
2
ldapsearch against Samba4 AD questions
ERRATUM:
It seems GSSAPI and TLS are *NOT* meant to be used together:
2015-10-15 16:20 GMT+02:00 mathias dufresne <infractory at gmail.com>:
> Things goes further. To use GSSAPI and so the Kerberos ticket obtained
> with kinit I was missing "-Y GSSAPI".
>
> It seems GSSAPI and TLS are meant to be used together:
> ----------------------------------------
>
2015 Jun 23
0
Problem with LDAP... again...
Hi list!
I'm always trying to configure Dovecot to ask our LDAP-Server (AD) in
order to authenticate the users.
I really don'know what can I do wrong...
I configured my Dovecot so:
hosts = chimaera.company.local
dn = CN=mailproxy,CN=Users,DC=company,DC=local
dnpass = SECRET
sasl_bind = no
tls = no
debug_level = -1
auth_bind = yes
ldap_version = 3
base = dc=company,dc=local
deref =
2009 Nov 21
1
samba4 + openldap: provisioning isnt working
Wiki seems to be out of date here. The wiki reference's [1] [2] a "setup/provision-backend"
script, as well as a "setup/provision" script, yet current git only has a setup/provision
executable. Some #samba and #openldap IRC advice was that provision-backend wasnt needed
anymore, but based off the errors i'm seeing, there's definitely _something_ missing, I just
2015 Jan 26
1
imap-login: Fatal: pipe() failed: Too many open files
I also keep on getting funny errors of dovecot EVEN THOUGH I
authenticated successfully through SMTP (Dovecto SASL) ?!?!
Just for debugging this entire issue I set those parameters:
debug_level = -1
auth_verbose = yes
auth_verbose_passwords = yes
auth_debug = yes
auth_debug_passwords = yes
mail_debug = yes
verbose_ssl = yes
cat /var/loca/maillog
Jan 26 12:08:22 WM-01
2002 Nov 28
1
Problem authenticating against a W2K server
Hi there.
I'm having a problem letting a Samba server (MYSAMBA) authenticate users
(using "security = domain" and a "password server = MYPDC") against a
Windows 2000 PDC (MYPDC). The Windows 2000 machine seems (I'm not 100%
sure about this) to be configured to restrict anonymous and it seems to
me that this is where the problem lies but don't know what to do.
I
2016 Apr 28
4
Cannot join server to Samba4 NT4 domain
I have a Samba 4 NT4 PDC (Version 4.1.17-Debian) with openLDAP.
I would like to add another server, and have it authenticate users against openLDAP.
I thought I had to add the new server to the domain with "net rpc join", but that
seems to think I want to join an AD domain, and fails:
# net rpc join -U root%mypassword
No realm has been specified! Do you really want to join
2007 Dec 24
0
is there a known exploit of Samba "reply_netbios_packet()" Buffer Overflow Vulnerability please ?
Hi,
We're running samba 3.0.25a as a PDC on FreeBSD 6.1 in our office and
few weeks ago, our samba PDC (and soon all the service hosted on this
server) stop responding suddenly :-/
Everything went back to normal as soon as we disconnected from the
network, all the hosts that were in the same room as the 10.0.0.20
host (after asking the domain user connected at that moment to this
host, do
2010 Apr 14
2
winxp + sp3 = samba-shared printer hangs the system
hi,
since I upgraded some winxp-pro sp2 client to sp3, my samba-shared
printers are no-longer usable :-/
With sp3, if I run notepad and choose the men? File-Print, the "print"
window hangs and does not show any printer for about 1 minute! The
same thing happens when I click on the men? Start-settings-Printer and
faxes.
With sp2, everything works correctly and I can browse all my
2013 Dec 06
1
Authentification Dovecot + Samba4
Hello list,
I am struggling with setting up dovecot 2.1.7 with samba 4.1.2 on debian wheezy. Dovecot should authenticate via LDAP, but I?cannot get it to work reliably. Sometimes auth works, sometimes not. Referals are already activated in ldap.conf ? LDAP-authentication works fine with other clients (Apache Directory Studio, ?)?
Has somebody got a similar setup running? I would love some hints
2013 Feb 20
2
Dovecot LDA LDAP lookups on samba4 server ends very often in timeouts
I hope that someone will be so kind to help me into solving this really
strange thing (don't know if it is a bug or not)
I have a samba4 server and want to use postfix+dovecot - dovecot
version is 2.0.11
as for the postfix side everything is OK (all the LDAP lookups works
without any error, tested also manually with postmap -q)
the real pain is with dovecot deliver:
it seems that
2008 Jan 13
2
{worker} after :end-time worker freaks out
Hi all,
i was using bdrb a while ago and it wasn''t stable enough in version
0.2.1 for doing the job - it loss jobs or did execute only the first one
invoked and so on.
Now i gave the new version a try and i found a bug at playing around.
When i start a worker_method over the normal Unix scheduler bdrb will
start as much as possible the worker_method after the :end-time is reached.
2012 Feb 21
0
Permissions wrong if rsync terminates prematurely
Hello,
We use rsync to synchronize a large folder hierarchy between servers.
Sometimes we notice that the permissions of some directories end up
being wrong after rsync is run. The source directory has permissions
755 while target permissions sometimes end up being 700. We are using
the --timeout option of rsync, and we have additional watchdog process
that will terminate the process if a total
2004 Nov 05
2
Creating .Rout.save files for package subdirectory "tests"
Hi,
I added the "tests" subdirectory and a test file (say "myTest.R") to our
"systemfit" package. Up to now I create the "myTest.Rout.save" file with
> R CMD BATCH --vanilla myTest.R myTest.Rout.save
However, "R CMD check" reports two differences between myTest.Rout.save and
the output of myTest.R:
a) myTest.Rout.save contains following
2003 May 31
0
chmod g+w on directory causes script not to execute anymore
I am experiencing the strangest problem. Performing
`chmod g+w` on a directory causes a script inside it
not to execute anymore. I'm lost.
The reason I am mailing to the ext3 list is
I use ext3 on the partition where the problem arise.
And that I have concluded that it probably is the
ext3 file system that give this unusual behaviour....
But I am an error prone person so... it might be
2006 Aug 04
0
Proxy from Apache to local Lighttpd instance
Hello,
I''m having a serious problem proxying from Apache (2.2) to local Lighttpd
servers. I need this to run Rails instances on www.mysite.com/rails next to
the regular part from www.mysite.com.
Currently I get a working www.mysite.com/rails for only the first page,
controllers do not work. I am quite desperate in getting this to work as it
is the only way I can run Rails at our