03-29-2007 06:03 AM
06-14-2007 05:54 AM
06-14-2007 06:15 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="authorityService" class="org.alfresco.repo.security.authority.AuthorityServiceImpl">
<property name="authenticationComponent">
<ref bean="authenticationComponentImpl" />
</property>
<property name="personService">
<ref bean="personService" />
</property>
<property name="nodeService">
<ref bean="nodeService" />
</property>
<property name="authorityDAO">
<ref bean="authorityDAO" />
</property>
<property name="permissionServiceSPI">
<ref bean="permissionServiceImpl" />
</property>
<property name="adminUsers">
<set>
<value>Nom d'utilisateur à ajouter</value> <!– add an NTLM user as an Administrator –>
<value>admin</value>
<value>administrator</value>
</set>
</property>
</bean>
</beans>
pour le reste par contre, je ne suis pas encore assez familiarisé à Alfresco pour te répondre
06-14-2007 08:06 AM
<config evaluator="aspect-name" condition="cm:generalclassifiable">
<property-sheet>
<show-property name="cm:categories" />
</property-sheet>
</config>
Ainsi les catégories deviennent accessibles depuis la feuille de propriétés.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.