[CentOS] nfs-server in centos 7 - no error message from chown/chmod commands on clients

Tue Jan 27 22:27:12 UTC 2015
Anderson, Sören <soeren.anderson at pdv-fs.de>

Hi,

we are using centos 7 as an nfs-server.

Chown / chmod on all linux clients (RH5,6, Ubuntu 14.04) don't get any errors from unallowed chown/chmod commands. Return-code is 0.

e.g.
ls -al test.txt
-rwxrwxr-x 1 sanderso users 0 26. Jan 15:09 test.txt
chown otheruser test.txt
echo $?
0
ls -al test.txt
-rwxrwxr-x 1 sanderso users 0 26. Jan 15:09 test.txt

last posting here describes the error.
http://webcache.googleusercontent.com/search?q=cache:I-sxKzLVbMQJ:https://bugzilla.redhat.com/show_bug.cgi%3Fformat%3Dmultiple%26id%3D905390+&cd=4&hl=en&ct=clnk&gl=de

Can anybody help with that?
I don't find much information regarding this topic and can't believe. Are there so few people who still use nfs services?

Regards


Sören