-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use an account that isn't an administrator #20
Comments
For future reference of this issue, this is due to the REST call executed here. It throws the exception here. This appears to be version v0.8.4 and not the latest v0.8.5, although that does not seem to be a factor at all. The webscript in question requires Would that work for you? Do you have the details of your request? Is the authenticated user passing their own username to the webscript? |
Yes this seems to be the place where the exception is thrown. If you want some information on the reason why I'm opening this issue: we are using Manifold since 5 years as a crawler for several components including Alfresco. It was using an old version of Manifold and was working perfectly with a non-administrative account. This is simply because we do not want to index all documents from Alfresco into this external Search system, but only public documents. There would be other ways to do what we want, like adding an aspect to all public documents and then indexing only the documents with this aspect. But it means that there would be rules too to categorized new documents as public or not, aso aso... This add complexity on the repository that isn't necessary. Basically this would just be to crawl a part of the Alfresco repository as it was possible with Alfresco 4.x. There would not be any real user interaction: the external users would just search for something and this would be using the index created from the crawl => So only public documents. I'm not sure this is clear... |
Hi,
When connecting to Alfresco on the Manifold interface, it ask to enter a username/password. Whenever this account isn't a member of the
ALFRESCO_ADMINISTRATORS
group, then the connection is failing and the following is showing up on the logs:Would it be possible to use another user without administrative accesses? Where needed, I'm guessing this should be provided by using a runAs for example... Since this is all happening on the Alfresco side anyway, I don't think there would be an issue doing something like that.
Regards,
Morgan
The text was updated successfully, but these errors were encountered: