Henrik Gemal <[EMAIL PROTECTED]> writes:
> I'm trying to get LDAP working from my compose window but it doesn't
> seems to work. I'm using the zip version of the mozlla win32 build.
> Should ldap work there?
>
> Now I'm trying to log the LDAP commands via:
>
> SET NSPR_LOG_MODULES =
> IMAP:5,POP3:5,NNTP:5,SMTP:5,ldap:5
>
> but it doesn't seem to log any ldap commands. Is it possible to log ldap
> this way?
> Logging of IMAP, etc works just fine.
I have my NSPR_LOG_MODULES set like this:
NSPR_LOG_MODULES=sync,ldap:5,ldapautocomplete:5
This will get you a fair amount of logging, though it's not yet as
extensive as it should be.
Dan
--