Lines Matching +full:two +full:- +full:user
5 Id mapper is used by NFS to translate user and group ids into names, and to
6 translate user and group names into ids. Part of this translation involves
7 performing an upcall to userspace to request the information. There are two
8 ways NFS could obtain this information: placing a call to /sbin/request-key
11 NFS will attempt to call /sbin/request-key first. If this succeeds, the
12 result will be cached using the generic request-key cache. This call should
13 only fail if /etc/request-key.conf is not configured for the id_resolver key
14 type, see the "Configuring" section below if you wish to use the request-key
17 If the call to /sbin/request-key fails (if /etc/request-key.conf is not
26 The file /etc/request-key.conf will need to be modified so /sbin/request-key can
41 uid: Find the UID for the given user
43 user: Find the user name for the given UID
48 would edit your request-key.conf so it look similar to this:
57 request-key will find the first matching line and corresponding program. In
59 /usr/sbin/nfs.idmap will handle gid, user, and group lookups.
61 See Documentation/security/keys/request-key.rst for more information
62 about the request-key function.
68 nfs.idmap is designed to be called by request-key, and should not be run "by
69 hand". This program takes two arguments, a serialized key and a key
76 "uid:user@domain".
78 nfs.idmap will return 0 if the key was instantiated, and non-zero otherwise.