Hi,
Thanks for that.
I have another question regarding the auditTrailContext.xml file. Currently we
have that logging information the an oracle database. In order to disable that
would it be a matter of just commenting out the following information from the
auditTrailContext.xml? Or can I just move the file out of that directory and
into unused-spring-configuration?
Would this then redirect the output to one of the logs like cas.log or
catalina.out files or disable it completely if moved out of the directory?
<!-- List<AuditTrailManager> auditTrailManagers -->
<constructor-arg index="2">
<list>
<bean class="com.github.inspektr.audit.support.ConsoleAuditTrailManager" />
<ref local="auditManager" />
</list>
</constructor-arg>
<bean id="inspektrTransactionManager"
class="org.springframework.jdbc.datasource.DataSourceTransactionManager"
p:dataSource-ref="dataSource"
/>
<bean id="inspektrTransactionTemplate"
class="org.springframework.transaction.support.TransactionTemplate"
p:transactionManager-ref="inspektrTransactionManager"
p:isolationLevelName="ISOLATION_READ_COMMITTED"
p:propagationBehaviorName="PROPAGATION_REQUIRED"
/>
<bean id="auditManager"
class="com.github.inspektr.audit.support.JdbcAuditTrailManager">
<constructor-arg index="0" ref="inspektrTransactionTemplate" />
<property name="dataSource" ref="dataSource" />
</bean>
___________________
Juan Quintanilla
UTS - Enterprise Group
305-348-6573
[email protected]
________________________________________
From: Marvin S. Addison [[email protected]]
Sent: Monday, May 21, 2012 9:54 AM
To: [email protected]
Subject: Re: [cas-user] CAS Ldap search return 0 results
> What logger name can I set to debug the ldap connections or at least
> see why it might be failing when trying to search for these
> particular users?
org.jasig.cas.adaptors.ldap=DEBUG
M
--
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
--
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