In addition to the parameters that apply to all repository types, you can use the parameters in this section for Alfresco repositories.
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.
|