Re:LDAP Configuration Issues

"ghislain\.cussonneau" <[email protected]>
Newsgroups gmane.comp.cms.jahia.install
Message-ID <[email protected]>
> I am making a mistake somewhere in the setup of the LDAP
settings under 4.1.
> Is there a log of related error messages created by Jahia
when attempting to
> connect to LDAP that can be viewed to help narrow down the
issue?
> 
> 

No, there's no special log but you can modify your log4j
configuration to do that (WEB-INF/etc/config/log4j.xml).
First you can use the "debug" priority to log all. To identify
the LDAP errors, use the pattern %C{1}. 

<log4j:configuration
xmlns:log4j="http://jakarta.apache.org/log4j/">
  <appender name="STDOUT"
class="org.apache.log4j.ConsoleAppender">
    <layout class="org.apache.log4j.PatternLayout">
      <param name="ConversionPattern"
             value="%-5p - %-5L %C{1} - %m%n"/>
    </layout>
  </appender>
  <root>
    <priority value="error"/>
    <appender-ref ref="STDOUT"/>
  </root>
</log4j:configuration>

Then you can look to the console to see the log ... (or the
catalina.out file) depend on your configuration.

Read you soon

<b>Ghislain CUSSONNEAU</b>
<i>DIRR/DPIL/CIS
CAP 44, Rue Marcel Sembat
44000 Nantes</i>
<b>02 51 84 48 80</b>
<i>CRIL Technology
Technoparc de l'Aubinière
44000 Nantes</i>
<b>02 51 89 64 50</b>

Accédez au courrier électronique de La Poste : www.laposte.net ; 
3615 LAPOSTENET (0,34€/mn) ; tél : 08 92 68 13 50 (0,34€/mn)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.