Check command line of your server (or running process with parameters) if it contains something like -Djava.security.auth.login.config=DEFAULT_FILE
Usually it's no problem. If you feel it is. Put content of your /WEB-INF/login.conf from guidelines also to DEFAULT_FILE. Pavel On Wed, Jan 26, 2011 at 10:49 AM, Romain LEGUAY <[email protected]> wrote: > Unfortunately, I am on Windows Server 2003 and I can't create you an account > (I am not the admin). > Does jcisf need to be install to? > This is my jcisfConfig bean: > <bean name="jcifsConfig" > class="org.jasig.cas.support.spnego.authentication.handler.support.JCIFSConfig"> > <property name="jcifsServicePrincipal" > value="HTTP/[email protected]" /> > <property name="jcifsServicePassword" > value="password_of_the_spn_user" /> > <property name="kerberosDebug" value="true" /> > <property name="kerberosRealm" value="MY.DOMAIN" /> > <property name="kerberosKdc" value="my.domain" /> > <property name="loginConf" > value="N:/ServeurNuxeo/nuxeo-dm-5.4.0.1-tomcat/login.conf" /> > </bean> > > I think I have another problem but I don't know why I have this: > 2011-01-26 10:10:07,328 WARN > [org.jasig.cas.support.spnego.authentication.handler.support.JCIFSConfig] - > found login config in system property, may overide : > N:\outils\apache-tomcat-6.0.30\login.conf > -- > 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
