Enable ldapHandler as cas.authHandlers
Benjamin Renard

Benjamin Renard commited on 2014-12-29 18:07:42
Showing 1 changed files, with 1 additions and 2 deletions.

... ...
@@ -27,8 +27,7 @@ views=default
27 27
 
28 28
 # auth layer to use 
29 29
 # see build.properties to view all
30
-cas.authHandlers=fileHandler
31
-
30
+cas.authHandlers=ldapHandler
32 31
 
33 32
 # Memcache Server
34 33
 memcache.server=127.0.0.1
35 34