Skip to content
Snippets Groups Projects
Commit 1e02ed9e authored by Johann Dahm's avatar Johann Dahm Committed by David M. Richter
Browse files

Now set the group flag if Principal is GROUP@.

parent 6c2342ef
No related branches found
No related tags found
No related merge requests found
......@@ -225,6 +225,9 @@ struct nfs4_ace * nfs4_ace_from_string(char *ace_buf, int is_dir)
field++;
}
if (!strcmp(fields[WHO_INDEX], NFS4_ACL_WHO_GROUP_STRING))
flags |= NFS4_ACE_IDENTIFIER_GROUP;
field = fields[MASK_INDEX];
for (buflen = strlen(field); buflen > 0; buflen--) {
ret = -EINVAL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment