cancel
Showing results for 
Search instead for 
Did you mean: 

Disable auto creation person with external authentication

clorreyu
Champ in-the-making
Champ in-the-making
My environmet is Alfresco CE 3.4.e with external chain authentication with jasig CAS 3.5 (cas-client).

How I can disable auto creation of users?


Thank's.
2 REPLIES 2

afaust
Legendary Innovator
Legendary Innovator
Hello,

there are a couple of answers to this question already - see <a href="http://forums.alfresco.com/forum/installation-upgrades-configuration-integration/configuration/creat...">this thread</a> for example.

Regards
Axel

clorreyu
Champ in-the-making
Champ in-the-making
Hello Afaust.
Thanks for your quick response. But I have a new problem.

I set the property:
        <property name="createMissingPeople">
           <value>false</value>
        </property>


In authentication-services-context.xml and now when I try to create a new user get the error:
Unable to create authentication as there is no suitable authentication service.
org.alfresco.repo.security.authentication.AuthenticationException: 04140015 Unable to create authentication as there is no suitable authentication service.
   at org.alfresco.repo.security.authentication.AbstractChainingAuthenticationService.createAuthentication(AbstractChainingAuthenticationService.java:66)


Thank's.