Displaying 20 results from an estimated 1000 matches similar to: "LDAP Auth problems with auth_bind=yes"
2006 Aug 09
0
openldap backsql as mysql + dovecot + postfix + maildir + virtual users
Dear All,
I wrote a step by step how-to in the above topic
Refer:
http://www.ceylonlinux.com/pdf/openldap_backsql_postfix_maildir_cl.pdf
http://www.ceylonlinux.com/pdf/openldap-success.pdf
Best Regards,
M.B.G.Suranga De Silva.
CTO
CEYLONLINUX
-------------- next part --------------
An embedded message was scrubbed...
From: suranga <suranga at techcert.lk>
Subject: back-sql
Date: Wed,
2006 Aug 16
0
LDAP Authorising users from Active Directory
Hi,
I am having stability problems setting up dovecot to authenticate
virtual users against Active Directory on Win2k3. If the correct userid
and password are used, everything works fine, see first logfile snippet
below. If an unknown userid is used, again everything works fine. If I
try logging in with a valid userid but get the password wrong, that
connection is rejected (see second logfile
2006 Aug 18
0
dovecot Digest, Vol 40, Issue 65
Dear Tim Schafer,
Take a look at my sample dovecot-ldap.conf
hosts = localhost
dn = cn=root,dc=ceylonlinux,dc=com
dnpass = secret
ldap_version = 3
base = dc=ceylonlinux,dc=com
deref = never
scope = subtree
user_attrs =
mail,homeDirectory=mailMessageStore,uidNumber=1003,gidNumber=1003
user_filter = (&(objectClass=user)(mail=%u))
pass_attrs = mail=user,userPassword=password
pass_filter =
2007 Feb 05
1
LDAP auth_bind=yes in rc21 = goodness
Hi all,
I finally got a chance to try out the fix for the LDAP auth_bind=yes
issues in production (using rc21). It seems to be working just fine even
after 24 hours of severe abuse.
Incidentally, I had switched to bsdauth+login_ldap (on OpenBSD) which was
often OK, but occasionally I would see Postfix smtpd throttled with SASL
errors due to "connection refused" on the Dovecot
2012 Mar 06
1
LDAP auth_bind fails
Hello,
I wanted to configure dovecot for using auth_bind but didn't succeed to
me it seems like it does always an anonymous bind.
Dovecot version 2.1.1 (I started with 2.1.0 and hoped 2.1.1 would fix it)
I tried to play around with the base, pass_attrs,pass_filter to no avail
but didn't succeed.
Looking at a wireshark trace i only saw 7 packets and it seemed to me
dovecot did only
2008 Jun 07
0
question: auth_bind and userdb
Hi,
this is my first post to the list, I'm not a member, please cc me
directly.
I'm converting from courier imap, and want to bring a special problem
to your attention:
I would like to use auth_bind and prefetch, b/c due to data security
restriction the user information is only visible to the user himself.
From http://wiki.dovecot.org/AuthDatabase/LDAP I found out that
pass_attrs
2014 Mar 02
0
Dsync replication with LDAP and auth_bind=yes
Hello,
I have working dovecot configuration with LDAP based authentication in
Active Directory.
I'd like to use dsync replication but dovecot can't do user lookups.
Is it possible to configure replication in such architecture?
doveadm user '*'
Returns only one local dovecot user.
dovecot --version
2.2.10
My dovecot-ldap.conf look as follows:
hosts =
2016 Jun 09
2
auth_bind with "()" in username not working
Hi all,
I have an AD testsetup with auth_bind setting
auth_bind_userdn = "spdev\\%Ln"
I created a testuser "claasc (test)" which works fine in all ldapfilters
but not for the auth_bind.
the log shows everything correct just "invalid credentials"
mail.debug: Jun 9 14:12:31 dovecot: auth: Debug: auth client connected
(pid=12202) mail.debug: Jun 9 14:12:31
2010 Dec 03
1
Passwords not returned without auth_bind ?
Hi,
Maybe I am missing something simple, but I can't get users authenticated
using password lookups, as opposed to auth_bind. This is how the log looks
like when using password lookup:
dovecot: auth(default): new auth connection: pid=2449
dovecot: auth(default): client in:
2012 Feb 12
3
Writing output into a file
Hi everyone,
I'm an R newbie working with the poLCA module. I achieved my target without
having to bother anyone, but It seems that I've got stuck at the last
minute.
My problem is simple. I need to write my results into a file.
My results are in the shape of a list (unbalanced columns)
I've considered several methods (sink(), write.file) etc. etc.
Unfortunately, I'm not the best
2009 May 15
0
LDAP auth_bind fails to process certain LDAP server responses (Windows AD)
LDAP auth backend in Dovecot 1.1.5 seemingly fails to handle certain
paths of interaction with LDAP server, which is Windows AD running
Windows 2003 server machine in my case.
The symptoms I observe look exactly as were already reported in [1]:
authentication backend "hangs" after logging the fact it has sent the
search request, then after a while the IMAP/POP3 connection is teared
2008 Apr 03
2
LDAP auth_bind hangs and times out
I have _almost_ got Dovecot working! One little snag...
My users login using their email address as username. Each domain has
their own LDAP subtree. Each user has an entry in the ou=users subtree
of the domain subtree, and has a mail: field (inetOrgPerson) listing
their email address/login name.
I am trying to use auth_bind: when I login with jackmc at lorentz.com,
dovecot should search for
2012 Feb 09
1
poLCA and conditional dependence
Dear all,
I'm an Sri Lankan undergraduate student. I'm also a total newbie to R.
My aim is to use the poLCA package to do a latent class analysis.
I found the documentation very helpful, but need to make a small
clarification that has stumped me awhile.
In my work, I need to make provision for conditional dependence. I'm told
that poLCA lets you do that. Unfortunately, I
2012 Feb 13
1
Retrieve by Id from an R list
Hi everyone,
I'm using the poLCA module for some analysis work.
Basically, Im using the command >poLCA(f, data=response,nclass=2)
This returns a poLCA object (a list)
>From this data, I need to retrieve certain indexes, such as[[5]] as seen
below.
[[5]]
Pr(1) Pr(2) Pr(3)
class 1: 0 1.0 0.0
class 2: 0 0.5
2012 Mar 01
3
Standard variance / devistion clarification
Dear gurus,
Im a newbie, and I want to ask a very general question.
Assume that I have a set of numbers as follows,
1, 1, 2, 10, 100, 10,1
>From these, I need to identify which number is the most different as
compared to others. (in this case, it will be 100, since its way larger
than the other numbers). It doesnt have to be specifically this way, but I
need to identify which number(s) are
2016 Jul 26
2
[BUG] Re: auth_bind with "()" in username not working
Hi guys,
I had a look in the sources about this problem.
the problem seems to be the ldap_escape function that is called from
ldap_verify_plain_auth_bind_userdn(..)
I dont really know if this escaping is needed at this point, but with
this change it works for me. No other problems discovered so far.
could somebody, who is deeper in the sources give me a hint if
this will make some troubles?
2011 Sep 22
0
CESA-2011:0999 Moderate CentOS 5 x86_64 rsync Update
CentOS Errata and Security Advisory 2011:0999 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2011-0999.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
54be0cdf6932c90514e649c825b2fe33 rsync-3.0.6-4.el5.x86_64.rpm
Source:
01f5a794de359b6530dc5292ea70761f rsync-3.0.6-4.el5.src.rpm
--
Karanbir
2011 Sep 22
0
CESA-2011:0999 Moderate CentOS 5 i386 rsync Update
CentOS Errata and Security Advisory 2011:0999 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2011-0999.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
fa36ff474095fee002c4cfb4d79c124d rsync-3.0.6-4.el5.i386.rpm
Source:
01f5a794de359b6530dc5292ea70761f rsync-3.0.6-4.el5.src.rpm
--
Karanbir Singh
2015 May 13
0
CESA-2015:0999 Important CentOS 7 qemu-kvm Security Update
CentOS Errata and Security Advisory 2015:0999 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-0999.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
dda37f8fc9e8c901b4d1709393da94e118a7c2b96c58573e4b2ef044e77c93c1 libcacard-1.5.3-86.el7_1.2.i686.rpm
2004 Nov 09
1
Old vulnerability (CAN-2000-0999)
Hi folks,
When running Foundstone scan against an appliance with
SSH-1.99-OpenSSH_3.8p1, it flags the following as a high risk
vulnerability:
-------------------------
CVE: CAN-2000-0999
Name: SSH BSD Format String Root Buffer Overflow Vulnerability
Description: A format string vulnerability in SSH may allow remote root
access.
Observation:
The Secure Shell (sshd) daemon, used for remote