09-07-2009 06:13 AM
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<bean id="authenticationComponent"
class="org.alfresco.repo.security.authentication.jaas.JAASAuthenticationComponent">
<property name="realm">
<value>NEFRA.PARAS</value>
</property>
<property name="jaasConfigEntryName">
<value>AlfrescoHTTP</value>
</property>
</bean>
<bean name="authenticationDao" class="org.alfresco.repo.security.authentication.DefaultMutableAuthenticationDao" >
<property name="allowDeleteUser">
<value>true</value>
</property>
</bean>
</beans>
Alfresco {
com.sun.security.auth.module.Krb5LoginModule sufficient;
};
com.sun.net.ssl.client {
com.sun.security.auth.module.Krb5LoginModule sufficient;
};
other {
com.sun.security.auth.module.Krb5LoginModule sufficient;
};
AlfrescoHTTP {
com.sun.security.auth.module.Krb5LoginModule required
storeKey=true
useKeyTab=true
keyTab="C:/etc/alfrescohttp.keytab"
principal="HTTP/nef-alfresco.nefra.paras.org";
};
(I'm not 100% sure if this is the value we specified for the principal, I don't have access to the file atm)login.config.url.1=file:${java.home}/lib/security/java.login.config
<filter>
<filter-name>Authentication Filter</filter-name>
<filter-class>org.alfresco.web.app.servlet.KerberosAuthenticationFilter</filter-class>
<init-param>
<param-name>KDC</param-name>
<param-value>root2.paras.org:88</param-value>
</init-param>
<init-param>
<param-name>Realm</param-name>
<param-value>NEFRA.PARAS</param-value>
</init-param>
<init-param>
<param-name>Password</param-name>
<param-value>password</param-value>
</init-param>
<init-param>
<param-name>Principal</param-name>
<param-value>alfrescouser</param-value>
</init-param>
</filter>
javax.servlet.ServletException: Failed to get local server name
at org.alfresco.repo.webdav.auth.BaseSSOAuthenticationFilter.init(BaseSSOAuthenticationFilter.java:220).
09-07-2009 06:42 AM
09-07-2009 08:24 AM
09-23-2009 09:15 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.