I\'m writing a DLL that has function for getting Alfresco login ticket without using user password, using only a user principal name (UPN). I’m calling alfresco REST API service /wcservice. I use NTL
I have following c# code. It runs just fine when compiled against .NET framework 3.5 or 2.0 (I did not test it against 3.0, but it will most likely work too). The problem is, that it fails when built
I have a webscript in alfresco that does something simple: reads a property, and based on its value, creates a json response. Another webscript is in charge of updating this property. However, the res
HI, I deployed Alfresco server in six 开发者_如何学编程core AMD opteron... but the jconsole is showing the Number of processors: 2
I need to build an unordered list starting from an Alfresco Space: I found this working template: <开发者_运维知识库;#macro recurse_macro node depth>
I need to build a solution for financial data analysis comprised of: * storage* forms* ACL * workflows* reports* custom logic
I am working alfresco server. It is build on top of Tomcat. I had written the following code the the server.xml file
Closed. This question is off-topic. It is not currently accepting answers. 开发者_如何学编程 Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Am a newbie to alfresco, I am using Alfresco 3.2 Enterprise Edition. I have a task that I need to give permissions for the built in user roles. For example, Consumer can view the folder,view content,
I find there are following code in NTLMAuthenticationFilter.java which used for alfresco share SSO authenticate: