==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=6250

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

--- Comment #3 from daniel <[email protected]>  ---
please, provide some data so I can track the issue, for example, if the share
is named test_share, and the user having permission issues is test_user post
the result of the following commands:

db accounts show test_share

for GROUP in $(echo $(db accounts getprop test_share WriteGroups) | sed -e
's/,/ /g'); do echo $(getent group | egrep "^$GROUP");done

for GROUP in $(echo $(db accounts getprop test_share ReadGroups) | sed -e 's/,/
/g'); do echo $(getent group | egrep "^$GROUP");done

getfacl /home/e-smith/files/shares/test_share/files

id -Gn test_user

-- 
Configure bugmail: http://bugs.contribs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/

Reply via email to