01-21-2009 12:57 AM
01-27-2009 06:17 PM
02-04-2009 07:33 PM
The other thing to be aware of when using AD is that typically you'll have set up a user/group importer job. If you have, you'll need to make sure that the "clearAllChildren" flag for the ldapGroupImport bean is set to "false", otherwise all the groups that Share creates for managing sites will be deleted, and your sites will become borked.
02-05-2009 05:10 PM
02-05-2009 05:48 PM
Confirmed. This solved my problems.Could you raise all that in a JIRA issue please? Mark it critical and link to this topic. Thanks.
Note: to allow invites to work, I also had to add the line:
<property name="allowGetEnabled" value="true" />
into the authenticationDao in ldap-authentication-context.xml. Mine now looks like this:
<bean name="authenticationDao" class="org.alfresco.repo.security.authentication.DefaultMutableAuthenticationDao" >
<property name="allowGetEnabled" value="true" />
<property name="allowDeleteUser">
<value>true</value>
</property>
</bean>
Share still doesn't work for me though as the Activity history is not displaying.Labs 3.0 doesn't support PostgreSQL for Activities yet, which is probably the issue here.
02-08-2009 04:31 PM
02-25-2009 12:07 PM
Wrapped Exception (with status template): Error during processing of the template 'Method public org.alfresco.repo.jscript.ScriptableHashMap org.alfresco.repo.site.script.Site.listMembers(java.lang.String,java.lang.String) threw an exception when invoked on org.alfresco.repo.site.script.Site@428c8f79'. Please contact your system administrator.
07-27-2009 10:39 AM
07-27-2009 11:23 AM
07-27-2009 12:44 PM
10-30-2015 04:56 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.