[Date Prev][Date Next] [Chronological] [Thread] [Top]

Allow to pass on "undefined" filters in back-perl



Hi all,
 
Is the issue on the bottom still valid?
 
I have a massive problem with back-perl. LDAP bind often refused with “operation error”.
 
My system:
 
Oracle Linux Server release 6.8
Linux oralinux00 2.6.39-400.278.2.el6uek.i686 #1 SMP Wed May 4 13:52:54 PDT 2016 i686 i686 i386 GNU/Linux
[root@oralinux00 ~]# cat /proc/version
Linux version 2.6.39-400.278.2.el6uek.i686 (mockbuild@x86-ol6-builder-06) (gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) ) #1 SMP Wed May 4 13:52:54 PDT 2016
 
perl, v5.10.1 (*) built for i386-linux-thread-multi
 
openldap-2.4.44
 
So installed:
./configure --enable-modules=yes --enable-rewrite=yes --enable-ldap=yes --enable-perl=yes --enable-relay=yes --enable-sock=yes --enable-meta=yes --enable-hdb=yes --enable-bdb=yes --enable-overlays=yes CFLAGS="-I/usr/include -I/usr/include/openssl/ -I/usr/include/sasl/" CPPFLAGS="-I/usr/include -I/usr/include/openssl/ -I/usr/include/sasl/" LDFLAGS="-L/usr/lib"
 
 
Can anyone help me?
 
Kind regards
Waldemar
 
 
[Date Prev][Date Next] [Chronological] [Thread] [Top]
Success Story: Perl Backend

This just to inform you that I succeeded in install and run the Perl Backend with OpenLDAP 2.17 + SuSE Linux 9.1 / OpenLDAP 2.17 + Sun Solaris 9.
The only important thing in the whole story is to compile OpenLDAP with exactly the same Compiler Options ( libraries + include files ) the perl interpreter itself got compiled.
Now I am delving a little bit deeper into the Perl Backend.

BTW: is there documentation around at some place explaining the data structures OpenLDAP is using ? Just to avoid to understand something by code which could be understood a little bit faster with documentation.

cheers
Reinhard