On Thu, 25 Jun 2015 10:54:34 +0200
Alberto Cabello Sánchez <[email protected]> wrote:

> On Wed, 24 Jun 2015 16:08:58 +0200
> Jehan Procaccia <[email protected]> wrote:
> 
> > How can I check / debug ldap request form my cas server ?
> 
> You can harvest tons of LDAP related information setting
> 
>     <logger name="org.ldaptive">
>         <level value="WARN" />
>         <appender-ref ref="ldaptive" />
>     </logger>

I forgot to add: log levels are DEBUG, INFO, WARN, ERROR and FATAL.
If you get an error, some WARN should be displayed.

Setting level to DEBUG will show LDAP-related detail, including clear-text
usernames and passwords used to bind to LDAP.


-- 
Alberto Cabello Sánchez
<[email protected]>

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to