cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco CE 3.4 error creater user with external admin user.

clorreyu
Champ in-the-making
Champ in-the-making
Hello.

Description of the environment:

Alfresco CE 3.4.e with cas-client-3.2
Jasig CAS 3.5.2


My alfresco-global.properties:

external.authentication.enabled=true
authentication.chain=cas:external
external.authentication.defaultAdministratorUserNames = pepeadm

All work fine:
- User login in Cas go to Alfresco Explorer.
- User login in Cas go to Alfresco Share.

But when I try to create a nes user with external loged user (pepeadm) get the error:

ERROR [ui.common.Utils] Failed to create Person due to error: 04150003 Unable to create authentication as there is no suitable authentication service.
org.alfresco.repo.security.authentication.AuthenticationException: 04150003 Unable to create authentication as there is no suitable authentication service.
   at org.alfresco.repo.security.authentication.AbstractChainingAuthenticationService.createAuthentication(AbstractChainingAuthenticationService.java:66)

Any idea!!

Thanks for the help.
3 REPLIES 3

uchit
Champ in-the-making
Champ in-the-making
Hello,
Is your subsystem is disabled or not?
Try after disabling your subsystem.

clorreyu
Champ in-the-making
Champ in-the-making
Hello uchit.
When I disable de external subsystem, logon like local Alfresco admin and I can create new user.
Is not possible create a new user when logon with extenal user admin??.

Thank's Uchit.

scot84
Champ in-the-making
Champ in-the-making
Try with this instruction
external.authentication.defaultAdministratorUserNames=pepeadmin
in file "external-authentication.properties".