Skip to content

Commit

Permalink
docs: fix external link to nfsmapid and DNS TXT Records docs
Browse files Browse the repository at this point in the history
Fixes: #7307
Target: master
Require-book: no
Require-notes: no
(cherry picked from commit 84c2caa)
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
  • Loading branch information
kofemann authored and mksahakyan committed Aug 22, 2023
1 parent 8c377d6 commit b503a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TheBook/src/main/markdown/config-nfs.md
Expand Up @@ -178,7 +178,7 @@ id-mapping service. Please refer to [Chapter 10, Authorization in
dCache](config-gplazma.md) for instructions about how to configure
`gPlazma.

For correct user id mapping nfs4 requires that server and client use the same naming scope, called nfs4domain. This implies a consistent configuration on both sides. To reduce deployment overhead a special auto-discovery mechanism was introduced by SUN Microsystems - a [DNS TXT](http://docs.oracle.com/cd/E19253-01/816-4555/epubp/index.html) record. dCache supports this discovery mechanism. When `nfs.domain` property is set, it gets used. If it’s left unset, then DNS TXT record for `_nfsv4idmapdomain` is taken or the default `localdomain` is used when DNS record is absent.
For correct user id mapping nfs4 requires that server and client use the same naming scope, called nfs4domain. This implies a consistent configuration on both sides. To reduce deployment overhead a special auto-discovery mechanism was introduced by SUN Microsystems ( now Oracle) - a [DNS TXT](https://docs.oracle.com/cd/E19253-01/816-4555/epubp/index.html) record. dCache supports this discovery mechanism. When `nfs.domain` property is set, it gets used. If it’s left unset, then DNS TXT record for `_nfsv4idmapdomain` is taken or the default `localdomain` is used when DNS record is absent.

To avoid big latencies and avoiding multiple queries for the same
information, like ownership of a files in a big directory, the results
Expand Down

0 comments on commit b503a1c

Please sign in to comment.