cancel
Showing results for 
Search instead for 
Did you mean: 

NFS Server permissions problem

steve_tekell
Champ in-the-making
Champ in-the-making
I am trying to get the NFS server working, but accounts with only Consumer role can't read files.  ls <dir> works, but cat <file> generates "Input/output error".
If I grant to Editor, Collaborator, or Coordinator, then it works.

This is with Alfresco 2.1 Community on Linux (server and client).

Is this just a bug?  Or is there something misconfigured?

There's nothing special I see with my config.


<config evaluator="string-compare" condition="NFS Server">
        <serverEnable enabled="true"/>
        <rpcAuthenticator>
                <userMappings>
                        <user name="admin" uid="0" gid="0"/>
                        <user name="TestUser" uid="84" gid="84"/>

                </userMappings>
        </rpcAuthenticator>
</config>
1 REPLY 1

steve_tekell
Champ in-the-making
Champ in-the-making
I am assuming this is bug for now.
http://issues.alfresco.com/browse/AR-2218