cancel
Showing results for 
Search instead for 
Did you mean: 

Set 'create missing people' false

tulika
Champ in-the-making
Champ in-the-making
Hi,

I am using personService.getPerson(userName) API to lookup a person. I do not want to create a user for a missing person. So everytime I call personService.getPerson(userName), I have to do personService.setCreateMissingPeople(false).

Is there some configuration file where I can set this property "create missing people" value to "false" so I need not call this API in code everytime.


Thanks
Tulika.
1 REPLY 1

gianluca_merend
Champ in-the-making
Champ in-the-making
Hi

you can try the property "createMissingPeople" in the file "authentication-services-context.xml", under $TOMCAT_HOME/webapps/alfresco/WEB-INF/classes/alfresco.

Gianluca Merendino