Skip to content
Snippets Groups Projects
Commit 4e1f2587 authored by brinn's avatar brinn
Browse files

Rename password_cache to passwd_cache.

SVN: 28187
parent c8d0fc18
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@
<bean id="authentication-cache-configuration"
class="ch.systemsx.cisd.authentication.file.CachingAuthenticationConfiguration">
<property name="delegate" ref="ldap-crowd-authentication-service" />
<property name="passwordCacheFile" value="etc/password_cache" />
<property name="passwordCacheFile" value="etc/passwd_cache" />
<property name="cacheTimeStr" value="${authentication.cache.time}" />
<property name="cacheTimeNoRevalidationStr" value="${authentication.cache.time-no-revalidation}" />
</bean>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment