05-12-2006 05:20 AM
05-12-2006 07:12 AM
05-14-2006 05:51 AM
<property name="useLocalServer">
<value>true</value>
</property>
Qu'il faut supprimer si le serveur hote ne fait pas l'authentification ntlm (Controleur de domaine, PDC, BDC ou samba).<property name="servers">
<value>adresseip,nomd'hote</value>
</property>
Redémarrer alfresco05-15-2006 03:08 AM
05-15-2006 05:08 AM
05-15-2006 05:35 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="authenticationDao" class="org.alfresco.repo.security.authentication.ntlm.NullMutableAuthenticationDao" />
<!– The authentication component. –>
<!– Use the passthru authentication component to authenticate using –>
<!– user accounts on one or more Windows servers. –>
<!– Properties that specify the server(s) to use for passthru –>
<!– authentication :- –>
<!– useLocalServer use the local server for authentication –>
<!– domain use domain controllers from the specified domain–>
<!– servers comma delimted list of server addresses or –>
<!– names –>
<bean id="authenticationComponentImpl" class="org.alfresco.repo.security.authentication.ntlm.NTLMAuthenticationComponentImpl">
<property name="useLocalServer">
<value>true</value>
</property>
<property name="personService">
<ref bean="personService" />
</property>
<property name="nodeService">
<ref bean="nodeService" />
</property>
<property name="guestAccess">
<value>false</value>
</property>
</bean>
</beans>
05-15-2006 02:52 PM
Sinon je suis également intéressé par l'authentification via ldap ou kerberos.Si tout va bien, c'est l'histoire de quelques jours avant de voir arriver de la doc sur LDAP …
05-16-2006 04:59 AM
05-18-2006 03:41 AM
05-18-2006 11:12 AM
Après install de la 1.3.0 le fichier ntlm-authentication-context.xml ne convient plus.Personne n'a une petite idée ?
Le service ne démarre plus, il faut que je le supprime pour qu'alfresco démarre correctement.
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.