Dear OpenLDAP developers,
I've rebased the above patches on the current master branch (as of 29
September) and replaced them on the FTP server.
I'm hoping someone can review them as development begins on the 2.5 branch.
Thank you,
Hugh
--On Friday, September 27, 2019 10:50 AM +0000 Rajalakshmi Jayaraman
<jrajalakshmi(a)juniper.net> wrote:
>
>
> Hi Quanah,
>
> Can we have a solution for the issue reported at the earliest. Since we
> have a release and the fix needs to be done.
Hello Raji,
If you need an immediate fix to an issue, you may wish to contact one of
the companies that offers such services via the support page:
<https://www.openldap.org/support/>
The project itself cannot commit to when it will or will not have a
specific issue resolved.
Regards,
Quanah
--
Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>
--On Thursday, September 26, 2019 3:11 PM +0000 Rajalakshmi Jayaraman
<jrajalakshmi(a)juniper.net> wrote:
>
>
> Hi,
>
> The FTP "ftp://ftp.openldap.org/incoming/" is not working. Hence pasted
> the pcap details, hope this helps
It's working just fine:
quanah@ub18:~$ ftp ftp.openldap.org
Connected to www.openldap.org.
220 ProFTPD 1.3.4a Server (gauss) [::ffff:23.92.27.230]
Name (ftp.openldap.org:quanah): ftp
331 Anonymous login ok, send your complete email address as your password
Password:
230 Anonymous access granted, restrictions apply
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> pass
Passive mode on.
ftp> cd incoming
250 CWD command successful
ftp> mkdir its9088
257 "/incoming/its9088" - Directory successfully created
ftp> cd its9088
250 CWD command successful
ftp> lcd /tmp
Local directory now /tmp
ftp> put blah
local: blah remote: blah
227 Entering Passive Mode (23,92,27,230,156,55).
150 Opening BINARY mode data connection for blah
226 Transfer complete
ftp>
--
Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>
--On Thursday, September 26, 2019 2:19 PM +0000 Rajalakshmi Jayaraman
<jrajalakshmi(a)juniper.net> wrote:
>
>
> Hi,
>
> Thanks for sharing the inputs. We have tried with the unmodified release
> of OpenLDAP that was suggested. From the pcap, we have noticed the LDAP
> search requests are sequential. (pl. find attached the pcap) for
> reference
Please put your pcap file on the FTP server rather than sending it via the
ITS system. Then respond to the ITS with a link to the file.
--Quanah
--
Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>
On Wed, Oct 03, 2018 at 08:25:44PM +0000, quanah(a)openldap.org wrote:
> In a situation where a dynamic group has been created and a compare operation is
> run with a DN that doesn't exist but is within the scope of the dynamic group
> URI, the ldapcompare operation will incorrectly return an error 80 instead of
> error 5 (compare FALSE).
>
> For example, if I have:
>
> dn: cn=planning,ou=Groups,dc=example,dc=com
> objectClass: groupOfURLs
> cn: planning
> memberURL: ldap:///ou=planning,dc=example,dc=com??sub?(objectClass=inetorgpers
> on)
>
> and I do an ldapcompare with:
>
> ldapcompare -x -H ldap://anvil2.rb.symas.net -D dc=example,dc=com -w secret
> cn=planning,ou=Groups,dc=example,dc=com "member:cn=Ramakant
> Wolow,ou=Planning,dc=example,dc=com"
>
> (i.e., this entry doesn't exist in the DB), I get:
>
> Compare Result: Other (e.g., implementation specific) error (80)
> UNDEFINED
>
> This appears to be due to the fact that in this scenario, slapd attempts to find
> the DN in the underlying DB and it doesn't exist, so an err=32 is returned back.
> This is incorrectly interpreted as an unknown error, thus the err=80 result.
> Instead it should be treated as "not a member of the group".
I thought that exact scenario was being tested here? And that one
passes.
https://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=tests/scr…
--
OndÅ™ej KuznÃk
Senior Software Engineer
Symas Corporation http://www.symas.com
Packaged, certified, and supported LDAP solutions powered by OpenLDAP
On Tue, Jan 29, 2019 at 03:10:02PM +0000, praveen.adini(a)fireeye.com wrote:
> I'm trying to setup a openldap proxy wherein the proxy denies any search
> requests for uid=root. When i tried using the rwm overlay to stop the
> operation(#), i'm getting a segmentation fault although i see the unwilling to
> perform operation 53 message being printed. here is the snippet of the conf that
> i'm using.
>
> overlay rwm
> rwm-rewriteEngine on
> rwm-rewriteContext searchFilter
> rwm-rewriteRule "(.*)(uid=root)(.*)" "$1$2$3" "#"
Hi Praveen,
can you post a self-contained test script that triggers this issue? On
its own, the above works as advertised, so maybe other overlays are
interfering?
There have been (probably still are) issues when combining rwm with some
other overlays.
Thanks,
--
OndÅ™ej KuznÃk
Senior Software Engineer
Symas Corporation http://www.symas.com
Packaged, certified, and supported LDAP solutions powered by OpenLDAP