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

open-ldap_1.0 and Netscape Communicator



Hi,

I have some problems with your open-ldap_1.0 release. I'm using slapd.
Netscape Communicator runs into timeout IMHO because the slapd writes a
lot of messages to the syslogd (I didn't have this effect with the
ldap_980818 release).
---------------------------------------------------------------------
Sep  8 12:31:46 queen slapd[5631]: => regex_matches: rc: 1 no matches 
Sep  8 12:31:46 queen slapd[5631]: => regex_matches: string:    
---------------------------------------------------------------------
Netscape 4.06 and 4.5b1 return unknown error 0xFFFFFFFF. If I turn on
more logging I can see that the LDAP operations are properly done. How
can I turn off this particular messages?

Another question:
If I try to build the ldapmodule for Python using the open-ldap_1.0 libs
I get a lot of parsing errors in ldap.h and proto-ldap.h e.g.:

---------------------------------------------------------------------
In file included from ./constants.c:10:
/usr/local/ldap/include/ldap.h:321: parse error before `time_t'
/usr/local/ldap/include/ldap.h:321: warning: no semicolon at end of
struct or union
/usr/local/ldap/include/ldap.h:329: parse error before `}'
/usr/local/ldap/include/ldap.h:329: warning: data definition has no type
or storage class
/usr/local/ldap/include/ldap.h:350: parse error before `LDAPConn'
/usr/local/ldap/include/ldap.h:350: warning: no semicolon at end of
struct or union
/usr/local/ldap/include/ldap.h:355: parse error before `}'
/usr/local/ldap/include/ldap.h:355: warning: data definition has no type
or storage class
/usr/local/ldap/include/ldap.h:441: parse error before `LDAPRequest'
/usr/local/ldap/include/ldap.h:441: warning: no semicolon at end of
struct or union
/usr/local/ldap/include/ldap.h:470: parse error before `*'
/usr/local/ldap/include/ldap.h:470: warning: data definition has no type
or storage class
/usr/local/ldap/include/ldap.h:471: parse error before `*'
/usr/local/ldap/include/ldap.h:471: warning: data definition has no type
or storage class
/usr/local/ldap/include/ldap.h:477: parse error before `}'
/usr/local/ldap/include/ldap.h:477: warning: data definition has no type
or storage class
In file included from /usr/local/ldap/include/ldap.h:579,
                 from ./constants.c:10:
/usr/local/ldap/include/proto-ldap.h:19: parse error before `*'
/usr/local/ldap/include/proto-ldap.h:24: parse error before `*'
/usr/local/ldap/include/proto-ldap.h:25: parse error before `*'
[..]
---------------------------------------------------------------------

Ciao, Michael.