cancel
Showing results for 
Search instead for 
Did you mean: 

Empecher lautologin de Guest / impossible de set un passwd

xylan
Champ in-the-making
Champ in-the-making
bonjour,

j'aimeria empecher l'autologin de guest, j'ai pour cela enlever les droits de everyone pour son userspace, mais je n'arrive pas à lui setter un pasword, le user existe, mais lors de la validation du pass j'ai ce message



Veuillez corriger les erreurs ci-dessous puis cliquer sur Terminer.

    * Une erreur système s'est produite pendant l'opération : User name does not exist: guest
2 REPLIES 2

lme
Champ in-the-making
Champ in-the-making
Bonjour,

Tu peux désactiver le compte guest en passant par authentication-services-context.xml.

La partie intéressante :

    <bean id="authenticationComponentImpl" class="org.alfresco.repo.security.authentication.AuthenticationComponentImpl">
        <property name="authenticationDao">
            <ref bean="alfDaoImpl" />
        </property>
        <property name="authenticationManager">
            <ref bean="authenticationManager" />
        </property>
        <property name="allowGuestLogin">
            <value>true</value>
        </property>
    </bean>

Remplace :

        <property name="allowGuestLogin">
            <value>true</value>
        </property>

Par :

        <property name="allowGuestLogin">
            <value>false</value>
        </property>

Je te laisse chercher comment placer cette modification dans le dossier 'shared/classes/alfresco/extension/'.

xylan
Champ in-the-making
Champ in-the-making
parfait merci beaucoup pour ta reactivité
Getting started

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.