It won’t deploy, as it will require you to have an LDAP directory available. 
You could simply delete it altogether and this will allow Maven to pull in the 
default one from CAS’ published war artifact, which is this -> 
https://github.com/Jasig/cas/blob/v4.1.0/cas-server-webapp/src/main/webapp/WEB-INF/deployerConfigContext.xml
 
<https://github.com/Jasig/cas/blob/v4.1.0/cas-server-webapp/src/main/webapp/WEB-INF/deployerConfigContext.xml>

when you run `mvn clean package`

It is set up with simple in-memory authentication handler 
https://github.com/Jasig/cas/blob/v4.1.0/cas-server-webapp/src/main/webapp/WEB-INF/deployerConfigContext.xml#L109
 
<https://github.com/Jasig/cas/blob/v4.1.0/cas-server-webapp/src/main/webapp/WEB-INF/deployerConfigContext.xml#L109>
 with one user: casuser and password: Mellon

Cheers,
D.

> On Oct 15, 2015, at 1:55 PM, Jonas Steinberg <jonassteinbe...@gmail.com> 
> wrote:
> 
> What will happen if I just leave the LDAP stuff in deployConfig?  Will it 
> break the war?
> -- 
> You are currently subscribed to cas-user@lists.jasig.org as: 
> dkopyle...@unicon.net
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sig.org/wiki/display/JSG/cas-user


-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to