blob: 6b1ea483dfe4f1cb55b1b0412c1aaf6f9d6c6a99 (
plain)
1
2
3
4
5
6
7
8
9
|
#
# nfsidmap(5) - The NFS idmapper upcall program
# Summary: Used by NFSv4 to map user/group ids into
# user/group names and names into in ids
# Options:
# -v Increases the verbosity of the output to syslog
# -t timeout Set the expiration timer, in seconds, on the key
#
create id_resolver * * /usr/bin/nfsidmap %k %d
|