02-10-2011 11:03 AM
02-10-2011 11:58 AM
02-11-2011 04:10 AM
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<!– The authentication component. –>
<!– Jass authentication - most of the config goes somewhere else –>
<bean id="authenticationComponent"
class="org.alfresco.repo.security.authentication.jaas.JAASAuthenticationComponent"
parent="authenticationComponentBase">
<property name="realm">
<value>DEFAULT.REALM</value>
</property>
<property name="jaasConfigEntryName">
<value>Alfresco</value>
</property>
<property name="nodeService">
<ref bean="nodeService" />
</property>
<property name="personService">
<ref bean="personService" />
</property>
<property name="transactionService">
<ref bean="transactionService" />
</property>
</bean>
<!– DAO that rejects changes - JAAS is read only at the moment. –>
<!– It does allow users to be deleted with out warnings from the UI. –>
<!– The user is still present in JAAS, only the personal information is removed from alfresco. –>
<bean name="authenticationDao" class="org.alfresco.repo.security.authentication.DefaultMutableAuthenticationDao" >
<property name="allowDeleteUser">
<value>true</value>
</property>
</bean>
</beans>
Alfresco {
de.xxxx.xxxx.alfresco.AlfrescoLoginModule REQUIRED;
};
02-14-2011 10:29 AM
11-18-2011 10:33 AM
Hi, mrogers,
do you have any idea?
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.