Alfresco repositories

The configuration parameters in this section configure retrieval of group information from Alfresco.

To configure OmniGroupServer to retrieve groups from Alfresco, use the ogs_alfresco library:

[Repositories]
0=Alfresco
 
[Alfresco]
GroupServerLibrary=ogs_alfresco
AlfrescoUrl=http://alfresco-host/alfresco
GroupServerAllUserGroups=GROUP_EVERYONE

// For basic authentication...
BasicUsername=admin
BasicPassword=<password>

The ogs_alfresco library does not automatically populate the GROUP_EVERYONE group. The example above adds this group to every user because the configuration parameter GroupServerAllUserGroups has been set to GROUP_EVERYONE.

You can use the other parameters that are available to configure authentication and the connection to Alfresco.