9 lines
354 B
9 lines
354 B
# |
|
# 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/sbin/nfsidmap %k %d
|
|
|