02-07-2007 03:27 AM
02-07-2007 09:26 AM
<!– The person service. –>
<bean id="personService" class="org.alfresco.repo.security.person.PersonServiceImpl">
…….
<property name="createMissingPeople">
<value>false</value>
</property
…….
</bean>
02-07-2007 12:17 PM
You can turn off the auto creation of people - no one without imported details will be able to log in.
Over-ride the person service bean and change the property createMissingPeople to false.
<!– The person service. –>
<bean id="personService" class="org.alfresco.repo.security.person.PersonServiceImpl">
…….
<property name="createMissingPeople">
<value>false</value>
</property
…….
</bean>
02-13-2007 04:57 AM
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.