Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nfs: Do not try to use idmap for sec=mariux
Currently, operations which send uid or gid attributes (e.g. chgrp) try to use idmap which results warnings like "Request-key: Cannot find command to construct key 322998654" in the syslog, because we don't have id_resolver configured in /etc/requesst-key.conf. When the idmap operation fails, the uid of gid are send numerical, so there is no problem aside from the log message. Allow idmapping to be disabled for RPC_AITH_MARIUX just as for RPC_AUTH_UNIX.
- Loading branch information