Hello,
my ldap (Novell EDIR 8.8 S5) does´t work with assp2. The assp log
(verbose in LDA) tell my only :
LDAP search error: 89 -- '' check ignored I have build a Perl-Script to
test the LDAP.
with the Code from assp:

# perform a search
  $mesg = $ldap->search(base   => $ldaproot,
                        filter => $ldapflt,
                        attrs => ['cn'],
                        sizelimit => 1
                        );
i become only 1 Record back, the record of the LDAP Login user.

Without "sizelimit => 1" I become all record back.

Could it be my ldap problem ?

Ralf

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to